Skip to content

Commit

Permalink
Roll CanvasKit to 0.26.0 (flutter#25732)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Terkelsen committed Apr 23, 2021
1 parent 677a8fd commit dd937c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web_ui/lib/src/engine/canvaskit/initialization.dart
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const bool canvasKitForceCpuOnly = bool.fromEnvironment(
/// NPM, update this URL to `https://unpkg.com/canvaskit-wasm@0.34.0/bin/`.
const String canvasKitBaseUrl = String.fromEnvironment(
'FLUTTER_WEB_CANVASKIT_URL',
defaultValue: 'https://unpkg.com/canvaskit-wasm@0.25.1/bin/',
defaultValue: 'https://unpkg.com/canvaskit-wasm@0.26.0/bin/',
);
final String canvasKitBuildUrl =
canvasKitBaseUrl + (kProfileMode ? 'profiling/' : '');
Expand Down

0 comments on commit dd937c3

Please sign in to comment.