Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 680 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 680 Bytes


Todo app using Bloc and sqflite

This project is a practice to learn how to use bloc state mangement and sqflite database

Technical features

  • Create, read, update and delete tasks using sqflite
  • Sorting tasks to new, done and archived
  • Create reusable components for ease of readability