nfc_manager 0.4.0
nfc_manager: ^0.4.0 copied to clipboard
A Flutter plugin to use NFC. Supported on both Android and iOS.
nfc_manager #
A Flutter plugin to use NFC. Supported on both Android and iOS.
Note #
This plugin is still under development.
So please use with caution as there may be potential issues and breaking changes.
Feedback is welcome.
Setup #
Android Setup #
- Add android.permission.NFC to your
AndroidMenifest.xml.
iOS Setup #
-
Add Near Field Communication Tag Reader Session Formats Entitlements to your entitlements.
-
Add NFCReaderUsageDescription to your
Info.plist. -
If you use
NfcManager#startTagSessionwithNfcTagPollingOption.iso18092, you must add com.apple.developer.nfc.readersession.felica.systemcodes to yourInfo.plist.