Skip to content

A pomodoro timer app that won the Honorary mention price at the Flutter create challenge 2019 @ https://flutter.dev/create

License

Notifications You must be signed in to change notification settings

Alameen688/pomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pomo25 License

Pomodoro app

A productivity app that helps with time management by allowing users to take on a big task gradually using 25 minutes sessions with 5 minutes break, so as to keep focused instead of getting stressed out by long non-stop work/study hours. After the 25 minutes work/study session the 5 minute break commences.

Users can continue the pomodoro session until they've finish the task they've decided to do.

This is an app built upon the pomodoro technique developed by Francesco Cirillo in the late 1980s

Target device

Targets both Android and iOS but has only been tested on a physical iOS device

NB

Since the pomodoro session takes 25 minutes, during grading 25 minutes might be a long time to wait, the session time and the break time can be adjusted to a shorter time in the pomo_timer.dart file, line 5 & 6. It can be adjusted to something like

  static const SESSION_TIME = Duration(minutes: 1);
  static const BREAK_TIME = Duration(seconds: 10);

Author

Ogundiran Al-Ameen

License & Copyright

Licensed under the MIT License.

About

A pomodoro timer app that won the Honorary mention price at the Flutter create challenge 2019 @ https://flutter.dev/create

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published