nfc_read_write_plugin 1.0.3 copy "nfc_read_write_plugin: ^1.0.3" to clipboard
nfc_read_write_plugin: ^1.0.3 copied to clipboard

a flutter plugin that can read and write mifare card via NFC on the Android platform.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nfc_read_write_plugin
copied to clipboard

With Flutter:

 $ flutter pub add nfc_read_write_plugin
copied to clipboard

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

dependencies:
  nfc_read_write_plugin: ^1.0.3
copied to clipboard

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_read_write_plugin/nfc_read_write_plugin.dart';
copied to clipboard
3
likes
0
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.08 - 2025.01.20

a flutter plugin that can read and write mifare card via NFC on the Android platform.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_plugin_android_lifecycle

More

Packages that depend on nfc_read_write_plugin