mfrc522 0.0.5 copy "mfrc522: ^0.0.5" to clipboard
mfrc522: ^0.0.5 copied to clipboard

PlatformLinux

A Dart library for interfacing with MFRC522 RFID readers on Linux/Raspberry Pi.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mfrc522

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

dependencies:
  mfrc522: ^0.0.5

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:mfrc522/mfrc522.dart';
0
likes
135
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart library for interfacing with MFRC522 RFID readers on Linux/Raspberry Pi.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dart_periphery, flutter, flutter_gpiod, logger

More

Packages that depend on mfrc522