An error occurred when importing java native modules directly into the flutter plugin project
Why can’t I find mylibrary when I already have it in settings.gradle include?
How to automatically initialize the dart code of a flutter plugin?
I have a plugin which has both native and dart code. Currently there is an initialize
method in the dart code which needs to be called and creates a method channel (android).