Open liam-hp opened 4 months ago
You can try carousel_slider_plus. Let me know if the issue persists with this.
Updated my stackoverflow post here. The issue has to do with carousel_slider not refreshing on state changes with hooks
The trick is to initialize the CarouselSliderController outside the Build method!
The trick is to initialize the CarouselSliderController outside the Build method!
Nice, it works.
CarouselController doesn't seem to be working on IOS (not sure about other platforms).
When I trigger the
nextPage
orjumpToPage
functions, I am met with aUnhandled Exception: Null check operator used on a null value
error.I've recreated a simple example using a map (as per my use case):
I've also copy pasted the example from the docs (added the items component, but the rest is the same), but it also breaks with the same error.