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