Tag

Flutter Web

0 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
Jul 17, 2024 · Frontend Development

Optimizing Flutter Web Startup: main.dart.js Splitting, CanvasKit Loading, and Font Loading Optimization

By splitting the main.dart.js bundle with deferred components, serving CanvasKit assets and Google fonts from a private CDN, and optionally using the HTML renderer during development, Flutter Web apps can cut their startup time by five to six seconds, achieving sub‑second load performance.

CDNCanvasKitDeferred Components
0 likes · 19 min read
Optimizing Flutter Web Startup: main.dart.js Splitting, CanvasKit Loading, and Font Loading Optimization
DaTaobao Tech
DaTaobao Tech
Feb 25, 2022 · Frontend Development

Using Flutter Web for Cross‑Platform Deployment in the Liquid Development System

The article explains how integrating Flutter Web into the Liquid development system enables one‑time development for web, Taobao mini‑app and native apps while reusing backend services, demonstrates that its performance meets production needs—outperforming ordinary browsers though still lagging behind native pages—and outlines the Dart SDK replacement, build process, and future optimization plans.

Flutter WebFront-End DevelopmentLiquid Architecture
0 likes · 10 min read
Using Flutter Web for Cross‑Platform Deployment in the Liquid Development System