Skip to content

Commit ffa4800

Browse files
committed
try fixing CI
1 parent a590e3c commit ffa4800

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Publish to pub.dev
22

3+
env:
4+
FLUTTER_VERSION: 3.24.5
5+
36
on:
47
push:
58
tags:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: "https://github.com/nfcim/flutter_nfc_kit"
55

66
environment:
77
sdk: ">=3.5.0 <4.0.0"
8-
flutter: 3.24.5
8+
flutter: ">=3.24.0"
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)