小编iwi*_*gle的帖子

为什么我的(当前)私人 Firebase 应用程序上会出现这么多随机用户?

我的应用程序位于 google playstore 上,但到目前为止仅处于 alpha 阶段,否则无法从外部访问该应用程序。然而,正如问题所说,我看到很多随机用户具有完全相同的电子邮件模式$FIRSTNAME$LASTNAME.$RANDINT@gmail.com

在此输入图像描述

这是 Google 审查过程的一部分还是已经发生的事情?

firebase firebase-authentication flutter

10
推荐指数
1
解决办法
411
查看次数

Flutter 抽屉测试错误,显示“右侧 RenderFlex 溢出 188 像素”。

我正在为我的应用程序编写一些测试。目前我一直在测试抽屉。在各种尺寸的模拟器上,它运行没有问题(从 240x432 到 1440x2960),但是当我尝试运行简单的测试时,会抛出以下错误:

\n\n
   \xe2\x95\x90\xe2\x95\x90\xe2\x95\xa1 EXCEPTION CAUGHT BY RENDERING LIBRARY \xe2\x95\x9e\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\xe2\x95\x90\nThe following assertion was thrown during layout:\nA RenderFlex overflowed by 188 pixels on the right.\n\nThe overflowing RenderFlex has an orientation of Axis.horizontal.\nThe edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and\nblack striped pattern. This is usually caused by the contents being too big for the RenderFlex.\nConsider applying a flex factor (e.g. using an Expanded widget) to force the children of the\nRenderFlex …
Run Code Online (Sandbox Code Playgroud)

flutter flutter-test flutter-layout

7
推荐指数
1
解决办法
1229
查看次数