carousel_indicator_simple 1.0.0
carousel_indicator_simple: ^1.0.0 copied to clipboard
A flutter package to add indicator above the carousels in Stacks widgets.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add carousel_indicator_simpleThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
carousel_indicator_simple: ^1.0.0Alternatively, 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_simple/carousel_indicator_simple.dart';