Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.13 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.13 KB

Pomodoro

The Pomodoro technique, developed in 1988 by Francisco Cirillo, is an Italian time management method that can be applied to various tasks, whether in studies or at work. About pomodoro

About application

Simple app using Flutter with Mob-x to manage activities with rest time.

Used packages:

  • mobx
  • flutter_mobx
  • provider
  • build_runner
  • mobx_codegen

To run the project use the following commands

# Clone this project
$ git clone https://github.com/KaueSena01/Pomodoro

# Execute
$ flutter pub get

# Run
$ flutter run

Application screenshots

This application was built based on the Cod3r project.