mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll CanvasKit to 0.16.2. (#19011)
This commit is contained in:
parent
b7f8d2d110
commit
40ef2e5b14
@ -14,7 +14,7 @@ const bool experimentalUseSkia =
|
||||
/// When CanvasKit pushes a new release to NPM, update this URL to reflect the
|
||||
/// most recent version. For example, if CanvasKit releases version 0.34.0 to
|
||||
/// NPM, update this URL to `https://unpkg.com/canvaskit-wasm@0.34.0/bin/`.
|
||||
const String canvasKitBaseUrl = 'https://unpkg.com/canvaskit-wasm@0.16.1/bin/';
|
||||
const String canvasKitBaseUrl = 'https://unpkg.com/canvaskit-wasm@0.16.2/bin/';
|
||||
|
||||
/// Initialize the Skia backend.
|
||||
///
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user