spotlight_carousel 0.1.1 copy "spotlight_carousel: ^0.1.1" to clipboard
spotlight_carousel: ^0.1.1 copied to clipboard

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

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,    
);
8
likes
20
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on spotlight_carousel