flutter问题汇总
-
Text(
'You will need to post a photo before you can play!',
textAlign: TextAlign.center,
style: TextStyle(
color: Colors.black,
fontWeight: FontWeight.w500,
fontSize: 22.0,
),
), -
-
点击suffixicon不响应键盘
-
弹窗
-
pickfile转换为file
https://www.codegrepper.com/code-examples/whatever/how+to+convert+pickedfile+to+file+in+flutter
-
textfield冒泡
-
运算符
https://www.jianshu.com/p/3ef9266bfa0d#:~:text=%EE%80%80Dart%EE%80%81
-
重复引用
-
Flutter MissingPluginException(No implementation found for method xxx on channel xxx)
-
改变DatePicker的格式
-
getX状态管理
-
Shared_preferences报错
-
listView
-
listview溢出
-
row中子元素对齐方式
https://blog.csdn.net/MidSummer411/article/details/111960305
-
null safety
Try this, Go to terminal and run this command; flutter run --no-sound-null-safety
-
text换行无效,在超出组件的父组件上嵌套expanded
-
实现星球效果
-
组件用法
-
showbottomsheet setstate无法更新ui问题
-
底部tabbar
-
showModalBottomSheet高度设置
-
解决滑动组件互相嵌套问题
listview/singlechildscrollview 嵌套gridview,将两个组件的shrinkwrap设置为true,并且gridview无法滚动 physics: new NeverScrollableScrollPhysics(),
-
StaggeredGridView有几列是由crossAxisCount除以StaggeredTile设置上的纵轴的数量的结果。
-
image圆角
-
showModalBottomSheet 高度自适应
-
getx状态管理
-
column嵌套listview要设置listview的shrinkWrap属性和不滚动,并且用一个container包裹住listview,container不用设置高度
-
curves效果图
-
textfield边框颜色
-
dart遍历
-
Slider flutter_xlider修改handler的样式
-
flutter listView取消顶部空白
-
Future异步的处理,使用await关键字就不要使用.then方法,不然会先执行其他的在执行.then,使用.then,.whencomplete方法来处理阻塞
-
Flutter中GestureDetector点击事件不响应的问题
-
使用camera拍摄照片
-
AS配置
-
context问题
-
build完成之后调用
SchedulerBinding.instance.addPostFrameCallback((_) {});
-
pod问题
https://github.com/CocoaPods/CocoaPods/issues/10723#issuecomment-864408657
-
context问题,引用页面的context,而不是部件的context,不然部件的context销毁后就会销毁,报错