liming

Results 12 comments of liming

如果你的需求是打开APP时可以截图,切到后台是屏幕保护,你可以这样做 ``` 1.在android/secureApplicationPlugin.kt 下注释掉作者的功能代码 override fun onMethodCall(@NonNull call: MethodCall, @NonNull result: Result) { if (call.method == "secure") { // activity?.window?.addFlags(LayoutParams.FLAG_SECURE) result.success(true) } else if (call.method == "open") { // activity?.window?.clearFlags(LayoutParams.FLAG_SECURE)...

这个问题解决了码?我也不需要gif

我自定标题,有确定跟取消按钮,确定跟取消按钮的点击事件怎么加?自己用GestureDetector()包裹么?时间从onChange()回调中获取 ?是这个意思么? 如果能用你的onClose onChange 回调最好了

楼上这两个方法并没有解决我的问题,切换月份还是有问题

flutter_speed_dial: 7.0.0 ios is ok,this bug in android

I have the same problem.

可否动态传入 省 市 县 数据?

app退出状态下,点击通知唤醒app,onNotificationClickedWithNoAction 还是监听不到通知,注册rummus的代码已经提前到runApp(MyApp()) 之前了,是不是我的操作不对?