KangkangInfinite

Results 9 issues of KangkangInfinite

Im kind of worried about this repository still is the best choice of my work, because im didnt see any update of this project and the Issues is not activity.😱😂

看到代码两年前😂,更新踢我一下

很多对原生比较陌生的同学在使用power_image前不知道如何配置,尤其是现在很多flutter项目默认使用swift和kotlin新建,加上power_image的demo在ios和android只作了oc和java的配置说明。 下面是对官方demo的补充,降低此插件的使用难度: ### 1.ios-swift 1.1 如果不打算自己定制自定义对应的加载器,请把example/ios/Runner/Biz整个文件夹直接复制到自己的ios项目Runner 1.2 在example/ios/Runner/Runner-Bridging-Header.h添加以下桥接头文件 ```c++ #import "PowerImageNetworkImageLoader.h" #import "PowerImageAssetsImageLoader.h" #import "PowerImageFlutterAssertImageLoader.h" #import "PowerImageFileImageLoader.h" ``` 1.3 在example/ios/Runner/Podfile中添加依赖,然后在自己的项目ios路径下使用终端pod install ```ruby pod 'SDWebImage', '~> 5.0' ``` 1.4 在example/ios/Runner/AppDelegate.swift的application方法中添加以下注册 ```swift...

documentation

**Describe the bug** after hot restart serveral time while debuging will cause crash,I have encountered this issue for many time. sometimes the log show out of memory,but this time show...

add nullable minHeight of VideoProgressIndicator,which is not destructive and quiet convenient to set process indicator height ![image](https://user-images.githubusercontent.com/32859126/222896677-b3dc8172-e339-4d71-98d1-6a2dca3b7b51.png) *List which issues are fixed by this PR. You must list at least...

p: video_player

thanks this awesome project and the athor's hard work~ I just take a photo from camera but can not found the assets, that I can not get the path now....

update demo from RefreshIndicatorMode to PullToRefreshIndicatorMode, and update visibility_detector version from 0.3.3 to 0.4.0+2(latest)

2.10.x版本的同学们下注意,安卓的AGP版本需要保持4.10.0或以下,否则出错,如果你已经改到了7.0.2了,得改回来。( 避坑

bug report 请按照[模板](https://github.com/fluttercandies/flutter_ali_auth/issues/new?assignees=&labels=Type%3A+bug%2CStatus%3A+Unconfirmed&template=flutter_bug_report.yml&title=%5BBug+report%5D+)填写。至少提供控制台日志,最小复现代码,以及相应截图,Flutter版本。