Skip to content

A minimalistic Pomodoro app built with Flutter

Notifications You must be signed in to change notification settings

ElMaxito/Pomoflut

Repository files navigation

Pomoflut

Pomoflut is a minimalist Pomodoro timer application built with Flutter. It helps you manage your time effectively by breaking your work into focused intervals with short and long breaks in between.

App Layout

Pomoflut Main Pomoflut Settings

Download

You can download the latest Mac desktop version of Pomoflut from the Releases page.

Features

  • Timer: 25-minute work sessions (pomodoros) with 5-minute short breaks and 15-minute long breaks after every 4 pomodoros.
  • Customizable Timer Settings: Adjust the length of pomodoros, short breaks, and long breaks to suit your needs.
  • Progress Tracking: Display the number of completed pomodoros and the current cycle.
  • Notifications: Subtle audio notifications at the end of each pomodoro and break.
  • Automatic Start: App automatically starts the next pomodoro or break when the previous one ends.
  • Themes: Light and dark themes for the app interface.

Getting Started

To get started with Pomoflut, clone the repository and open it in your preferred IDE (or download the app for Mac directly from the Releases page.). Ensure you have Flutter installed and run the following commands:

flutter pub get
flutter run