flutter_task_crud_local_storage

A Task Application managing tasks by creating, updating and deleting.

Getting Started

This Project built with flutter version 3.19.0

following stuff used in this project.

1- Floor package used for handling local storage can be checked from this link for more better understanding https://pub.dev/packages/floor

2- Clean Architecture used via repository pattern with singletone approach along with usecases and entities.

3- Bloc State Management is used for handling state within App along with handling business logic.

for running build_runner below these commands are required to run for floor_generator and build_runner.

flutter clean && flutter pub get && flutter pub run floor_generator && flutter pub run build_runner build