msrx_flutter 0.1.0 copy "msrx_flutter: ^0.1.0" to clipboard
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';
0
likes
150
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for MSR605X magnetic stripe card reader supporting Windows, Android, and Linux.

Repository (GitHub)
View/report issues

Topics

#hardware #usb #card-reader #magnetic-stripe

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on msrx_flutter

Packages that implement msrx_flutter