pay 2.0.0-beta01 copy "pay: ^2.0.0-beta01" to clipboard
pay: ^2.0.0-beta01 copied to clipboard

A plug-in to add support for payments on Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pay
copied to clipboard

With Flutter:

 $ flutter pub add pay
copied to clipboard

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

dependencies:
  pay: ^2.0.0-beta01
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pay/pay.dart';
copied to clipboard
1.04k
likes
0
points
58.2k
downloads

Publisher

verified publishergoogle.dev

Weekly Downloads

2024.10.08 - 2025.04.22

A plug-in to add support for payments on Flutter applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_localizations, meta, pay_android, pay_ios, pay_platform_interface

More

Packages that depend on pay