A simple flutter To-do app with bloc architecture and unit tests included.
- Flutter is installed in your system.
- Flutter supported IDE : Android Studio or VS Code
# git clone repository
$ git clone https://github.com/kulotski321/to-do-app.git
# cd to directory
$ cd to_do_app/
# Install dependencies
$ flutter pub get
Test are located in the test
folder and can be run with the command:
$ flutter test