carousel_indicator 1.0.5
carousel_indicator: ^1.0.5 copied to clipboard
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
1. Depend on it
Add this to your package's pubspec.yaml file:
dependencies:
carousel_indicator: ^1.0.5
2. Install it
You can install packages from the command line:
with Flutter:
$ flutter pub get
Alternatively, your editor might support flutter pub get
.
Check the docs for your editor to learn more.
3. Import it
Now in your Dart code, you can use:
import 'package:carousel_indicator/carousel_indicator.dart';