flutter - 如何解决 PlatformException (PlatformExceptio

我在使用 google_sign_in 插件时收到此错误 代码如下

googleSignIn.signInSilently(suppressErrors: false).then((account) {
  handleSignIn(account);
  print(account);
}).catchError((err) {
  print('error signing in :$err');
});

错误:

最佳答案

如果您使用的是 vs code.. 在左下角的断点选项卡中取消选中未捕获的异常。

关于flutter - 如何解决 PlatformException (PlatformException(sign_in_required, com.google.android.gms.common.api.ApiException : 4: 4: , null)),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62637746/

相关文章:

google-chrome - 报告 api : Is there a way to debug w

c# - 是否可以从 .NET Core 中间件检索 Controller 的操作结果?

amazon-web-services - AWS Lambda 上的 Apollo graphql

asp.net - 如何为网络浏览器的用户获取 AD 属性

reactjs - 如何使用 react-email-editor 加载 HTML 模板而不是 js

c - 尝试在 bmp 文件中画线时如何在 C 中实现 Bresenham 的线算法?

swift - 达到最大时间戳计数,不会记录更多事件 Xcode

amazon-web-services - server.servlet.context-path

python - 在不阻塞其他任务的情况下限制 celery 任务的速率

c# - EF 核心错误 : "Comparison on entity type is not s