File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 191191* Add Swift package manager support for iOS plugin, bump dependencies
192192* Fix WebUSB interop on Web, add onDisconnect callback
193193* Add support for foreground polling on Android (#16 , #179 )
194+
195+ ## 3.6.1
196+
197+ * Refactor with new ` dart:js_interop ` APIs to fix build with WASM (#223 )
198+ * Support ` readBlock ` / ` writeBlock ` on Mifare tags on iOS (#205 by @rushank-shah )
199+ * More robust logic on Android
200+ * ensure NFC Handler is always alive (#219 by @Akshya107 )
201+ * prevent an NPE due to wrong API typing (#220 )
202+ * add comment on ` poll ` related to Samsung API bug (#190 , #200 )
203+ * Bump tools to Gradle 9.2.1, AGP 8.13.1, Kotlin 2.2.21
204+ * Now ` minSdkVersion ` is lowered to 24 (#212 )
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ packages:
9292 path: ".."
9393 relative: true
9494 source: path
95- version: "3.6.0 "
95+ version: "3.6.1 "
9696 flutter_test:
9797 dependency: "direct dev"
9898 description: flutter
@@ -244,6 +244,14 @@ packages:
244244 url: "https://pub.dev"
245245 source: hosted
246246 version: "1.4.0"
247+ universal_platform:
248+ dependency: transitive
249+ description:
250+ name: universal_platform
251+ sha256: "64e16458a0ea9b99260ceb5467a214c1f298d647c659af1bff6d3bf82536b1ec"
252+ url: "https://pub.dev"
253+ source: hosted
254+ version: "1.1.0"
247255 uuid:
248256 dependency: transitive
249257 description:
You can’t perform that action at this time.
0 commit comments