-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomersproduct: very_good_flutter_pluginChanges that affect the Very Good Flutter Plugin template.Changes that affect the Very Good Flutter Plugin template.
Description
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
- Create the flutter plugin
- Add all the features you want
- Try to add your plugin as a dependency in a flutter app
Expected Behavior
The plugin should work
Actual Behavior
The plugin cannot be resolved since the ".." dependencies are unknown.
mrverdant13
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomersproduct: very_good_flutter_pluginChanges that affect the Very Good Flutter Plugin template.Changes that affect the Very Good Flutter Plugin template.
Type
Projects
Status
Needs Triage