BreX900 / mek-packages

10 stars 13 forks source link

Missing Plugin Exception while running release build in Real Device while it works in Android Emulator #33

Closed pratikpwr closed 9 months ago

pratikpwr commented 9 months ago

I am able to initialize stripe terminal properly in Android Emulator but it fails in Real Device I am getting only below Error MissingPluginException(No implementation found for method init on channel StripeTerminalPlatform)

BreX900 commented 9 months ago

try flutter clean && flutter pub get

BreX900 commented 9 months ago

@pratikpwr Can you close the issue if the problem has been resolved?