We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa1c37 commit 4367980Copy full SHA for 4367980
2 files changed
in_app_review/example/pubspec.lock
@@ -364,5 +364,5 @@ packages:
364
source: hosted
365
version: "3.1.0"
366
sdks:
367
- dart: ">=3.8.1 <4.0.0"
+ dart: ">=3.8.0-0 <4.0.0"
368
flutter: ">=3.29.0"
in_app_review/example/pubspec.yaml
@@ -5,7 +5,7 @@ description: "Demonstrates how to use the in_app_review plugin."
5
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
6
7
environment:
8
- sdk: ^3.8.1
+ sdk: '>=2.17.0 <4.0.0'
9
10
# Dependencies specify other packages that your package needs in order to work.
11
# To automatically upgrade your package dependencies to the latest versions
0 commit comments