mercado_pago

Last updated:

0 purchases

mercado_pago Image
mercado_pago Images
Add to Cart

Description:

mercado pago

Mercado Pago Helper #

A flutter plugin to integrate MercadoPago into flutter app. So far I completed the basic functions which includes:

New user
New card
Associate card with user
Get all card by user
Token with card
Create payment

Usage #
Setup MercadoPago credentials first
import 'package:mercado_pago/mercado_pago.dart';
final credentials = MercadoCredentials(
publicKey: 'PUBLIC-KEY-TEST',
accessToken: 'ACCESS-TOKE-TEST'
);
copied to clipboard

This plugin is in very initial stage, I am using it in my personal app. Future plan is to complete all the remaining API.

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.