I'm developing a new workout-tracking app and wondering if the Flutter web version works on Purism's Librem 5?
code:
https://github.com/thomasmarkiewicz/bodysculpting
@purism #librem5 #flutter #workout #weightlifting #biking #running #swimming #gym #bodysculptingapp
@zwerg12 As of right now all the data is stored locally on the phone. After installing the app it should work offline. One day I would like to figure out how to sync encrypted data between apps running on different devices, and how to share some of it socially if a user chooses to (Strava like)
@zwerg12 @purism I got the latest L5 img running in VirtualBox on MacOS. The Web browser displays the initial https://body.scultpting.app page, but unfortunately buttons don't respond to clicks 😔 .
Flutter Web is experimental at this stage so I'm hoping that issue will get ironed out one day.
@tomek @purism At least web apps work good on the Librem 5 OS running in a VM 😅 You can download there OS on purisms website 😉
Should all data be stored server based or on the phone? This project sounds cool 👍