小编Xor*_*r96的帖子

如何在颤动中在屏幕中央创建标签栏?

我正在尝试使用颤振在屏幕中央创建一个标签栏,同时尝试它我在列中提供了 TabBarView 并且我陷入了这个错误。请解决这个问题。

I/flutter ( 3983): ??? EXCEPTION CAUGHT BY RENDERING LIBRARY ??????????????????????????????????????????????????????????
I/flutter ( 3983): The following assertion was thrown during performResize():
I/flutter ( 3983): Horizontal viewport was given unbounded height.
I/flutter ( 3983): Viewports expand in the cross axis to fill their container and constrain their children to match
I/flutter ( 3983): their extent in the cross axis. In this case, a horizontal viewport was given an unlimited amount of
I/flutter ( 3983): vertical space in which to …
Run Code Online (Sandbox Code Playgroud)

android tabbar flutter

8
推荐指数
2
解决办法
9875
查看次数

我可以在 flutter 中流式传输 MySQL 数据库吗?

在 flutter 应用程序中使用流。如果 firestore 数据库中发生一些更改,那么它也会反映在应用程序中。我们是否可以同样使用MySQL数据库作为后端服务器来存储数据。MySQL 中的更改也会反映在 flutter 应用程序中吗?

mysql backend firebase flutter google-cloud-firestore

0
推荐指数
1
解决办法
849
查看次数