From d18bd9a5bb85bc3b95bb9b5710bebaf7c3bb8cfb Mon Sep 17 00:00:00 2001 From: xster Date: Mon, 9 Nov 2020 09:54:42 -0800 Subject: [PATCH] move cupertino_icon template to 1.0.1 for null safety (#69997) --- packages/flutter_tools/templates/app/pubspec.yaml.tmpl | 2 +- .../flutter_tools/templates/module/common/pubspec.yaml.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter_tools/templates/app/pubspec.yaml.tmpl b/packages/flutter_tools/templates/app/pubspec.yaml.tmpl index b46458ad180..6baf34f6e71 100644 --- a/packages/flutter_tools/templates/app/pubspec.yaml.tmpl +++ b/packages/flutter_tools/templates/app/pubspec.yaml.tmpl @@ -38,7 +38,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^1.0.0 + cupertino_icons: ^1.0.1 dev_dependencies: flutter_test: diff --git a/packages/flutter_tools/templates/module/common/pubspec.yaml.tmpl b/packages/flutter_tools/templates/module/common/pubspec.yaml.tmpl index c03ce4ecded..2d19cd196dd 100644 --- a/packages/flutter_tools/templates/module/common/pubspec.yaml.tmpl +++ b/packages/flutter_tools/templates/module/common/pubspec.yaml.tmpl @@ -26,7 +26,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^1.0.0 + cupertino_icons: ^1.0.1 dev_dependencies: flutter_test: