显示无法确定任务“:app:compileFlutterBuildDebug”的依赖关系。尝试 运行 应用程序时颤抖
showing Could not determine the dependencies of task ':app:compileFlutterBuildDebug'. in flutter when try to run application
这是 运行 应用程序时显示的错误。我尝试了 运行 调试 mod 和不调试,但它仍然显示此错误
* What went wrong:
Could not determine the dependencies of task ':app:compileFlutterBuildDebug'.
> Index 1 out of bounds for length 1
我的应用程序是一个 firebase 应用程序,具有身份验证和 firestore。
如果您想检查,这里是完整的代码:github
如何解决这个问题
我用这个命令修复了它
flutter clean
flutter pub get
这是 运行 应用程序时显示的错误。我尝试了 运行 调试 mod 和不调试,但它仍然显示此错误
* What went wrong:
Could not determine the dependencies of task ':app:compileFlutterBuildDebug'.
> Index 1 out of bounds for length 1
我的应用程序是一个 firebase 应用程序,具有身份验证和 firestore。 如果您想检查,这里是完整的代码:github
如何解决这个问题
我用这个命令修复了它
flutter clean
flutter pub get