Skip to content

Commit 22f94c3

Browse files
committed
Bump to v3.5.2
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
1 parent b0d3d48 commit 22f94c3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,9 @@
170170
* Fix type checking assertions of arguments
171171
* Add missing call to `connect` in Android plugin
172172
* Add instruction on resolving `js` dependency conflict in README
173+
174+
## 3.5.2
175+
176+
* Some MiFare Classic fixes by @knthm:
177+
* allow authentication of sector 0 (#157)
178+
* fix data type check in `writeBlock` (#161)

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ packages:
9292
path: ".."
9393
relative: true
9494
source: path
95-
version: "3.5.1"
95+
version: "3.5.2"
9696
flutter_test:
9797
dependency: "direct dev"
9898
description: flutter

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_nfc_kit
22
description: Provide NFC functionality on Android, iOS & Web, including reading metadata, read & write NDEF records, and transceive layer 3 & 4 data with NFC tags / cards
3-
version: 3.5.1
3+
version: 3.5.2
44
homepage: "https://github.com/nfcim/flutter_nfc_kit"
55

66
environment:

0 commit comments

Comments
 (0)