Skip to content

snlucas/flutter_pomodoro_timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

flutter_pomodoro_timer

This App follows the design by Matheus Gois on Dribble (it doesn't mean this project will be such a clone, it's just based 😅)

You can see this here

Pomodoro Goals

Following Wikipedia's article

  • Pomodoro timer (25 minutes)
  • Short break (3-5 minutes)
  • Long break (15-30 minutes)

Project Task List

  • Create two files with the pages of the App.
  • Create a label that'll contains the timer name.
  • Create dot icons to show how many timers were concluded.
  • Create a play/pause button.
  • Create a screen to ask user if the current timer can switch whenever it ends.
  • Create a button on pop up dialog to ask user if he(she) wants to go to a 3 minutes short break and another one to ask if wants to go to a 5 minutes short break
  • Create a button on pop up dialog to ask user if he(she) wants to go to a 15 minutes longer break and another one to ask if wants to go to a 30 minutes longer break