Skip to content
/ pomodoro Public
forked from Alameen688/pomodoro

An pomodoro timer app created for the flutter create challenge @ https://flutter.dev/create

License

Notifications You must be signed in to change notification settings

febs/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

An pomodoro timer app created for the flutter create challenge @ https://flutter.dev/create

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 62.8%
  • Ruby 27.3%
  • Swift 4.9%
  • Java 4.5%
  • Objective-C 0.5%