Flutter 颤振:重建应用程序后的颤振错误

Flutter 颤振:重建应用程序后的颤振错误,flutter,flutter-dependencies,Flutter,Flutter Dependencies,以下是我遇到的错误: A problem occurred evaluating root project 'firebase_auth'. > Could not find the firebase_core FlutterFire plugin, have you added it as a dependency in your pubspec? 我已将firebase core软件包添加到依赖项中,但不知道为什么会一次又一次出现此错误。cloud\u firestore:^0.

以下是我遇到的错误:


A problem occurred evaluating root project 'firebase_auth'.
> Could not find the firebase_core FlutterFire plugin, have you added it as a dependency in your pubspec?


我已将firebase core软件包添加到依赖项中,但不知道为什么会一次又一次出现此错误。

cloud\u firestore:^0.14.3+1是否将此添加到依赖项中?

cloud\u firestore:^0.14.3+1是否将此添加到依赖项中?

能否显示您的pubspec.yaml文件?
代码
名称:book\u club描述:用于生产力发布的图书管理应用程序:无版本:1.0.0+1环境:sdk:“>=2.7.0能否显示您的pubspec.yaml文件?
code
name:图书俱乐部描述:用于生产力发布的图书管理应用程序:无版本:1.0.0+1环境:sdk:”>=2.7.0我没有使用firestore,尽管我只是在进行身份验证检查您的应用程序/build.gradle页面我认为问题应该在实现中,插件可能是MindkVersionYeah我想这可能是问题所在我更改了compile sdk而不是min sdk你可以将min sdk更改为21我没有使用firestore虽然只是在进行身份验证检查你的应用程序/build.gradle页面我想问题应该出在实现上,插件可能是minSdkVersionyeah,我想这可能是问题所在,我更改了编译sdk而不是min-sdkyou可以将min-sdk更改为21