Top Flutter Stepper packages Stepper widget is popularly used to display any progress through a sequence of steps. They are particularly useful in the case of forms where one step requires the completion of another one, or where multiple steps need to be completed in order to submit the whole form. Also, another popular application is to show the current location of a shipment or delivery as it moves across the logistics network. The complete list of Flutter packages that can help you add Steppers or show a Step Indicator in your Flutter app is provided below.
easy_stepper
274
A fully customizable, beautiful and easy to use stepper widget. It help you to show or collect information from users using organized steps.
cupertino_stepper
228
Stepper is a widget that displays progress through a sequence of steps. This is a Cupertino version of the stock Material Stepper in Flutter.
cool_stepper
144
CoolStepper is a widget that displays a step by step sequence of operations. it could be helpful for a form wizard or onboarding.
flutter_wizard
75
A library that makes it easy for you to create your custom wizard. You'll have 100% control over the appearance of your wizard.
progress_stepper
45
Flutter package for showing custom progress stepper. You can use either the built in shapes (Arrow or Chevron) or can specify own shapes, using the builder.
progress_timeline
39
A Timeline widget which can be used to show different stages in a bigger process.