nfc_plus 1.0.0
nfc_plus: ^1.0.0 copied to clipboard
A high-performance, high-level NFC plugin for Flutter supporting Android, iOS, Web, and Desktop.
1.0.0 #
- Initial release of NFC Plus.
- Introduced a modern, high-level
NfcAPI. - Added One-Line Scanning (
Nfc.scan()). - Added Continuous Scan Mode with duplicate filtering and cooldowns.
- Introduced Strongly-Typed Tag Models (
MifareClassicTag,Iso7816Tag, etc.). - Added High-Level NDEF Builder for common record types.
- Added Mock NFC & Testing framework.
- Added Built-in Debug Console for visual tag debugging.
- Added specialized readers for EMV, Passports, and DESFire.
- Lightweight implementation with minimal external dependencies.
- Support for Android, iOS, Web (WebUSB), and Desktop (Infrastructure).