a-mabe / OpenHIIT

:weight_lifting: :medal_sports: Open-source, cross platform HIIT and Tabata interval timer. Pull requests are appreciated!
MIT License
35 stars 9 forks source link

[Feature/Improvement] Linux mobile app #126

Open trymeouteh opened 5 months ago

trymeouteh commented 5 months ago

Purpose:

Compilling the app for linux phones and tablets and releasing the app in linux app stores

More details:

To allow those with linux phones to use the app

Acceptance Criteria:

a-mabe commented 5 months ago

Thanks for the feature request, user feedback is appreciated! I wanted to note a couple of things on this issue for future reference.

The app depends on flutter_background_service which only works with iOS and Android. There's a couple of options, if running the timer in the background is a desired feature, I'd suggest also opening an issue there to grow community awareness.

If it is not a desired feature to run the app in the background (e.g. keep the timer going while you change songs on a music app), the app could be updated to disable the background process on Linux.

trymeouteh commented 3 months ago

https://github.com/ekasetiawans/flutter_background_service/issues/416