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

PlatformAndroid

A Flutter plugin to interact with NFC Classic/Mifare Plus tags. Supports reading/writing blocks, changing passwords, and more.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nfc_classic_mifare_plus

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

dependencies:
  nfc_classic_mifare_plus: ^0.1.0

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_classic_mifare_plus/nfc_classic_mifare_plus.dart';
1
likes
150
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to interact with NFC Classic/Mifare Plus tags. Supports reading/writing blocks, changing passwords, and more.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, logger, plugin_platform_interface

More

Packages that depend on nfc_classic_mifare_plus

Packages that implement nfc_classic_mifare_plus