A Flutter widget for displaying images in a carousel style with an optional page indicator. See the demonstration here.
To include in your Flutter project, import the base Dart file.
import 'package:spotlight_carousel/spotlight_carousel.dart';
Then, add the widget to your build method.
SpotlightCarousel(
images: images,
titles, titles,
descriptions, descriptions,
);