FlutterUnit icon indicating copy to clipboard operation
FlutterUnit copied to clipboard

【Flutter 集录指南 App】The unity of flutter, The unity of coder.

Results 55 FlutterUnit issues
Sort by recently updated
recently updated
newest added

Flutter SDK版本 3.0.2 下载项目.运行启动后, 只要滚动,就会报上述错误. 纯新手,不知道为什么. 还有一些地方.. 貌似有滚动属性的 都会throw 到这里 . `The position being added (Offset(194.8, 371.0)) has a smaller timestamp (6:36:29.595810) than its predecessor: _PointAtTime(Offset(194.8, 371.0) at 6:36:29.598203).`

感谢做出这么好用的工具

本issue集录一些好用的Flutter插件,由 `编程技术交流圣地[-Flutter群-]`伙伴共同收录分享。

point

在组件CustomAlertDialog,CustomSimpleDialog中shape,elevation,backgroundColor的说明错误。 ![image](https://user-images.githubusercontent.com/6257935/146110552-c5c6c2d4-5ded-4057-a80b-aad3a93ff4e9.png)

测试机是三星s10。手势点击基本上都是无效的,只有按住一会再放开才有效,有时候此方法也会失效。onTap和onPressed事件都会有类型现象,Scaffold自带的返回按钮也会出现此情况。

报错如下: ![image](https://user-images.githubusercontent.com/47585226/125739972-e1dcd814-addf-4943-adb0-7f0bdd5322cc.png) Got TLS error trying to find package video_player at https://pub.flutter-io.cn.(只是其中一部分) 原因我开启了代理 但是我没发现。。。 ![image](https://user-images.githubusercontent.com/47585226/125739766-c5885440-283f-42ad-aa12-cde060360b43.png) 解决在**flutter pub get**之前执行**unset all_proxy && unset ALL_PROXY**关闭代理

point

![831599792424_ pic](https://user-images.githubusercontent.com/26687012/92847977-5c1eb780-f41c-11ea-9d34-8d53e605ea70.jpg)

point

![image](https://user-images.githubusercontent.com/26687012/102457765-3c7fd680-407e-11eb-89ca-fb4df9e229a2.png)

point

flutter入门,对项目里的悬浮按钮组件OverlayToolWrapper很感兴趣,但是有一个疑惑,就是在初级路由页面的时候移动悬浮按钮会有一个靠边的动画,调用_ctrl.forward()之后_listenAnimate回调方法能正常执行,但是为什么进入子路由页面调用_ctrl.forward()之后_listenAnimate回调方法只执行了一次,所以靠边的动画消失了。

平台问题: Android9之后 默认只能使用https前期

point