nfc_pro_manager 3.1.6
nfc_pro_manager: ^3.1.6 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.
3.1.6 #
- Fixed Gradle syntax error in Android build configuration (minSdkVersion function call)
3.1.5 #
- Added Android-only MIFARE Classic support with raw block read/write APIs
- Exposed
readMifareClassicandwriteMifareClassicmethods in the Flutter plugin - iOS now returns a clear unsupported message for MIFARE Classic operations
3.1.4 #
- Removed unnecessary NDK version requirement (pure Kotlin implementation)
- Automatic minSdkVersion 30 enforcement
- Updated installation documentation for plug & play setup
3.1.3 - 2026-05-09 #
- Fix settings.gradle.kts structure
- Remove unused resources
3.1.2 - 2026-05-06 #
🛡️ STABILITY FIX RELEASE #
- Kotlin Compilation Fix: Resolved
@Synchronizedannotation target error inNfcController. - Visibility Fix: Updated
byteArrayToHexStringaccess modifier tointernalfor cross-class communication. - Thread Safety: Implemented explicit
synchronizedblocks for buffer management.
3.1.1 - 2026-05-06 #
- Technical Fix: Resolved Gradle namespace conflict and manifest cleanup.
3.1.0 - 2026-05-06 #
- The Human Perfection Release: Overhauled documentation and cleaned up AI-traceability.