AppView
Defines how an app launched with run or run_async
should be displayed.
Inherits: enum.Enum
Properties
FLET_APP- Runs the app in a Flet desktop window.FLET_APP_HIDDEN- Starts the Flet desktop window hidden.FLET_APP_WEB- Runs the app in a Flet desktop window backed by the web server mode.WEB_BROWSER- Runs the app as a web server and opens it in the user's web browser.
Properties
FLET_APPclass-attributeinstance-attribute
Runs the app in a Flet desktop window.
FLET_APP_HIDDENclass-attributeinstance-attribute
Starts the Flet desktop window hidden.
FLET_APP_WEBclass-attributeinstance-attribute
Runs the app in a Flet desktop window backed by the web server mode.
WEB_BROWSERclass-attributeinstance-attribute
Runs the app as a web server and opens it in the user's web browser.