Did you know?
Since Flutter 3.24, a new CarouselView
widget is available.
Here's how to use it:
- Limit its height with a
ConstrainedBox
- Set the children's size with
itemExtent
andshrinkExtent
- Use any widgets as children
Easy peasy! 🚀
For more info and sample code, read the official docs: