nfc_pro_manager 1.2.0
nfc_pro_manager: ^1.2.0 copied to clipboard
A professional NFC library for Flutter. Supports Host Card Emulation (HCE), Identity Emulation, NDEF Read/Write, and ISO-DEP APDU communication.
Changelog #
All notable changes to this project will be documented in this file.
1.2.0 - 2026-05-06 #
Refactored #
- Professional Terminology: Renamed "Cloning" to "Identity Emulation" throughout the package.
- Strongly Typed Models: Replaced
Mapresponses with structuredNfcTagandNfcExceptionclasses. - Enhanced Documentation: Added APDU technical deep dive and Security/Legal Disclaimers.
- Error Handling: Improved error reporting via
NfcException.
1.1.0 - 2026-05-06 #
Added #
- APDU Transceive Support: Added
transceivemethod to send raw hex commands to ISO-DEP tags. - Detailed Documentation: Added Limitations, Compatibility, and Real Use Cases to README.
- HCE Clarification: Explicitly documented hardware and security constraints.
1.0.6 - 2026-05-06 #
Fixed #
- Incremented version to 1.0.6 to resolve publishing conflicts.
- Updated documentation and README contacts.