fix: When you try to publish your final plugin a lot of undocumented steps are required #45
Labels
bug
Something isn't working as expected
documentation
Improvements or additions to documentation
product: very_good_flutter_plugin
Changes that affect the Very Good Flutter Plugin template.
waiting for response
Waiting for follow up
Description
Currently the generated flutter plugin works so far fine while development (except a couple of possible improvements like #42, #43, #44). However when you try to publish it at least as git dependency (as some kind of preview) you will notice quickly that there are a lot of "path: ../xyz" dependencies which simply won't work. This should be mentioned at least or might be some help how to manage this.
Steps To Reproduce
Expected Behavior
The plugin should work
Actual Behavior
The plugin cannot be resolved since the ".." dependencies are unknown.
The text was updated successfully, but these errors were encountered: