Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git dependencies issue #5

Open
voltaire-lre opened this issue Jan 27, 2025 · 0 comments
Open

Git dependencies issue #5

voltaire-lre opened this issue Jan 27, 2025 · 0 comments

Comments

@voltaire-lre
Copy link

Not sure if this is an issue with the vscode extension of with flutterflow

I added a custom git dependency in the pubspec file.
I used the format :
my_package:
git:
url: https://user:[email protected]/my_package

Once I pushed and the pull from flutterflow the dependency is changed to my_pckage: {git: {url: ....}}
This is OK but in flutterflow I got an error :

Image

To avoid the issue in flutterflow I need to remove the brackets to set git: {url: ...} instead of {git: {url: {....}}
However when I do that, the next pull will remove the git line from the pubspec in vscode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant