briansalvattore / mercado_pago_flutter

MIT License
26 stars 14 forks source link

Mercado Pago Helper

pub package

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

Usage

Setup MercadoPago credentials first

import 'package:mercado_pago/mercado_pago.dart';
final credentials = MercadoCredentials(
    publicKey: 'PUBLIC-KEY-TEST',
    accessToken: 'ACCESS-TOKE-TEST'
);

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