mrt_card_reader 0.1.2
mrt_card_reader: ^0.1.2 copied to clipboard
Read balance and transaction history from Dhaka MRT Line 6 metro rail cards via NFC. Based on the MRT Buddy team's work.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mrt_card_reader
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
mrt_card_reader: ^0.1.2
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:mrt_card_reader/mrt_card_reader.dart';