pay_android 1.0.5 copy "pay_android: ^1.0.5" to clipboard
pay_android: ^1.0.5 copied to clipboard

unlistedoutdated

A plug-in to add support for payments on the Android side of Flutter applications.

pub package

This is an implementation of the pay_platform_interface package for Android.

Usage #

With the pay plugin #

This package is the endorsed implementation of the pay plugin, so it gets automatically added to your dependencies by adding the pay package to your pubspec.yaml:

dependencies:
  pay: ^1.0.6

Using this package directly #

If you prefer to integrate or extend this package separately, add it as a dependency in your pubspec.yaml file as follows:

dependencies:
  pay_android: ^1.0.5

Now, you can use the buttons available for the supported payment providers and the methods exposed in the interface that this package uses to communicate with the native end.

RawGooglePayButton(
  style: GooglePayButtonStyle.black,
  type: GooglePayButtonType.pay);

Note: This is not an officially supported Google product.
4
likes
0
pub points
79%
popularity

Publisher

verified publishergoogle.dev

A plug-in to add support for payments on the Android side of Flutter applications.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_localizations, flutter_svg, pay_platform_interface

More

Packages that depend on pay_android