msrx_flutter 0.1.0
msrx_flutter: ^0.1.0 copied to clipboard
A Flutter plugin for MSR605X magnetic stripe card reader supporting Windows, Android, and Linux.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add msrx_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
msrx_flutter: ^0.1.0
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:msrx_flutter/msrx.dart';
import 'package:msrx_flutter/msrx_platform_interface.dart';
import 'package:msrx_flutter/track_data.dart';