flutter
好用
但没怎么用
好坑
坑s
先记一下有哪些坑
开发模式下和发布模式下,获取宽度的时机不一样
1 | flutter run |
在有provide builder 的情况,有时会重新build
int和double
Unhandled Exception: type 'int' is not a subtype of type 'double'
不会自动转换,要注意一下。后面看看有没有好的解决方案
再写。。。
好用
但没怎么用
好坑
先记一下有哪些坑
1 | flutter run |
Unhandled Exception: type 'int' is not a subtype of type 'double'
不会自动转换,要注意一下。后面看看有没有好的解决方案
再写。。。