KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
mercado_pago_flutter
★ 26
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
usingstdcpp2019
:
"Some fun with Reactive Programming in C++17" presentation at using std::cpp 2019 and associated material
zdora
:
脚本执行平台
DNSSecurity
:
The homework of DNS Security Course
SyliusRedirectPlugin
:
Add redirects to your Sylius store from a simple interface
wordsby-admin
:
A WordPress Admin theme for Gatsby sites.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
mercado_pago_flutter
?
Download (.md)
# Mercado Pago Helper [](https://pub.dartlang.org/packages/mercado_pago) 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 ```dart 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.