flutter_swiper
flutter_swiper copied to clipboard
我想用自定义图片做pagination的点,请问该怎么做?
如题。谢谢。
我采用的是吧这个项目 fork 修改源码
我在午休的时候去看了一下源码 只需要 我们 extends SwiperPlugin 就可以实现自定义的pagination
I went through the source code during my lunch break and we only need an extends SwiperPlugin to implement custom pagination
`
《yout widget》 extends SwiperPlugin
use example:
Swiper(
...,
pagination: 《yout widget》,
...
)
result:
` @yeyicheng
大佬,求代码呀,就是不知道怎么自定义呀