我正在尝试修改 pub.dev 上的现有包。我需要更新包中的依赖项之一。我已经从这里看到了如何做到这一点
dependencies:
flutter:
sdk: flutter
graphql_flutter:
git:
url: https://github.com/username/graphql-flutter.git
当我跑步时,flutter pub get
我得到pub get failed (1; Could not find a file named "pubspec.yaml"
查看存储库
pubspec.yaml
根中没有
我想我需要pubspec.yaml
在包文件夹中引用?那里有 2 个……不知道该怎么做?