Skip to content

Commit

Permalink
Bump to v3.6.0, update README
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Dec 20, 2024
1 parent 2559e2e commit 3a3164d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,14 @@
* Some MiFare Classic fixes by @knthm:
* allow authentication of sector 0 (#157)
* fix data type check in `writeBlock` (#161)

## 3.6.0

* Remove annoying dependency on `js` library, replace with `dart:js_interop`
* Contributions on Android plugin from @knthm:
* Dedicated handler thread for IO operations (#167)
* More elegant exception handling (#169)
* Bump tool versions & dependencies of Android plugin and example app:
* Related issues / PRs: #179 #184, #186, #187
* Now using Java 17, Gradle 8.9, MinSDKVer 26, AGP 8.7, Kotlin 2.1.0
* Bump dependencies of iOS plugin (minimum is now iOS 12.0)
10 changes: 1 addition & 9 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.5.2"
version: "3.6.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -103,14 +103,6 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
js:
dependency: transitive
description:
name: js
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
url: "https://pub.dev"
source: hosted
version: "0.7.1"
json_annotation:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_nfc_kit
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
version: 3.5.2
version: 3.6.0
homepage: "https://github.com/nfcim/flutter_nfc_kit"

environment:
Expand Down

0 comments on commit 3a3164d

Please sign in to comment.