nfc_tag_reader 0.1.0 copy "nfc_tag_reader: ^0.1.0" to clipboard
nfc_tag_reader: ^0.1.0 copied to clipboard

PlatformAndroid

Hand-written Android NFC tag reader for Flutter. Streams scanned tags with decoded NDEF text, URI and raw records over platform channels.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nfc_tag_reader

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  nfc_tag_reader: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:nfc_tag_reader/nfc_tag_reader.dart';
1
likes
160
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Hand-written Android NFC tag reader for Flutter. Streams scanned tags with decoded NDEF text, URI and raw records over platform channels.

Repository (GitHub)
View/report issues

Topics

#nfc #ndef #android #contactless #hardware

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on nfc_tag_reader

Packages that implement nfc_tag_reader