Skip to content

peter-kal/focuzd

Repository files navigation

focuzd

Dark Mode

main page

Light Mode

main page

Break

Get it from the Snap Store

A new pomodoro app, built with Flutter, the goal is to make a feature-equivalent to Pomotroid. Pomotroid uses electron, which makes it pretty heavy, slow to start, and resource intensive. Flutter will solve these issues while also looking nice, and later more features as well as more platforms will be added.

Pomotroid / Focuzd comparison

  1. CPU Usage: Due to Flutter apps being natively compiled in machine code, the performance of Focuzd far exceeds that of Pomotroid, which is based on Electron, so every time you use it, it's like opening a chromium tab. Testing on my device, with the countdown on, the CPU Usage was the following:
  • Focuzd: 0.43%

  • Pomotroid: 9.59%

    Comparison on System Monitor

  1. Download Size (Snap Store Data):
  • Focuzd: 12.53 MB

  • Pomotroid: 67.08 MB

  1. architecture availability focuzd : arm64, amd64 pomotroid: amd64 only

  2. Update Status: Pomotroid hasn't seen any update since 9 February of 2021

For release 1.0

  • Feature equivelant to pomotroid

    • start pomodoro sessions

    • show time remaining

    • show how many sessions you have done in this round

    • go to the next session

    • reset the session

    • skip the session

      • change the time lentgh of focus time

      • change the time lentgh of break

      • change the time lentgh of long break

      • change the number of rounds

      • have desktop notifications

      • autostart work timer

      • autostart break timer

      • memorise the setting's changes

      • make the window be always on top(opt in)

      • reset changes to default

  • publish to snapstore

    • snap the app(unfortunately in core22 for now)
    • publish the edge-beta
    • publish in stable
  • solve the bloc-db problem

  • revamp settings page to be more user-friendly

  • fix issue, Next() not working properly when not skipping

    for release 1.1 minor release

  • add greek language support

  • consider adding a circular progress indicator along with the countdown

  • display finish time

for release 2.0(still thinking)

  • add statistics and analytics

  • consider different widgets for settings