DeligenceTechnologies / Braintree-Payment-Gateway-for-Flutter

Braintree Payment plugin for Flutter apps from Deligence Technologies. This plugin lets you integrate Braintree Drop In payment UI in just 4 easy steps.
BSD 3-Clause "New" or "Revised" License
34 stars 27 forks source link

Can I use this plugin on the ios side? #15

Closed sinpobox closed 4 years ago

sinpobox commented 5 years ago

I followed the guide to add this plugin to the project, but prompted the error ' Runner[65246:1178582] [VERBOSE-2:ui_dart_state.cc(148)] Unhandled Exception: MissingPluginException(No implementation found for method showDropIn on channel braintree_payment)' on ios

hkmsadek commented 5 years ago

I am also getting the same error :(

hkmsadek commented 5 years ago

Hi I solved it. There was googleEnabled as true. Just make it false and it will work :)