- Add null-safety support
- Fix Android build (hopefully)
- Add option for CreditCard CVV number (thank you to ilicmilan!)
- Fix vulnerability in Braintree plugin (Play Store issue)
- Add ApplePay support for the drop-in UI (thank you again to HareshGediya!)
- Fix
cardEnabled = false
not working on iOS drop-in (thank you to HareshGediya)
- Hotfix 3D Secure (thank you to enzobonggio!)
- Hotfix compilation issues
- Hotfix Braintree versions
- Add Podfile change to installation section
- Update outdated iOS Braintree dependency
- Support custom UI on iOS (thank you to WipeAir)
- Make card.io optional on Android to potentially reduce app sizes
- Fix disabling card not working for drop-in UI
- Fix incompatibilities with Google and Facebook sign in plugins
- Temporarily fix crashes (thank you to peternagy1332)
- 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!)
- Fix credit card expiration not being included correctly
- Improve README.md
- Add basic support for the direct PayPal Checkout and Vault flow Android
- Add basic support for direct credit card tokenization on Android
- Add iOS support (thank you to Johannes Erschbamer!)
- Improve documentation
- Refactor source code
- Set minimum Dart version to 2.2.2
- Fix typo in README.md
- Throw proper exception when the Drop-in is launched twice
- Improve README.md
- Initial release after discontinuing the old plugin