Posts by user198735 • 11 points
2 posts
-
1
votes1
answer574
viewsA: Carousel Flutter
I managed to solve! Follows the code: _buildCarousel(List<BannerNews> listBannerNews) { Carousel carousel = Carousel( dotSize: 4.0, dotSpacing: 15.0, dotColor: Colors.white, borderRadius:…
-
-1
votes1
answer574
viewsQ: Carousel Flutter
Hello! I developed a Carousel in flutter. I would like to know two things - even because I have tried and failed. First, if it is possible to place on the image that is displayed in the Carousel a…