kalapa_nfc_reader_sdk 1.0.4
kalapa_nfc_reader_sdk: ^1.0.4 copied to clipboard
A Flutter plugin designed to integrate with Kalapa's NFC Reader SDK, enabling seamless NFC functionality within Flutter applications.
Changelog #
1.0.1 - 2025-11-14 #
Added #
- Initial release of Kalapa NFC Reader SDK for Flutter
- Support for NFC reading with UI
- Support for NFC reading without UI using MRZ data
- NFC support and status checking
- Customizable SDK appearance configuration
- Android and iOS platform support
- SDK version retrieval
Features #
isNFCSupported()- Check device NFC capabilityisNFCEnabled()- Check NFC enabled statusstartWithUI()- Start NFC reading with built-in UIstartWithoutUI(mrz)- Start NFC reading without UIconfigureSDK()- Configure appearance and settingsgetSDKVersion()- Get SDK version information
1.0.2 - 2025-11-16 #
- Ensure that Android's activity must be FlutterFragmentActivity
1.0.3 - 2025-12-08 #
- Update UI to support darkmode