Skip to content

Git dependencies issue #5

@voltaire-lre

Description

@voltaire-lre

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions