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 @@ -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
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.37.0 "
4+ canvaskit_version : " 0.37.1 "
Original file line number Diff line number Diff 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.
5757FlutterConfiguration get configuration =>
You can’t perform that action at this time.
0 commit comments