Replies: 1 comment
-
|
I'd use Flet 0.70.0.devX as it's so close to Beta. Besides, if you find any issues in "v1" I can assure you we will look at them with high priority as we are really committed to release stable Beta as soon as possible! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I would like to know which version or configuration of Flet allows running a web app in a completely offline environment (without any internet connection).
I have confirmed that in Flet 1.0 alpha, it is possible to run in offline mode using the no_cdn option.
However, since this is an alpha version, I would prefer not to use it in a production environment until a stable release is available.
According to this issue (#4524),
versions prior to 0.24.0 could run completely offline by selecting HTML as the web renderer.
But since 0.25.0 and later, the HTML renderer option is no longer available.
So my question is:
Does this mean that it’s currently impossible to run Flet web apps completely offline in versions 0.25.0 and later?
Or is there any alternative configuration that enables a fully offline environment?
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions