flutter-carousel-pro icon indicating copy to clipboard operation
flutter-carousel-pro copied to clipboard

Flutter Carousel Pro

Results 47 flutter-carousel-pro issues
Sort by recently updated
recently updated
newest added

Please update the package for null safety

hello, this package needs to upgrade to the latest version even not null safety. please assign me, I will upgrade this repo to null safety

hey this package not contain builder context how can i do it inside this package

I have added ad banner condition on carousel like this ``` List _carouselImages = []; Carousel( autoplay: true, autoplayDuration: Duration(microseconds: 1000), images: _carouselImages .map((images) => images == "ad" ? BannerAdAdmob()...

Kindly update the carousel_pro version. it gives an error of null version

Hi, Anyone can help me to select the image programmatically.

Created Initial index for the carousel.

This is a request to add support for [null safety](https://dart.dev/null-safety) to `package:carousel_pro`. We depend on your awesome package, so would be great to have null safety enabled. The Dart/Flutter team...