We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7b528 commit 6aebbc3Copy full SHA for 6aebbc3
app/android/build.properties
@@ -1,6 +1,6 @@
1
flutter.versionName=1.0.0
2
flutter.appId=base
3
flutter.versionCode=1
4
-flutter.compileSdkVersion=34
+flutter.compileSdkVersion=35
5
flutter.minSdkVersion=21
6
flutter.targetSdkVersion=33
app/pubspec.yaml
@@ -25,7 +25,7 @@ dependencies:
25
sdk: flutter
26
flutter_svg: ^2.0.5
27
shared_preferences: ^2.5.3
28
- intl: ^0.19.0
+ intl: ^0.20.2
29
intl_utils: ^2.8.7
30
cupertino_icons: ^1.0.5
31
dio: ^5.1.2
modules/common/pubspec.yaml
@@ -9,7 +9,7 @@ environment:
9
dependencies:
10
flutter:
11
12
13
intl_utils: ^2.8.6
14
15
async: ^2.11.0
0 commit comments