nfc_util 0.0.1
nfc_util: ^0.0.1 copied to clipboard
A Flutter plugin providing access to NFC features on Android and iOS.
nfc_util #
A Flutter plugin providing access to NFC features on Android and iOS.
Setup #
Android #
- Add android.permission.NFC to your AndroidManifest.xml.
iOS #
- Add Near Field Communication Tag Reader Session Formats Entitlements to your entitlements.
- Add NFCReaderUsageDescription to your Info.plist.
- Add com.apple.developer.nfc.readersession.iso7816.select-identifiers to your Info.plist as needed.
- Add com.apple.developer.nfc.readersession.felica.systemcodes to your Info.plist if you specify NfcPollingOption.iso18092 in startSession, otherwise an error will occur.