nfc_pro_manager 3.0.0
nfc_pro_manager: ^3.0.0 copied to clipboard
The industry-grade NFC SDK for Flutter. Supports robust Host Card Emulation (HCE), Identity Emulation, NDEF Read/Write, and ISO-DEP APDU communication with enterprise lifecycle management.
Changelog #
All notable changes to this project will be documented in this file.
2.1.0 - 2026-05-06 #
Fixed #
- Race Condition: Fixed
eventSinkbeing null during activity attachment. - Lifecycle Bug: Corrected typo in
onReattachedToActivityForConfigChanges. - Memory Safety: Improved Activity reference management in
NfcController.
Added #
- Tag Debouncing: Added native
lastUidcheck to prevent double-reading tags. - Hardware Stability: Added 5-second timeout to
IsoDepcommunication to prevent UI hanging. - SDK Error Codes: Added specific native error codes like
CONNECTION_LOST.
2.0.0 - 2026-05-06 #
...