serenader2014 / flutter_carousel_slider

A flutter carousel widget, support infinite scroll, and custom child widget.
https://pub.dev/packages/carousel_slider
MIT License
1.55k stars 517 forks source link

padEnds: false has warning Exception #421

Open vohoangtuit opened 8 months ago

vohoangtuit commented 8 months ago

i using CarouselOptions( ...... padEnds: false ),

======== Exception caught by rendering library ===================================================== The following assertion was thrown during performLayout(): 'package:flutter/src/rendering/sliver_fixed_extent_list.dart': Failed assertion: line 269 pos 12: 'firstIndex == 0 || childScrollOffset(firstChild!)! - scrollOffset <= precisionErrorTolerance': is not true.

harithm918 commented 3 months ago

any update on this

kishan-dhankecha commented 2 days ago

Hi @vohoangtuit, I am now working to provide support for this package on my own fork.

I would like to help you with this issue. Can you please provide a full reproducible code sample for this issue?