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

Commit 98340f9

Browse files
authored
[web] roll CanvasKit to 0.33.0 (#31240)
1 parent 3d49768 commit 98340f9

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
@@ -31,7 +31,7 @@ vars = {
3131

3232
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
3333
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
34-
'canvaskit_cipd_instance': 'iQ9eejGGY3XWlCgOfF0YbnatDx_JMjC1vlOZBj4s3bUC',
34+
'canvaskit_cipd_instance': '8MSYGWVWzrTJIoVL00ZquruZs-weuwLBy1kt1AawJiIC',
3535

3636
# When updating the Dart revision, ensure that all entries that are
3737
# dependencies of Dart are also updated to match the entries in the

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.32.0"
4+
canvaskit_version: "0.33.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import 'package:js/js.dart';
3232
/// The version of CanvasKit used by the web engine by default.
3333
// DO NOT EDIT THE NEXT LINE OF CODE MANUALLY
3434
// See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
35-
const String _canvaskitVersion = '0.32.0';
35+
const String _canvaskitVersion = '0.33.0';
3636

3737
/// The Web Engine configuration for the current application.
3838
FlutterConfiguration get configuration => _configuration ??= FlutterConfiguration(_jsConfiguration);

0 commit comments

Comments
 (0)