nfc_manager 0.2.0 copy "nfc_manager: ^0.2.0" to clipboard
nfc_manager: ^0.2.0 copied to clipboard

outdated

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 permission to your AndroidMenifest.xml:
<uses-permission android:name="android.permission.NFC" />

iOS Setup #

<key>NFCReaderUsageDescription</key>
<string>[YOUR DESCRIPTION]</string>
<key>com.apple.developer.nfc.readersession.formats</key>
<array>
    <string>NDEF</string>
    <string>TAG</string> <!-- To use `NfcManager#startTagSession` -->
</array>
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key>
<array>
    <string>[AID]</string>
</array>

<key>com.apple.developer.nfc.readersession.felica.systemcodes</key>
<array>
    <string>[SYSTEM CODE]</string>
</array>
411
likes
0
pub points
98%
popularity

Publisher

verified publisherokadan.net

A Flutter plugin to use NFC. Supported on both Android and iOS.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on nfc_manager