braintree 0.2.0
braintree: ^0.2.0 copied to clipboard
A Flutter plugin wrapping the native Braintree Drop-in UI SDKs
0.2.0 #
- Discontinued in favor of flutter_braintree due to name conflict.
0.1.2 #
- Switch to Android SDK version 4.1.1 (this includes a fix for the Google Payment issue)
- Tweak example code slightly
0.1.1 #
- Minor improvements
0.1.0 #
- Migrate to AndroidX
- Completely overhaul the API to more closely resemble the native Android Drop-in API
- Add support for Google Pay (may not work properly yet)
- Add credit card scanning with card.io
0.0.2 #
- Improve README.md
- Add analysis_options.yaml
- Remove unnecessary dependency in the example
build.gradle
file
0.0.1 #
- Add basic Drop-in UI functionality for Android