/Taskeo

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

Primary LanguageDartGNU General Public License v3.0GPL-3.0

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