This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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.
3838FlutterConfiguration get configuration => _configuration ?? = FlutterConfiguration (_jsConfiguration);
You can’t perform that action at this time.
0 commit comments