OpenHIIT icon indicating copy to clipboard operation
OpenHIIT copied to clipboard

[Feature/Improvement] Linux mobile app

Open trymeouteh opened this issue 2 years ago • 2 comments

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:

  • Getting the app to run on linux
  • Releasing the app on linux for linux phones to download

trymeouteh avatar Jan 03 '24 06:01 trymeouteh

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.

a-mabe avatar Jan 03 '24 13:01 a-mabe

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

trymeouteh avatar Mar 13 '24 06:03 trymeouteh