A simple todo app with CRUD functions using BLOC and Sqflite
sqflite_todo_app_2
This project shows a simple todo application with implementation of BLOC + SQFLITE.
Note: This is a quick demo to show how to use BLOC (event,bloc,state) together with SQFLITE in your Flutter Projects.
Packages Used:
- BLOC is used for state management.
- SQFLITE is used for local storage.(Local Database).
Demo
todo_app_2.mp4