From 3f943bce91d731486fb58cb2e743fc84d73f1433 Mon Sep 17 00:00:00 2001 From: Win Date: Fri, 5 Jul 2024 10:37:05 +0700 Subject: [PATCH] update dependencies --- lib/constants/info.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/constants/info.dart b/lib/constants/info.dart index 23e8a9f..862b166 100644 --- a/lib/constants/info.dart +++ b/lib/constants/info.dart @@ -1,3 +1,3 @@ const String versionString = "0.0.7"; -const String iconPath = "assets/app_icons/net.winscloud.Datecalculator.svg"; +const String iconPath = "assets/app_icons/net.winscloud.DateCalculator.svg"; const String iconPathPng = "assets/app_icons/icon.png"; diff --git a/pubspec.yaml b/pubspec.yaml index 9895773..e0a133e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -39,7 +39,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 - intl: ^0.18.1 + intl: 0.19.0 flutter_native_splash: ^2.2.17 flutter_svg: ^2.0.10+1 url_launcher: 6.2.5