A modern Pomodoro timer & task management app built with Flutter
Stay focused, manage your tasks, and boost productivity with the Pomodoro Technique
Tomodoro is a modern Pomodoro timer and task management application built with Flutter, designed to help you boost productivity and manage your daily tasks efficiently. With its sleek and intuitive interface, Tomodoro makes it easy to organize your workflow, set focused work intervals, and schedule breaks based on the Pomodoro Technique. Whether you’re a student, professional, or anyone looking to optimize their time, Tomodoro provides a delightful and effective experience for staying on track and achieving your goals.
- ⏳ Customizable Pomodoro timer (work/break intervals)
- 📝 Task management with categories
- 🎨 Clean and modern UI
- 🔔 Notifications for session transitions --> soon
- 🌗 Light and dark mode support
- 💾 Local data storage (no internet required)
- 📱 Works on Android and iOS
Build from Source
Android
- Clone this repository:
git clone https://github.com/shahriaarrr/Tomodoro.git cd Tomodoro
- Get the dependencies:
flutter pub get
- Build APK:
flutter build apk --release
- The APK will be in
build/app/outputs/flutter-apk/app-release.apk
iOS
- Clone this repository:
git clone https://github.com/shahriaarrr/Tomodoro.git cd Tomodoro
- Get the dependencies:
flutter pub get
- Open the project in Xcode:
open ios/Runner.xcworkspace
- Select your device and click Run or use:
flutter build ios --release
- The IPA will be in
build/ios/ipa/
- You can customize Pomodoro and break durations in Settings.
- Switch between light and dark themes.
- Data is stored locally on your device for privacy and offline use.
- Fork this repository
- Create a new feature branch
- Commit your changes
- Push to your branch
- Open a Pull Request
Found a bug or have an idea? Open an issue and help improve Tomodoro!
If you like Tomodoro:
- ⭐ Star the repo
- 📣 Share it with your friends
- 💡 Contribute to the project
Crafted with ❤️ by Shahriar Ghasempour