square_reader_sdk 1.0.2 copy "square_reader_sdk: ^1.0.2" to clipboard
square_reader_sdk: ^1.0.2 copied to clipboard

outdated

An open source Flutter plugin for calling Square’s native Reader SDK implementations to take in-person payments on iOS and Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add square_reader_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  square_reader_sdk: ^1.0.2

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:square_reader_sdk/models.dart';
import 'package:square_reader_sdk/models.g.dart';
import 'package:square_reader_sdk/reader_sdk.dart';
6
likes
0
pub points
68%
popularity

Publisher

unverified uploader

An open source Flutter plugin for calling Square’s native Reader SDK implementations to take in-person payments on iOS and Android.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

built_collection, built_value, flutter

More

Packages that depend on square_reader_sdk