SwiperPagination.rect Invalid, no UI to show
Opened this issue · 4 comments
tudosxxx commented
SwiperPagination.rect Invalid, no UI to show,Customization doesn't work either
Swiper( itemCount: 5, controller: model.swiperController, loop: false, itemBuilder: (context,index){ return OtherUtil.cacheImage( 'https://c-ssl.duitang.com/uploads/item/201808/30/20180830190828_hiios.thumb.1000_0.jpg', height: double.infinity, width: Get.width,); }, pagination: const SwiperPagination( alignment: Alignment.topCenter, builder: SwiperPagination.rect ) ),
tudosxxx commented
loop:false, but controller.next() and previous() will still cycle
A7MeDG0L0L commented
Same.
mengxiangjian13 commented
same
baishengye commented
do yu deal it ? can you tell me how need i do ?