nfc_reader 1.0.0 copy "nfc_reader: ^1.0.0" to clipboard
nfc_reader: ^1.0.0 copied to clipboard

A nfc reader plugin for Android. Currently it only supports reading NDEF formatted tags.

NFC Reader #

A new flutter plugin to help developers looking to use internal hardware inside Android devices for reading NFC tags.

Supported NFC Format #

Platform Supported NFC Tags
Android NDEF
import 'package:nfc_reader/nfc_reader.dart';

How to use #

Android setup #

Add those two lines to your AndroidManifest.xml on the top

<uses-permission android:name="android.permission.NFC" />
<uses-feature
        android:name="android.hardware.nfc"
        android:required="true" />

For better details look at the demo app.

Getting Started #

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A nfc reader plugin for Android. Currently it only supports reading NDEF formatted tags.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on nfc_reader