itc_sunmi_card_reader 1.1.0
itc_sunmi_card_reader: ^1.1.0 copied to clipboard
A Flutter plugin for SUNMI POS card reading functionality. Enables card scanning, EMV processing, and data extraction on SUNMI Android devices only.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add itc_sunmi_card_readerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
itc_sunmi_card_reader: ^1.1.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:itc_sunmi_card_reader/itc_sunmi_card_reader.dart';