flutter_braintree 4.0.0 flutter_braintree: ^4.0.0 copied to clipboard
Flutter plugin that wraps the native Braintree SDKs. Enables payments with credit cards, PayPal, Google Pay and more.
4.0.0 #
- Upgrade Drop-In SDK to 6.13.0
4.0.0-dev.1 #
Credits go to nicolobozzato once again:
- Warning: While the drop-in UI seems to work, the custom PayPal tokenization may be broken, use with caution!
- Add better support for 3D Secure verification using the
BraintreeBillingAddress
class - Update cardinal SDK version to fix the Google Play submission issues
- Updated README to explain the new browser switch activity
3.0.0 #
- Add supported networks parameter for Apple Pay request (thank you to dessonchan!)
- Upgrade Braintree package versions (thank you to dessonchan!)
- Fix problems with Facebook login (thank you to nicolobozzato!)
3.0.0-dev.1 #
- Add support for specifying payment intent and user action in
BraintreePayPalRequest
(thank you to nabinadhikari!) - Clean up naming conventions and documentation
2.3.1 #
- Update iOS dependencies (thank you to jorgefspereira!)
2.3.0 #
- Add option to disable PayPal in the Drop-In UI (thank you to santhoshvgts!)
2.2.1 #
- Switch to mavenCentral for Android builds (thank you to asmengistu!)
- Fix README to account for code changes (thank you to hrvojecukman!)
2.2.0 #
- Add PayPal Payer ID to result object (thank you to nabinadhikari!)
2.1.0 #
2.0.0 #
- Upgrade several dependencies to fix build issues on Android and iOS (thank you to bennibau, reverie-ss, and andesappal!)
2.0.0-nullsafety.0 #
- Add null-safety support
1.2.1 #
- Fix Android build (hopefully)
1.1.0+1 #
- Fix vulnerability in Braintree plugin (Play Store issue)
1.1.0 #
- Add ApplePay support for the drop-in UI (thank you again to HareshGediya!)
1.0.3 #
- Fix
cardEnabled = false
not working on iOS drop-in (thank you to HareshGediya)
1.0.2+2 #
- Hotfix 3D Secure (thank you to enzobonggio!)
- Hotfix compilation issues
1.0.2+1 #
- Hotfix Braintree versions
1.0.2 #
- Add Podfile change to installation section
1.0.1 #
- Update outdated iOS Braintree dependency
1.0.0 #
- Support custom UI on iOS (thank you to WipeAir)
0.6.0 #
- Make card.io optional on Android to potentially reduce app sizes
0.5.3+3 #
- Fix disabling card not working for drop-in UI
0.5.3+2 #
- Fix incompatibilities with Google and Facebook sign in plugins
0.5.3+1 #
- Temporarily fix crashes (thank you to peternagy1332)
0.5.3 #
- Fix incompatibility with Flutter's new v2 embedding
- Update example project to use v2 embedding
- Use new platforms key in
pubspec.yaml
(requires Flutter 1.10 or newer!)
0.5.2 #
- Fix credit card expiration not being included correctly
0.5.1 #
- Improve README.md
0.5.0 #
- Add basic support for the direct PayPal Checkout and Vault flow Android
0.4.0 #
- Add basic support for direct credit card tokenization on Android
0.3.0 #
- Add iOS support (thank you to Johannes Erschbamer!)
- Improve documentation
0.2.0 #
- Refactor source code
- Set minimum Dart version to 2.2.2
0.1.2 #
- Fix typo in README.md
0.1.1 #
- Throw proper exception when the Drop-in is launched twice
- Improve README.md
0.1.0 #
- Initial release after discontinuing the old plugin