We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9080c9 commit 3a2ec83Copy full SHA for 3a2ec83
lib/web_ui/lib/src/engine/compositor/initialization.dart
@@ -9,7 +9,7 @@ const bool experimentalUseSkia =
9
bool.fromEnvironment('FLUTTER_WEB_USE_SKIA', defaultValue: false);
10
11
/// The URL to use when downloading the CanvasKit script and associated wasm.
12
-const String canvasKitBaseUrl = 'https://particles.skia.org/static/';
+const String canvasKitBaseUrl = 'https://unpkg.com/canvaskit-wasm@0.10.0/bin/';
13
14
/// Initialize the Skia backend.
15
///
0 commit comments