我需要在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
答案 0 :(得分:0)
按照here所述使用path
选项。
例如:
dependencies:
kittens:
git:
url: git@github.com:munificent/cats.git
path: path/to/kittens