mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Use the versioned canvaskit from unpkg. (flutter/engine#14264)
The one from particles.skia.org is not intended for production use.
This commit is contained in:
parent
7028f32e86
commit
9d5a3842a3
@ -9,7 +9,7 @@ const bool experimentalUseSkia =
|
||||
bool.fromEnvironment('FLUTTER_WEB_USE_SKIA', defaultValue: false);
|
||||
|
||||
/// The URL to use when downloading the CanvasKit script and associated wasm.
|
||||
const String canvasKitBaseUrl = 'https://particles.skia.org/static/';
|
||||
const String canvasKitBaseUrl = 'https://unpkg.com/canvaskit-wasm@0.10.0/bin/';
|
||||
|
||||
/// Initialize the Skia backend.
|
||||
///
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user