Closed
Description
Example usage:
# ...
flet.app(target=main, web_renderer="html")
Supported values:
auto
(default) - optimizing for download size on mobile browsers and optimizing for performance on desktop browsers.html
- optimizing download size over performance on both desktop and mobile browsers.canvaskit
- prioritizing performance and pixel-perfect consistency on both desktop and mobile browsers.
Resources: https://docs.flutter.dev/development/platform-integration/web/renderers#runtime-configuration