square_in_app_payments 1.2.1 copy "square_in_app_payments: ^1.2.1" to clipboard
square_in_app_payments: ^1.2.1 copied to clipboard

outdated

An open source Flutter plugin for calling Square’s native In-App Payments SDK to take in-app payments on iOS and Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add square_in_app_payments

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

dependencies:
  square_in_app_payments: ^1.2.1

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_in_app_payments/google_pay_constants.dart';
import 'package:square_in_app_payments/in_app_payments.dart';
import 'package:square_in_app_payments/models.dart';
import 'package:square_in_app_payments/models.g.dart';
95
likes
0
pub points
88%
popularity

Publisher

unverified uploader

An open source Flutter plugin for calling Square’s native In-App Payments SDK to take in-app payments on iOS and Android.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

built_collection, built_value, flutter, meta

More

Packages that depend on square_in_app_payments