We need a localized packaging tool for packaging Android applications with the code written in the Flet framework!!! #4876
LegendaryPistachio
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
We hear you! We are going to work on this problem this year. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We need a localized packaging tool for packaging Android applications with the code written in the Flet framework. We need to download dependencies and configure them at one time, and no longer rely on the network during the packaging process. No dependent resources will be downloaded from the network during the packaging process, eliminating fatal problems such as network factors and incompatible dependencies. This can greatly improve the relative stability and reliability of the packaging environment, thereby greatly increasing the success rate of packaging Android applications. This localized packaging tool can be iteratively upgraded and updated. This is a necessary condition for the popularity of the Flet framework. Currently, the Flet framework lacks this necessary condition. Because the network speed has peaks and troughs and is unstable. In addition, the flet build apk command needs to download Google resources and GitHub resources during the packaging process. Once the timeout occurs, the packaging fails, and the failure rate is very high. It's extremely annoying. A prominent practical problem is that Google resources and GitHub resources generally cannot be directly downloaded in mainland China, and can only be downloaded by replacing domestic mirror resources such as Tsinghua and Alibaba. Or it can be downloaded through a VPN. This is very cumbersome and we don't like it.
Beta Was this translation helpful? Give feedback.
All reactions