-
Notifications
You must be signed in to change notification settings - Fork 605
Closed
Labels
enhancementImprovement/OptimizationImprovement/Optimization
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
Metadata
Metadata
Assignees
Labels
enhancementImprovement/OptimizationImprovement/Optimization