0 purchases
spotlight carousel
spotlight_carousel #
A Flutter widget for displaying images in a carousel style with an optional page indicator. See the demonstration here.
Getting Started #
To include in your Flutter project, import the base Dart file.
import 'package:spotlight_carousel/spotlight_carousel.dart';
copied to clipboard
Then, add the widget to your build method.
SpotlightCarousel(
images: images,
titles, titles,
descriptions, descriptions,
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.