mercado_pago 1.0.6 copy "mercado_pago: ^1.0.6" to clipboard
mercado_pago: ^1.0.6 copied to clipboard

Mercado Pago Library - A flutter plugin to integrate MercadoPago into flutter app

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

11
likes
30
points
64
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.19 - 2025.04.03

Mercado Pago Library - A flutter plugin to integrate MercadoPago into flutter app

Repository (GitHub)

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on mercado_pago