Skip to content

Commit 3a2ec83

Browse files
author
Harry Terkelsen
authored
Use the versioned canvaskit from unpkg. (flutter#14264)
The one from particles.skia.org is not intended for production use.
1 parent b9080c9 commit 3a2ec83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web_ui/lib/src/engine/compositor/initialization.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const bool experimentalUseSkia =
99
bool.fromEnvironment('FLUTTER_WEB_USE_SKIA', defaultValue: false);
1010

1111
/// The URL to use when downloading the CanvasKit script and associated wasm.
12-
const String canvasKitBaseUrl = 'https://particles.skia.org/static/';
12+
const String canvasKitBaseUrl = 'https://unpkg.com/canvaskit-wasm@0.10.0/bin/';
1313

1414
/// Initialize the Skia backend.
1515
///

0 commit comments

Comments
 (0)