Skip to content

Commit 5b7fb25

Browse files
author
Mattias Siø Fjellvang
committed
chore: specify flutter version in pubspec.yaml
1 parent 0647eac commit 5b7fb25

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,4 @@ packages:
210210
version: "14.2.1"
211211
sdks:
212212
dart: ">=3.4.1 <4.0.0"
213-
flutter: ">=3.18.0-18.0.pre.54"
213+
flutter: ">=3.22.1"

pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1919
version: 1.0.0+1
2020

2121
environment:
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.

0 commit comments

Comments
 (0)