MCPcopy
hub / github.com/flet-dev/flet / AppView

Class AppView

sdk/python/packages/flet/src/flet/controls/types.py:22–30  ·  view source on GitHub ↗

TBD

Source from the content-addressed store, hash-verified

20
21
22class AppView(Enum):
23 """
24 TBD
25 """
26
27 WEB_BROWSER = "web_browser"
28 FLET_APP = "flet_app"
29 FLET_APP_WEB = "flet_app_web"
30 FLET_APP_HIDDEN = "flet_app_hidden"
31
32
33class WebRenderer(Enum):

Callers 1

run_asyncFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected