flutter_swiper
                                
                                
                                
                                    flutter_swiper copied to clipboard
                            
                            
                            
                        The best swiper for flutter , with multiple layouts, infinite loop. Compatible with Android & iOS.
首先非常感谢作者开源的这个库,帮助大家提升了开发效率。 这个库的最后一次提交距离现在已经有三年时间了,在这三年的时间中,Flutter 发展非常快,比如说 dart 2.12 开始支持的空安全,dart 2.17 开始支持枚举成员变量,Flutter 3,以及 AndroidX 的支持等等。 为了支持空安全,我也使用过另外一个作者维护的 card_swiper,Flutter 3 发布后,这个库也没能及时更新,并且我发现它存在 SwiperPagination.rect 指示器不显示的 bug。 于是我 fork 作者的代码,维护了一份代码: https://github.com/feicien/flutter_swiper_view 经过摸索,我成功把它上传到了 pub.dev 仓库:https://pub.dev/packages/flutter_swiper_view 可能以后我维护的这份代码也会弃坑,所以建议大家都尝试一下:如何自己维护代码,并把它发布到 pub.dev 上。 这样,无论是这个库还是其它库,作者弃坑了,或者长时间不维护,我们都可以自己来维护。 我想这也是开源项目的魅力吧。
https://github.com/fluttercandies/pull_to_refresh_notification/issues/28
Auto play is working but cards are moving in left direction but I want to move it to right. What property i have to use to move in right direction?
I need to add / remove page in the Swiper with an Action Button (button on the bottom of the page). -> Action add: Add a page at the end...
### UPDATED this case only if `itemCount: dataBanner.length`,, but if `itemCount: 8` it's normal this updated code ``` List dataBanner = []; @override void initState() { super.initState(); refresh(); } Future...
hi , i'm using flutter_swiper: ^1.1.6 , i develop on web , everything work great , but i got this error message every time i click on maximize or minimize...
Hi there? I believe, you can help me! @jzoom , @jogboms , @iChenLei, @pepsighan I have a small issue on the flutter swiper plugin. I want to show web view...
The packages `transformer_page_view `and `flutter_page_indicator` are removed from the file `pubspec.yaml` and integrated into this package's source code before this package is upgraded to null-safety.
ScrollController not attached to any scroll views.