Closed stephaniemartin closed 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
Thanks for reporting. Can you check these questions list here flutter/flutter#10912 (comment)
Closing the issue due to lack of response.
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:
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