Let's say we have created a plugin with flutter. Named flutter_local_plugin. How can we put it inside a flutter project flutter_some_application and access it? There is a question here (how to use local flutter package in another flutter application?), but the accepted answer has 0 explanations regarding the actual file migrations.
- we only need the plugin to be placed inside the flutter_some_application, without any example from the package project.
- Where do you place the .kt & .dart files, and how do you link all of this together?
There seems to be no guide on how to achieve this.