Carousel Slider in Flutter
Welcome dear readers for my new post. Today I am gonna enhance your flutter knowledge by introducing new widget, Carousel Slider . Carousel Slider is one of the most popular image slider used nowadays in most apps. Carousel - is a Pin with multiple images, which have short descriptions about images for better understanding content of image. Carousel's images can be slide automatically or manually. People can see the carousel in their home screen and can swipe through different images. Let's create our own Carousel Slider Before to start coding, you need to know properties of carousel slider: Items: In which we have to declare Asset Images or Network Images that are used in our app Options: It consists of many properties such as: height: Overall height of card to display the image autoplay: Cards automatically slides at a time autoplaycurve: Determines the animation curve aspectRatio: Aspect Ratio is used to declare...