0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.