We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88faaed commit 761d925Copy full SHA for 761d925
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
date: ${{ steps.get_version.outputs.date}}
35
runs-on: ${{ matrix.os }}
36
env:
37
- FLUTTER_VERSION: 3.24.0
+ FLUTTER_VERSION: 3.27.3
38
steps:
39
# Checkout branch
40
- name: Checkout
@@ -49,7 +49,7 @@ jobs:
49
50
# Setup Flutter
51
- name: Setup Flutter
52
- uses: subosito/flutter-action@v2.16.0
+ uses: subosito/flutter-action@v2.18.0
53
with:
54
flutter-version: ${{ env.FLUTTER_VERSION }}
55
channel: 'stable'
pubspec.yaml
@@ -4,7 +4,7 @@ description: An third-party application for LOFTER
4
publish_to: none
5
6
environment:
7
- sdk: '>=3.1.4 <4.0.0'
+ sdk: '>=3.6.0 <4.0.0'
8
9
dependencies:
10
flutter:
0 commit comments