In one of the projects, I found a path
in pubspec.yaml
that refers to another dependency. What in this case defines this parameter (obviously the path) and how to read this pattern ../../../
?
dependencies:
flutter:
sdk: flutter
rxdart:
path: ../../../
http: ^0.13.3