update dependencies
This commit is contained in:
parent
1c6e8944de
commit
3f943bce91
|
@ -1,3 +1,3 @@
|
||||||
const String versionString = "0.0.7";
|
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";
|
const String iconPathPng = "assets/app_icons/icon.png";
|
||||||
|
|
|
@ -39,7 +39,7 @@ dependencies:
|
||||||
# The following adds the Cupertino Icons font to your application.
|
# The following adds the Cupertino Icons font to your application.
|
||||||
# Use with the CupertinoIcons class for iOS style icons.
|
# Use with the CupertinoIcons class for iOS style icons.
|
||||||
cupertino_icons: ^1.0.2
|
cupertino_icons: ^1.0.2
|
||||||
intl: ^0.18.1
|
intl: 0.19.0
|
||||||
flutter_native_splash: ^2.2.17
|
flutter_native_splash: ^2.2.17
|
||||||
flutter_svg: ^2.0.10+1
|
flutter_svg: ^2.0.10+1
|
||||||
url_launcher: 6.2.5
|
url_launcher: 6.2.5
|
||||||
|
|
Loading…
Reference in New Issue