google_pay_flutter 0.0.1 copy "google_pay_flutter: ^0.0.1" to clipboard
google_pay_flutter: ^0.0.1 copied to clipboard

Google pay flutter plugin project.

google_pay_flutter #

Google Pay for Flutter. Currently works with CloudPayments

Getting Started #

The package is very simple.

for check possibly Show Google Pay Button use

GooglePayFlutter.possiblyShowGooglePayButton

For call Google Pay menu

Map<bool, String> map = await GooglePayFlutter.requestPayment(
      currencyCode: 'RUB',
      gateway: 'yourgateway',
      price: 355,
      publicId: 'yourgatewayid',
      isTestEnvironment: true //optional, default is false
    );

if map return false:'some message', operation is failed, else all is fine

2
likes
30
pub points
26%
popularity

Publisher

unverified uploader

Google pay flutter plugin project.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on google_pay_flutter