- Task management with different statuses
- Task severity levels
- Voice commands in Nepali language
- Dark/light theme toggle
- Recurring tasks
- Push notifications for task reminders
This project uses Flutter and includes several key dependencies:
- Hive for local storage
- Speech to text for voice commands
- Flutter TTS for voice feedback
- Provider for state management
Make sure you have Flutter installed on your machine. For help getting started with Flutter, view the online documentation.
- Clone the repository
- Run
flutter pub get
to install dependencies - Run
flutter pub run build_runner build
to generate Hive adapters - Run
flutter run
to start the app