TheAnkurPanchani/card_swiper

SwiperPagination.rect Invalid, no UI to show

Opened this issue · 4 comments

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

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

Same.

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