A simple notes app written in Dart using Flutter
Read Time:39 Second

A simple notes app written in Dart using Flutter

0 0

Notes

A simple notes app written in Dart using Flutter

A simple notes app written in Dart using Flutter framework.

Compilation

To compile this app, simply clone the repo and run the following command:

flutter build <package-type> --target-platform <platform> --split-per-abi
  • Package types can be : apk or aab
  • Platforms can be : As supported by Flutter for e.g. android-arm, android-arm64 etc. If no platform is specified, flutter will default to all platforms supported at the moment.
  • If --split-per-abi argument is not provided, Flutter will generate a fat package which will be larger in size but will support all platforms.

Development

You can simply import this project into your Android Studio or VS Code. Follow official instructions to set up SDKs required for development if not done already.

GitHub

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior vSongBook app made possible with Flutter
Entrada siguiente A Simple Nutrition Facts App using BLoC Architecture with flutter