Skip to content

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

License

Notifications You must be signed in to change notification settings

dnys1/spotlight_carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages