A Task Management app which uses moor packages for Data Persistence.
Note: Make sure your Flutter environment is setup.
In the command terminal, run the following commands:
$ git clone https://github.com/AjayThakur12/task_management.git task_management
$ cd task_management/
$ flutter packages get
$ flutter run
| Id | Name | Description | Priority |
|---|---|---|---|
| 1 | Meeting | Business Plan | High |
| 2 | Mathematics Exam | Need to revise calculus | Medium |
| 3 | Lunch | invitation for Dev Lunch | Low |

