This is a simple todo app built using Flutter, with features to manage tasks efficiently.
- Create new tasks
- Mark tasks as done and undone
- Delete tasks by swiping
- Organize tasks date-wise
- 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.