Skip to content

briansalvattore/mercado_pago_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mercado Pago Helper

pub package

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'
);

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages