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

Class WebRenderer

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

TBD

Source from the content-addressed store, hash-verified

31
32
33class WebRenderer(Enum):
34 """
35 TBD
36 """
37
38 AUTO = "auto"
39 CANVAS_KIT = "canvaskit"
40 SKWASM = "skwasm"
41
42
43class RouteUrlStrategy(Enum):

Callers 4

__init__Method · 0.90
handleMethod · 0.90
runFunction · 0.90
run_asyncFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected