Skip to content

Commit 4367980

Browse files
committed
update example app flutter sdk dependency range
1 parent 2aa1c37 commit 4367980

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

in_app_review/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,5 +364,5 @@ packages:
364364
source: hosted
365365
version: "3.1.0"
366366
sdks:
367-
dart: ">=3.8.1 <4.0.0"
367+
dart: ">=3.8.0-0 <4.0.0"
368368
flutter: ">=3.29.0"

in_app_review/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Demonstrates how to use the in_app_review plugin."
55
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
66

77
environment:
8-
sdk: ^3.8.1
8+
sdk: '>=2.17.0 <4.0.0'
99

1010
# Dependencies specify other packages that your package needs in order to work.
1111
# To automatically upgrade your package dependencies to the latest versions

0 commit comments

Comments
 (0)