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

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: ^4.0.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:square_reader_sdk/models.dart';
import 'package:square_reader_sdk/models.g.dart';
import 'package:square_reader_sdk/reader_sdk.dart';
6
likes
120
pub points
67%
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
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

built_collection, built_value, flutter

More

Packages that depend on square_reader_sdk