We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d16980 commit 2d01f0bCopy full SHA for 2d01f0b
example/pubspec.lock
@@ -209,5 +209,5 @@ packages:
209
source: hosted
210
version: "14.2.5"
211
sdks:
212
- dart: ">=3.5.4 <4.0.0"
+ dart: ">=3.4.4 <4.0.0"
213
flutter: ">=3.18.0-18.0.pre.54"
example/pubspec.yaml
@@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
19
version: 1.0.0+1
20
21
environment:
22
- sdk: ^3.5.4
+ sdk: '>=3.4.4 <4.0.0'
23
24
# Dependencies specify other packages that your package needs in order to work.
25
# To automatically upgrade your package dependencies to the latest versions
0 commit comments