A simple and efficient todo list application built with Flutter and Hive for local data storage.
- ✅ Create, read, update, and delete tasks
- 🎯 Set task priorities (High/Normal)
- ⭐ High priority tasks display with star indicator
- 📱 Sort tasks by completion status and priority
- 💾 Local storage with Hive database
- 🎨 Clean and intuitive user interface
- Clone this repository
- Run
flutter pub get - Run
flutter packages pub run build_runner build - Run
flutter run
- Flutter - UI framework
- Hive - Local database
- Google Fonts - Typography