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

GitHub

View Github