ndonkoHenri / flet-github-action-workflows

A collection of GitHub Action Workflows to ease the building of Flet applications.
https://youtu.be/ObO-D2TD_wo
MIT License
26 stars 9 forks source link

Events problems #3

Closed elverlin closed 2 months ago

elverlin commented 2 months ago

When I export my app as an APK file, the events don't trigger. For example, I have a button that, when clicked, makes a request using the 'requests' module and displays the request information. This issue persists despite all my attempts, even though it works perfectly in my code editor.

ndonkoHenri commented 2 months ago

Can I see your requirements file or have a link to your repo?

Does this happen even with simple buttons or just with those making requests.

elverlin commented 2 months ago

https://github.com/elverlin/Test

If i put time, re, or os in requierements.txt it generate an error when exporting