Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.06 KB

Simple task manager

Usefull for learning state management by Riverpod, manipulate SQLite database using sqflite in Flutter.
Mock classes and data for unit test and integration test in Fluter.

Dependencies :



Run the project

$ git clone https://github.com/mauyz/task_manager_app
$ cd task_manager_app
$ flutter pub get
$ flutter run

Run the test

  • Unit test :
$ flutter test
  • Integration test :
$ flutter test