You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
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.
The text was updated successfully, but these errors were encountered:
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 :
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.
The text was updated successfully, but these errors were encountered: