-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
When I setup in FF desktop:
my_private_package:
git:
url: https://username:[email protected]/username/my_private_package.git
path: packages/my_private_package
Every time I use "Push to FluitterFlow" from vscode, all the dependencies are now borked and come out as:
{git: {url: https://username:[email protected]/username/my_private_package.git, path: packages/my_private_package}}
I checked: https://github.com/FlutterFlow/VS-Code-Extension/blob/main/src/actions/pushToFF.ts#L53
and it seems to keep things intact, so somewhere on the backend it must deserialize and re-serialize the yaml which creates the above.
also posted on FF reddit: https://www.reddit.com/r/FlutterFlow/comments/1o4053q/annoying_custom_git_dependency_bug_when_using/
Metadata
Metadata
Assignees
Labels
No labels