File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -210,4 +210,4 @@ packages:
210210 version: "14.2.1"
211211sdks:
212212 dart: ">=3.4.1 <4.0.0"
213- flutter: ">=3.18.0-18.0.pre.54 "
213+ flutter: ">=3.22.1 "
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1919version : 1.0.0+1
2020
2121environment :
22+ # This is read by the Flutter tool to assess capabilities and perform tooling.
23+ # But also by the GitHub Actions workflow to determine which Flutter SDK to use.
24+ # See https://github.com/subosito/flutter-action?tab=readme-ov-file#use-version-from-pubspecyaml
25+ flutter : 3.22.1
2226 sdk : ' >=3.4.1 <4.0.0'
2327
2428# Dependencies specify other packages that your package needs in order to work.
You can’t perform that action at this time.
0 commit comments