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:
Harry Terkelsen 2019-12-09 14:28:13 -08:00 committed by GitHub
parent 7028f32e86
commit 9d5a3842a3

View File

@ -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.
///