I am writing a flutter plugin and need to import a module, but after importing it, the folder is in example/android and cannot be used after other projects depend on it. What should I do to properly depend on the module?
like this question: but it's been 3 years since this issue