我正在尝试使用颤振在屏幕中央创建一个标签栏,同时尝试它我在列中提供了 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) 在 flutter 应用程序中使用流。如果 firestore 数据库中发生一些更改,那么它也会反映在应用程序中。我们是否可以同样使用MySQL数据库作为后端服务器来存储数据。MySQL 中的更改也会反映在 flutter 应用程序中吗?