flutter 自己整理

Posted --LP--

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了flutter 自己整理相关的知识,希望对你有一定的参考价值。

资料 常见问题解决处

https://flutter.io/flutter-for-android/

https://blog.csdn.net/column/details/13593.html

 

资料

https://docs.flutter.io/flutter/widgets/Flex-class.html

https://docs.flutter.io/flutter/widgets/Row-class.html

https://docs.flutter.io/flutter/widgets/Column-class.html

两个常用的  Row 和 Column 类都是 Flex 的子类  而  Flex 类是不会产生滚动条的  要滚动条 可考虑 ListView

以上是关于flutter 自己整理的主要内容,如果未能解决你的问题,请参考以下文章