Flutter app that helps users track work sessions using the Pomodoro Technique. It was built using Flutter and Dart and uses Flutter's state management features to store data without the need for a database. This makes it a lightweight and efficient tool for staying focused and organized.
Welcome | Home | Session |
---|---|---|
History | Data |
---|---|
- Clean and intuitive user interface
- Configurable work and break intervals
- Curved navigation bar for easy access to settings and data
To set up this project on your local machine, follow these steps:
-
Make sure you have Flutter installed on your system. If you don't have Flutter installed, follow the official Flutter installation guide.
-
Clone this repository:
git clone https://github.com/jashdubal/pomodoro-session.git
- Navigate to the project directory:
cd session
- Install the dependencies:
flutter pub get
- Run the app:
flutter run
Your app should now be running on the default device (simulator/emulator or physical device). Feel free to use this project as a template or build upon it to create your own custom Pomodoro app.