flutter_carousel_slider icon indicating copy to clipboard operation
flutter_carousel_slider copied to clipboard

null safety issue in anomateTo and jumpTo methods

Open nishitdixit opened this issue 3 years ago • 1 comments

while using animateTo and jumpTo methods exposed from the controller it throws null check error like below:

image

I guess it's because the methods are not configured with fail-safe values and '!' are placed everywhere. shown in the pic below:

image

nishitdixit avatar Dec 01 '21 11:12 nishitdixit

I'm facing the same issue, this still exists in version 4.2.1 for more than a year.. any solution in future ?

anchals333 avatar Jun 19 '23 19:06 anchals333