Skip to content

Commit 5c4440c

Browse files
Merge branch 'master' into master
2 parents 1966e82 + c4d1919 commit 5c4440c

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Diff for: example/pubspec.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ description: Demonstrates how to use the app_review plugin.
55
version: 1.0.0+1
66

77
environment:
8-
sdk: '>=2.16.0 <3.0.0'
8+
9+
sdk: '>=3.0.0 <4.0.0'
910

1011
dependencies:
1112
flutter:
1213
sdk: flutter
1314

14-
cupertino_icons: ^1.0.5
15+
16+
cupertino_icons: ^1.0.6
17+
1518

1619
dev_dependencies:
1720
flutter_test:

Diff for: pubspec.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ homepage: https://github.com/rodydavis/plugins
66
repository: https://github.com/fluttercommunity/app_review
77

88
environment:
9-
sdk: ">=2.16.0 <3.0.0"
9+
sdk: '>=3.0.0 <4.0.0'
1010
flutter: ^1.10.0
1111

1212
dependencies:
1313
http: ^1.1.0
14-
package_info_plus: ^4.1.0
14+
1515
url_launcher: ^6.1.7
16+
package_info_plus: ^5.0.0
17+
1618
flutter:
1719
sdk: flutter
1820

0 commit comments

Comments
 (0)