nfc 0.0.1 copy "nfc: ^0.0.1" to clipboard
nfc: ^0.0.1 copied to clipboard

outdated

A new flutter plugin project.

nfc #

Flutter plugin for reading NFC tags. Supports Android 6.0 and above.

Usage #

To use this plugin, add nfc as a dependency in your pubspec.yaml file.

Also, remember to add <uses-permission android:name="android.permission.INTERNET"/> to your Android package's AndroidManifest.xml

Example #

import 'package:nfc/nfc.dart';

try {
    String tagData = await Nfc.readTag;
} on PlatformException {
}

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

For help on editing plugin code, view the documentation.

4
likes
0
pub points
36%
popularity

Publisher

unverified uploader

A new flutter plugin project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on nfc