如何将cloud_firestore插件的主存储库版本(在flutterfire软件包内部)添加到应用程序的pubspec.yaml中?

时间:2020-07-08 14:45:16

标签: git flutter google-cloud-firestore dart-pub

我需要在Flutter应用中使用Cloud Firestore的disableNetwork()功能。在cloud_firestore的最新版本(0.13.7)中不可用。它在git hub仓库的主仓库中可用。我无法添加指向cloud_firestore包的git链接,因为它位于存储库flutterfire中。因此,如何将其添加到我的pubspec.yaml文件中。

  cloud_firestore: 
     git: https://github.com/FirebaseExtended/flutterfire.git

1 个答案:

答案 0 :(得分:0)

按照here所述使用path选项。

例如:

dependencies:
  kittens:
    git:
      url: git@github.com:munificent/cats.git
      path: path/to/kittens