Taskfiy is a smart and organized task management app that helps you organize your daily tasks, track your progress, and get reminders easily and efficiently.
- Create new tasks and set priorities
- Organize tasks into different projects
- Smart reminders with notifications
- Simple and user-friendly interface
- Multi-language support based on device language
- Compatible with modern Android devices
- Flutter for building the UI
- Dart as the main programming language
- Easy Localization for multi-language support
- cubit for state management
- Shared Preferences for local data storage
- Subabase Backend as a service
- Clone the repository:
git clone https://github.com/your-username/taskfiy.git
- Navigate to the project folder:
cd taskfiy - Install dependencies:
flutter pub get
- Run the app:
flutter run
🌐 Language Support
fallbackLocale: Locale('en') → If the device language is not available, English will be used as default.
saveLocale: true → Saves the last used language and applies it automatically on app restart.
🤝 Contributing
Contributions are welcome! Feel free to open an Issue or Pull Request for improvements or new ideas.