Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 62b581e

Browse files
author
Harry Terkelsen
authored
Roll CanvasKit to 0.37.1 (#37454)
1 parent ddde830 commit 62b581e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ vars = {
2222

2323
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2424
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
25-
'canvaskit_cipd_instance': 'C478RsheZD4Fqp1fStMPwFWnSz7nfhh7LMFsrU8M4dQC',
25+
'canvaskit_cipd_instance': 'ztaLvbs5GPmlAwUosC7VVp7EQnNVknRpNuKdv7vmzaAC',
2626

2727
# Do not download the Emscripten SDK by default.
2828
# This prevents us from downloading the Emscripten toolchain for builds

lib/web_ui/dev/canvaskit_lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Specifies the version of CanvasKit to use for Flutter Web apps.
22
#
33
# See `lib/web_ui/README.md` for how to update this file.
4-
canvaskit_version: "0.37.0"
4+
canvaskit_version: "0.37.1"

lib/web_ui/lib/src/engine/configuration.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import 'dom.dart';
5151
/// The version of CanvasKit used by the web engine by default.
5252
// DO NOT EDIT THE NEXT LINE OF CODE MANUALLY
5353
// See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
54-
const String _canvaskitVersion = '0.37.0';
54+
const String _canvaskitVersion = '0.37.1';
5555

5656
/// The Web Engine configuration for the current application.
5757
FlutterConfiguration get configuration =>

0 commit comments

Comments
 (0)