Skip to content

A simple flutter application to manage tasks

License

Notifications You must be signed in to change notification settings

KiraPC/flutter_my_tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my_tasks

This is my first flutter application made to learn this framework standards and practices.

Info

The application is a simple tasks manager, that can track the task progress. You can archive your task, then delete it.

Everithing is stored using SQLLite DB with just one table.

I used stream to manage the status of the tasks list, setState approach for the state inside the metadata form.

The stream is managed by a Task BLoC provided by a BlockProvider initialized on the TabAppBar Widget.

Thanks for visit my repo

About

A simple flutter application to manage tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published