Pomato is the ultimate tool to help you manage your tasks and maximize your productivity. Designed with the Pomodoro Technique at its core, Pomato allows you to break your work into focused intervals, ensuring you stay on track and avoid burnout.
- Pomodoro Timer
- Set focus and break intervals to whatever you want
- Set number of cycles
- Pause, Stop and Restarts
- Tasks
- Maintain a list of tasks to check off once completed.
- Make new task lists and group them by date.
- organize tasks by adding tasks.
- Edit tasks.
- Delete tasks.
- Statistics
- View all your sessions and the number of times and tasks completed.
- Get weekly and monthly summaries of sessions and completed tasks.
Pomato is built using Flutter. If you would like to build from source, here are the instructions.
-
Make sure Flutter is installed on your PC if not then, go to this site and follow the instructions to install it on your PC.
-
Clone the repository
-
Open the directory
cd pomato
-
Download dependencies
flutter pub get
-
Build APK
flutter build apk
-
You can also build split APK
flutter build apk --split-per-abi