We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f294989 commit a590e3cCopy full SHA for a590e3c
.github/workflows/publish.yaml
@@ -13,10 +13,11 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
- - uses: dart-lang/setup-dart@v1
17
- - uses: subosito/flutter-action@v2
+ - name: Setup Flutter SDK
+ uses: flutter-actions/setup-flutter@v3
18
with:
19
- channel: 'stable'
+ channel: stable
20
+ version: ${{ env.FLUTTER_VERSION }}
21
cache: true
22
- name: Install dependencies
23
run: flutter pub get
pubspec.yaml
@@ -5,7 +5,7 @@ homepage: "https://github.com/nfcim/flutter_nfc_kit"
5
6
environment:
7
sdk: ">=3.5.0 <4.0.0"
8
- flutter: ">=3.24.0"
+ flutter: 3.24.5
9
10
dependencies:
11
flutter:
0 commit comments