干志雄

Results 73 comments of 干志雄

@CaffreySun 如何计算 maxHorizontalRange,才能使坐标不重叠呢?

I had this problem too, but it wasn't Safari because I didn't have Safari open. I don't know which program caused it. The slow initialization really affects the experience.

> 嗨,我在 iOS 上使用 HomeWidget.initiallyLaunchedFromHomeWidget() 和 HomeWidget.widgetClicked 遇到同样的问题,从小部件打开时总是调用的唯一东西是 HomeWidget.initiallyLaunchedFromHomeWidget() ,它给出 null 我已经 添加了 .widgetURL 我有还测试了 Google Codelab 项目并遇到了同样的问题 同时,当运行此包的示例代码时,一切正常,是否缺少一些配置或需要添加一些值? 如上所述,使用 Link 可以处理更大的小部件 @nipunapereratb Did you solve it? I had the...

我也遇到了这个问题!能解决下吗?

Signing needs to choose an Apple developer account. I guess you don't have an Apple developer account.

@keylinwu-wmg Did you solve it in the end?

@Shatha-Naami If it is iOS, it cannot be achieved through this plugin. Finally, I implemented it through native. Android should be able to do it, but I haven't tried it.

Without using method channels for integration, the data needed by the widget can be stored in flutter through the [shared_preferences | Flutter package](https://pub.dev/packages/shared_preferences), such as storing the token after switching...

@Shatha-Naami Great, thank you for sharing. The article is very detailed, I will read it carefully when I have time.

> @GanZhiXiong you should be able to go to Settings > Flutter (under Languages & Frameworks) > Check off "Open Flutter Inspector view on app launch". @helin24 I followed what...