我尝试将Android项目连接到Firebase,但是在将以下内容添加到pubsec.yaml时出现此错误:
firebase_auth: ^0.16.0
cloud_firestore: ^0.13.5
当我摇晃运行并且不起作用时
Plugin project :firebase_core_web not found. Please update settings.gradle.
Plugin project :firebase_auth_web not found. Please update settings.gradle.
Plugin project :cloud_firestore_web not found. Please update settings.gradle.
有什么解决办法吗
In your
build.gradle
, update the following:变成: