From 9be8f4fd583517b729fcc454dd616375c658fcab Mon Sep 17 00:00:00 2001 From: lsaudon Date: Thu, 16 Nov 2023 22:15:04 +0100 Subject: [PATCH] Bump cupertino_icons to 1.0.6 (#136962) Bump cupertino_icons to 1.0.6 --- 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 0ad5fb0a8e..7b5bef2e1b 100644 --- a/packages/flutter_tools/templates/app/pubspec.yaml.tmpl +++ b/packages/flutter_tools/templates/app/pubspec.yaml.tmpl @@ -65,7 +65,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.2 + cupertino_icons: ^1.0.6 dev_dependencies: {{#withPlatformChannelPluginHook}} diff --git a/packages/flutter_tools/templates/module/common/pubspec.yaml.tmpl b/packages/flutter_tools/templates/module/common/pubspec.yaml.tmpl index c5bc5bafb4..81dd17babb 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.2 + cupertino_icons: ^1.0.6 dev_dependencies: flutter_test: