A simple, fast, and offline-capable Todo app built with Flutter.
This project uses Riverpod for state management and Hive for local data storage, along with a beautiful animated splash screen. Supports both light and dark mode.
- ✅ Add, complete, and delete todo tasks
- ✅ Filter tasks by: All / Completed / Incomplete
- ✅ Stores data locally using Hive (no internet needed)
- ✅ Riverpod for efficient and reactive state management
- ✅ Beautiful and smooth animated splash screen
- ✅ Modern Material 3 UI
- ✅ Optimized with light and dark mode.
Download the app under release section.
-
Clone the repo
git clone https://github.com/your-username/todo_app_flutter.git cd todo_app_flutter -
Install dependencies
flutter pub get -
Generate Hive Adapter
flutter packages pub run build_runner build -
Run the app
flutter run
Ans: No, the app doesn't have any backend. All info are stored locally using HIVE.
Ans: Yes
Ans: Yes.
- Github: https://github.com/Fardeenhimself
- To know more, email fardeen.cse20@gmail.com







