/flutter_canister_app

A flutter app running on Dfinity canister

Primary LanguageJavaScriptMIT LicenseMIT

flutter_canister_app

A demo flutter app running on Dfinity canister

Welcome to flutter_canister_app project and to the internet computer development community.

To get started, you might want to explore the project directory structure and the default configuration file. Working with this project in your development environment will not affect any production deployment or identity tokens.

To learn more before you start working with flutter_canister_app, see the following documentation available online:

Note: This is a work in progress.

If you want to start working on your project right away, you might want to try the following commands:

cd flutter_canister_app/
dfx help
dfx config --help

Install npm by running:

npm install

To start the canister server, open a second terminal for your project and type:

dfx start

Creata your canister credentials by running:

dfx canister create --all

To build the project:

dfx build

To deploy the project:

dfx deploy

To stop the project:

dfx stop