server
library
Enums
-
WebRenderer
-
The possible types of web renderers Flutter can build for.
Functions
-
serveWebBenchmark({required Directory benchmarkAppDirectory, required String entryPoint, int benchmarkServerPort = defaultBenchmarkServerPort, int chromeDebugPort = defaultChromeDebugPort, bool headless = true, bool treeShakeIcons = true, String initialPage = defaultInitialPage, CompilationOptions compilationOptions = const CompilationOptions()})
→ Future<BenchmarkResults>
-
Builds and serves a Flutter Web app, collects raw benchmark data and
summarizes the result as a
BenchmarkResult
.