/spotlight_carousel

A Flutter widget for displaying images in a carousel style with an optional page indicator.

Primary LanguageDartOtherNOASSERTION

spotlight_carousel

A Flutter widget for displaying images in a carousel style with an optional page indicator. See the demonstration here.

example screenshot

Getting Started

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,    
);