Pomodoro Countdown
Application for pomodoro technique (https://en.wikipedia.org/wiki/Pomodoro_Technique) in flutter.
Installation
- Clone this repository
- Run:
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs
Features
- Create and manage projects
- add new user
- play rings
- stop round before end time, pause round
Settings
You can :
- change time working, time breaking, number of rounds…
- login to your account
- login to admin for creating new acounts (user: admin, password: pass)
- allow various warnings
- allow warning app rings
Screenshots
Main screen
Projects screen
Settings screen
Left drawer
Comments are closed.