We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f7a7e commit 997d3ebCopy full SHA for 997d3eb
.github/workflows/flutter_release.yaml
@@ -30,6 +30,7 @@ jobs:
30
uses: subosito/flutter-action@v2
31
with:
32
channel: "stable"
33
+ flutter-version-file: pubspec.yaml
34
35
- name: Install dependencies
36
run: flutter pub get
pubspec.yaml
@@ -20,7 +20,7 @@ version: 0.0.15+6
20
21
environment:
22
sdk: ">=3.3.4 <4.0.0"
23
- flutter: ">=3.24.5 <4.0.0"
+ flutter: 3.24.5
24
25
isar_version: &isar_version ^4.0.0-dev.13 # define the version to be used
26
0 commit comments