File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,16 @@ description: Demonstrates how to use the app_review plugin.
5
5
version : 1.0.0+1
6
6
7
7
environment :
8
- sdk : ' >=2.16.0 <3.0.0'
8
+
9
+ sdk : ' >=3.0.0 <4.0.0'
9
10
10
11
dependencies :
11
12
flutter :
12
13
sdk : flutter
13
14
14
- cupertino_icons : ^1.0.5
15
+
16
+ cupertino_icons : ^1.0.6
17
+
15
18
16
19
dev_dependencies :
17
20
flutter_test :
Original file line number Diff line number Diff line change @@ -6,13 +6,15 @@ homepage: https://github.com/rodydavis/plugins
6
6
repository : https://github.com/fluttercommunity/app_review
7
7
8
8
environment :
9
- sdk : " >=2.16 .0 <3 .0.0"
9
+ sdk : ' >=3.0 .0 <4 .0.0'
10
10
flutter : ^1.10.0
11
11
12
12
dependencies :
13
13
http : ^1.1.0
14
- package_info_plus : ^4.1.0
14
+
15
15
url_launcher : ^6.1.7
16
+ package_info_plus : ^5.0.0
17
+
16
18
flutter :
17
19
sdk : flutter
18
20
You can’t perform that action at this time.
0 commit comments