nfc_manager 4.0.0-dev copy "nfc_manager: ^4.0.0-dev" to clipboard
nfc_manager: ^4.0.0-dev copied to clipboard

A Flutter plugin for accessing the NFC features on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nfc_manager

With Flutter:

 $ flutter pub add nfc_manager

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

dependencies:
  nfc_manager: ^4.0.0-dev

Alternatively, your editor might support dart pub get or 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/nfc_manager.dart';
504
likes
0
points
46k
downloads

Publisher

verified publisherokadan.net

Weekly Downloads

A Flutter plugin for accessing the NFC features on Android and iOS.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, ndef_record

More

Packages that depend on nfc_manager

Packages that implement nfc_manager