mercado_pago_integration 0.0.2 copy "mercado_pago_integration: ^0.0.2" to clipboard
mercado_pago_integration: ^0.0.2 copied to clipboard

outdated

MercadoPago Mobile Checkout Integration for android and ios

MercadoPago Mobile Checkout Integration #

🌟 Features #

  • MercadoPago's sdk integrated, in order to suppor Mobile Checkout
  • Easy to install
  • Easy to integrate
  • PCI compliance
  • Android Support
  • IOS Support

📲 How to Install #

To use this plugin, add mercado_pago_integration as a dependency in your pubspec.yaml file.

🐒 How to use #

Only 3 steps needed to create a basic checkout using mercado_pago_integration:

1 - Import into project #

import 'package:mercado_pago_integration/mercado_pago_integration.dart';

2 - Set your PublicKey and PreferenceId #

  • In order to start a new mobile checkout you need to have a Public_Key
  • Besides, you need to create a CheckoutPreferenceId usign the Official documentation or you can use this Package from the comunity

3 - Start Mobile Checkout #

    MercadoPagoIntegration.startCheckout(publicKey: "",checkoutPreferenceId: "");

Responses

To Be Defined

20
likes
0
pub points
41%
popularity

Publisher

unverified uploader

MercadoPago Mobile Checkout Integration for android and ios

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on mercado_pago_integration