weiminghuaa
weiminghuaa
``` CustomScrollView( slivers: [ Swiper( scrollDirection: Axis.vertical, ... ), other slivers... ] ) ```
## 🐛 Bug Report Image _handleImageFrame execute twice when has cache, it's not happend on Image.network, because MultiImageStreamCompleter addListener not check currentImage. ``` // MultiFrameImageStreamCompleter @override void addListener(ImageStreamListener listener) {...
Tap gesture recognize delay. Does the click on GestureDetector and zoom on PhotoView conflict? How to solove it? ``` return Scaffold( body: Center( child: GestureDetector( child: Hero( tag: "aaa", child:...
[TestKMNavigationBarTransition.zip](https://github.com/MoZhouqi/KMNavigationBarTransition/files/1504553/TestKMNavigationBarTransition.zip) 
At the first time, the popup animation is not smooth when there is an TextFormField on the modal page. But it's ok when popup modal page on next time. How...
## 🚀 Feature Requests Due to some needs of the project, we need to monitor the loading time of pictures, not only downloading, including decoding. That is, we need to...
不清空delegate可能闪退 http://www.cnblogs.com/smileEvday/p/iOSCrash.html