wml
wml
@goyourfly 乛◡乛 It seems like my first time to use 'setTextSize(int unit, int size) ' . Thanks
same here. i also switched url_launcher to ^3.0.0 temporarily
@youlookwhat 请问,你知道搜索API目前有比较好的替代方案吗?
@youlookwhat 好的,我稍后去尝试一下。谢谢
文章写的真好,基础 widget 的介绍基本面面俱到,👍。 关于 Stack 想补充说一下它的 `fit` 属性,因为自己学习的时候有着重理解了一下。 `fit`:用于定义没有定位的(non-positioned)子 widget 如何去适应 Stack 的大小,默认为 `loose`。 其中 `StackFit` 有如下几种: `loose`:子节点宽松的取值,可以从min到max的尺寸; `expand`:子节点尽可能的占用空间,取max尺寸; `passthrough`:不改变子节点的约束条件; 具体效果可以在 @SmallStoneSK 提供的[例子中](https://github.com/SmallStoneSK/flutter_training_app/tree/master/lib/basic_widgets)改变属性值看看区别,也可以自己写个 `Stack` 的 demo。 另外[这篇文章](https://medium.com/flutteropen/flutter-widgets-15-stack-9637858f7c62)对 `Stack` 的属性都有示例效果,可以看下。
> > > I have the similar problem. I wan't to show a modal bottom sheet over pdf view, > > > but the PDF view is always on the...
@jiahongfei 嗯,谢谢回复。1的后台保活我一直也在摸索优化;关于2想多问下,运动开始的startTime是从传感器每次运动的首次回调打点吗?我现在就是判断mDbSaveCount为1的时候记为startTime和当前步数,到运动结束时记endTime,然后currentStep - 前面记的步数,然后insert db。也考虑过,模拟iOS健康,每次运动从0开始计步数。你觉得哪种更好点呢?
@JalinWang 嗯,目前确实有这个问题。因为近期会对搜索页进行重新设计,这个问题可能会晚一点才能修复了
@lubritto please think about fix the issue, many thanks.
Hi @iapicca The Steps to Reproduce: 1.Set app theme's accent color Red 2.If i use `SwitchListTile` and not set `activeColor`, it has Red as active color 3.If i use `CupertinoSwitchListTile`...