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

A nfc reader plugin for iOS and Android. This plugin allow you to trigger NFC native reading session on device.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_nfc_reader
copied to clipboard

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

dependencies:
  flutter_nfc_reader: ^0.1.0
copied to clipboard

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:flutter_nfc_reader/flutter_nfc_reader.dart';
copied to clipboard
45
likes
40
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.08 - 2025.01.20

A nfc reader plugin for iOS and Android. This plugin allow you to trigger NFC native reading session on device.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_nfc_reader