TheAnkurPanchani / card_swiper

Swiper/Carousel for flutter, with multiple layouts, infinite loop. Compatible with Android & iOS.
MIT License
152 stars 105 forks source link

SwiperPagination.rect Invalid, no UI to show #42

Open tudosxxx opened 2 years ago

tudosxxx commented 2 years ago

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 ) ),

123

dots Screenshot_20220415-174050 rect Screenshot_20220415-174100

tudosxxx commented 2 years ago

loop:false, but controller.next() and previous() will still cycle

A7MeDG0L0L commented 1 year ago

Same.

mengxiangjian13 commented 1 year ago

same

baishengye commented 1 month ago

do yu deal it ? can you tell me how need i do ?