We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a590e3c commit ffa4800Copy full SHA for ffa4800
.github/workflows/publish.yaml
@@ -1,5 +1,8 @@
1
name: Publish to pub.dev
2
3
+env:
4
+ FLUTTER_VERSION: 3.24.5
5
+
6
on:
7
push:
8
tags:
pubspec.yaml
@@ -5,7 +5,7 @@ homepage: "https://github.com/nfcim/flutter_nfc_kit"
environment:
sdk: ">=3.5.0 <4.0.0"
- flutter: 3.24.5
+ flutter: ">=3.24.0"
9
10
dependencies:
11
flutter:
0 commit comments