Skip to content

Commit 2d01f0b

Browse files
committed
Fixed example app sdk version constraints
1 parent 9d16980 commit 2d01f0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,5 @@ packages:
209209
source: hosted
210210
version: "14.2.5"
211211
sdks:
212-
dart: ">=3.5.4 <4.0.0"
212+
dart: ">=3.4.4 <4.0.0"
213213
flutter: ">=3.18.0-18.0.pre.54"

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1919
version: 1.0.0+1
2020

2121
environment:
22-
sdk: ^3.5.4
22+
sdk: '>=3.4.4 <4.0.0'
2323

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

0 commit comments

Comments
 (0)