Braintree Payment plugin for Flutter apps from Deligence Technologies. This plugin lets you integrate Braintree Drop In payment UI in just 4 easy steps.
This pull request would extends the functionality of the plugin to enable direct paypal checkout flow (without using the Drop-in UI from braintree). This might be useful in cases where you need just paypal and don't want to be able to pay with credit card (which was a usecase I had, and the drop-in UI does not allow to disable credit card payments).
I've
created the views and logic to be able to start the direct paypal payment flow and extended the method channel with an additional method.
updated the example app with an additional button to show both scenarios.
updated the readme documentation
migrated the example app to a newer gradle version with androidX enabled
This pull request would extends the functionality of the plugin to enable direct paypal checkout flow (without using the Drop-in UI from braintree). This might be useful in cases where you need just paypal and don't want to be able to pay with credit card (which was a usecase I had, and the drop-in UI does not allow to disable credit card payments).
I've