carousel_indicator 1.0.2 copy "carousel_indicator: ^1.0.2" to clipboard
carousel_indicator: ^1.0.2 copied to clipboard

outdated

A Minimal and Simple carousel indicator library which take index as an argument and update indicator index. This library had pre-built slide animation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add carousel_indicator

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  carousel_indicator: ^1.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:carousel_indicator/carousel_indicator.dart';
33
likes
0
pub points
96%
popularity

Publisher

unverified uploader

A Minimal and Simple carousel indicator library which take index as an argument and update indicator index. This library had pre-built slide animation.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

carousel_slider, cupertino_icons, flutter

More

Packages that depend on carousel_indicator