carousel_steps 0.1.0 copy "carousel_steps: ^0.1.0" to clipboard
carousel_steps: ^0.1.0 copied to clipboard

A customizable and animated step progress indicator widget for Flutter. Ideal for onboarding, stories, or other multi-step processes.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add carousel_steps

With Flutter:

 $ flutter pub add carousel_steps

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

dependencies:
  carousel_steps: ^0.1.0

Alternatively, your editor might support dart pub get or 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_steps/carousel_steps.dart';
0
likes
0
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable and animated step progress indicator widget for Flutter. Ideal for onboarding, stories, or other multi-step processes.

Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on carousel_steps