Using path parameter under another dependency in pubspec.yaml

49 Views Asked by At

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
0

There are 0 best solutions below