flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
10.91k stars 420 forks source link

Provide APK file of the Flet android app #2537

Open rusty-snake opened 7 months ago

rusty-snake commented 7 months ago

Please Describe The Problem To Be Solved

The flet app (Testing Flet app on Android, a distinct name for it might be good to prevent confusing with the library or any app developed with it) seems to be only available in the Play Store. Users of a Android device w/o Play Services have to download it through third-parties.

(Optional): Suggest A Solution

Additional download option of the apk on GitHub and/or on flet.dev.

shubhambarekar commented 2 weeks ago

I have compile the apk with local sqlite.db when i install and run the app for the first time it runs and stored the data in db. But when i close and run the apk for the second time the sqlite.db gets reset and i have to fill the same data again and after the second time the issue does not occur. Why is that happening.

tanmay-bhatgare commented 2 weeks ago

@shubhambarekar you should check all the previous issues raised for same problem and if you find something helpful mention it here or else you should raise you own issue.