mrt_card_reader 0.3.0
mrt_card_reader: ^0.3.0 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_readerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mrt_card_reader: ^0.3.0Alternatively, 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';