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