jorgefspereira / plaid_flutter

Plaid Link for Flutter. Integrates the native iOS, Android and Web SDKs.
https://pub.dev/packages/plaid_flutter
MIT License
71 stars 52 forks source link

Unhandled Exception: MissingPluginException(No implementation found for method open on channel plugins.flutter.io/plaid_flutter) #5

Closed stephaniemartin closed 4 years ago

stephaniemartin commented 4 years ago

I am using v0.2.2 I got this error when build on android: Unhandled Exception: MissingPluginException(No implementation found for method open on channel plugins.flutter.io/plaid_flutter)

I've added this on build.gradle:

compileOptions {
    sourceCompatibility JavaVersion.VERSION_1_8
    targetCompatibility JavaVersion.VERSION_1_8
}

I have set the minimum api to 21. in iOS it built and works fine.

in main/java/io/flutter/plugins/GeneratedPluginRegistrant.java plugin has been registered.

what am I doing wrong?

thank you

jorgefspereira commented 4 years ago

Thanks for reporting. Can you check these questions list here flutter/flutter#10912 (comment)

jorgefspereira commented 4 years ago

Closing the issue due to lack of response.