You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing a custom package (based on flutter_map). As usual, the development requires frequent changes to the code, both on the Flutter and the Python side.
As far as I've seen so far, there isn't any ready solution to debug a Flet app on both sides of its code. What I've tried so far:
modify the build.py command to retain the generated Flutter project, since I don't see an existing option for that
modify the python code in place inside the app.zip file, but it didn't work well, and in any case every modification requires recreating the asset and the hash
It would be great to have the possibility to build and run a custom version of the Flet app that is published on the stores. It lets us run the Python code as a server app (is it using the FastAPI approach?), but it seems that its source code isn't published, right?
Any suggestion? Any plan to support this use case?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I'm developing a custom package (based on
flutter_map
). As usual, the development requires frequent changes to the code, both on the Flutter and the Python side.As far as I've seen so far, there isn't any ready solution to debug a Flet app on both sides of its code. What I've tried so far:
It would be great to have the possibility to build and run a custom version of the Flet app that is published on the stores. It lets us run the Python code as a server app (is it using the FastAPI approach?), but it seems that its source code isn't published, right?
Any suggestion? Any plan to support this use case?
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions