Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaDaryani authored Oct 29, 2024
2 parents 1966e82 + c4d1919 commit 5c4440c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 5 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ description: Demonstrates how to use the app_review plugin.
version: 1.0.0+1

environment:
sdk: '>=2.16.0 <3.0.0'

sdk: '>=3.0.0 <4.0.0'

dependencies:
flutter:
sdk: flutter

cupertino_icons: ^1.0.5

cupertino_icons: ^1.0.6


dev_dependencies:
flutter_test:
Expand Down
6 changes: 4 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ homepage: https://github.com/rodydavis/plugins
repository: https://github.com/fluttercommunity/app_review

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: '>=3.0.0 <4.0.0'
flutter: ^1.10.0

dependencies:
http: ^1.1.0
package_info_plus: ^4.1.0

url_launcher: ^6.1.7
package_info_plus: ^5.0.0

flutter:
sdk: flutter

Expand Down

0 comments on commit 5c4440c

Please sign in to comment.