From d25c6f7555d63ac706312907cd5da61ead1903d7 Mon Sep 17 00:00:00 2001 From: cjand <1747143535@qq.com> Date: Wed, 27 Nov 2024 15:23:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D3.22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cjand <1747143535@qq.com> --- example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 9f5148d..e8e4257 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^0.1.0 + cupertino_icons: ^1.0.6 dev_dependencies: flutter_test: -- Gitee