suica_reader 0.1.2
suica_reader: ^0.1.2 copied to clipboard
Read Suica, PASMO, and compatible FeliCa transit card data on NFC-enabled Android and iOS devices — balance, recent trip history, and raw card identity.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add suica_readerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
suica_reader: ^0.1.2Alternatively, 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:suica_reader/suica_reader.dart';