nfc_manager_ndef 1.0.1 copy "nfc_manager_ndef: ^1.0.1" to clipboard
nfc_manager_ndef: ^1.0.1 copied to clipboard

A Flutter package that provides NDEF abstraction using nfc_manager plugin.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nfc_manager_ndef

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

dependencies:
  nfc_manager_ndef: ^1.0.1

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_manager_ndef/nfc_manager_ndef.dart';
3
likes
160
points
3.26k
downloads

Publisher

verified publisherokadan.net

Weekly Downloads

A Flutter package that provides NDEF abstraction using nfc_manager plugin.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, nfc_manager

More

Packages that depend on nfc_manager_ndef