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

Flutter plugin for reading NFC tags. Supports Android only.

nfc #

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

Notice #

This is a work in progress. It might be unstable. DO NOT USE IN PRODUCTION.

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 manifest file.

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
40
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for reading NFC tags. Supports Android only.

Homepage

License

MIT (license)

Dependencies

flutter

More

Packages that depend on nfc