google_pay_flutter

Creator: coderz1093

Last updated:

0 purchases

google_pay_flutter Image
google_pay_flutter Images
Add to Cart

Description:

google pay flutter

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
copied to clipboard
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
);
copied to clipboard
if map return false:'some message', operation is failed, else all is fine

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.