Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 777 Bytes

File metadata and controls

16 lines (11 loc) · 777 Bytes

Flutter Todo App

This is a simple todo app built using Flutter, with features to manage tasks efficiently.

Features

  • Create new tasks
  • Mark tasks as done and undone
  • Delete tasks by swiping
  • Organize tasks date-wise

Plugins Used

  • sqflite: SQLite plugin for Flutter, used for local database storage.
  • lottie: Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as JSON with bodymovin and renders them natively on mobile!
  • getx: GetX is an extra-light and powerful solution for Flutter. It combines high-performance state management, intelligent dependency injection, and route management in a practical way.