Skip to content
/ Taskeo Public

Simple task manager (really basic) made with Flutter. It let you create task, add Todo inside a task.

License

Notifications You must be signed in to change notification settings

dimbi23/Taskeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taskeo - A simple task manager.

Simple task manager (really basic) made with Flutter - Beautiful native apps in record time. It let you create task, add todo inside a task.

UI

State management

We will use the famous Bloc Pattern from flutter_bloc for state management.

Data access

For data access, we will use repository pattern. It will add an abstraction layer on top of that data access. That layer will be very helpful when we want to reuse those repository interfaces.

  • We will use sqflite package to persist data inside the device.
  • path_provider to help us with the sqlite database path.

Dependency injection (DI)

We will use get_it package for dependency injection.


Made with ❤️️ in Madagascar 🇲🇬

Follow me on

About

Simple task manager (really basic) made with Flutter. It let you create task, add Todo inside a task.

Topics

Resources

License

Stars

Watchers

Forks