Ametask is an application in wich you can create tasks lists It's created with dart, with Flutter. It uses the library sqflite to store data.
The project is still in early development so the Readme and most of the app are not finished
Tasklists are the pages where you can see and edit your tasks related to this tasklits
Tasks are small pages reprensenting one task. They will be stored directly in the tasklist from the user point of view.
You can easily edit your tasks simply by clicking on it on the list It will then open a small page from the bottom of the screen. Here you will see several fields :
- Title : You can put the name of the task here. It will appear in the list
- Description : If you want to add more informations
- Priority : If you want to change the order of the list. Other tasks will be moved
There is more than one type of tasks :
Settings will be added in the future to enhance users experience