mercado_pago_mobile_checkout 0.1.0 mercado_pago_mobile_checkout: ^0.1.0 copied to clipboard
Mercado Pago's Unofficial Flutter checkout library that implements the MercadoPago Mobile Checkout using the native SDK.
0.1.0 #
- null-safety support (Thanks Gonzaa25)
- fix return type (Thanks Rodrigo Pequeno)
0.0.3 #
- FIXES [#12]
- Example app updated to the latest stable SDK
0.0.2 #
- Map more fields from Android/iOS to dart when the payment is success
- Set min Flutter SDK to 1.12
- BREAKING: Enable AndroidX for the library. You may need to upgrade your project.
- BREAKING: startCheckout now return an object instead of a generic Map
- FIXES [#4] - minSdkVersion is now 19, same as px-android
0.0.1-dev+1 #
- Mark version as development so we can break the public API if needed
0.0.1 #
- TODO: Describe initial release.