nfc_emulator 1.0.1+1 copy "nfc_emulator: ^1.0.1+1" to clipboard
nfc_emulator: ^1.0.1+1 copied to clipboard

A Flutter plugin to emulate the NFC tag. Supported only on Android (Apple is being Apple).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nfc_emulator

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

dependencies:
  nfc_emulator: ^1.0.1+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_emulator/nfc_emulator.dart';
25
likes
40
pub points
76%
popularity

Publisher

verified publishermetaware.dev

A Flutter plugin to emulate the NFC tag. Supported only on Android (Apple is being Apple).

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on nfc_emulator