horizontal_stepper_flutter 1.0.3 horizontal_stepper_flutter: ^1.0.3 copied to clipboard
A new horizontal stepper package for flutter.
Flutter Horizontal Stepper #
Flutter Horizontal Stepper is a customizable package that provides an easy way to implement step-by-step progress indicators in your Flutter applications. It allows you to create horizontal steppers with a flexible set of options for customization.
Features #
- Create horizontal steppers based on your UI requirements.
- Customizable step content and styling to match your app's design.
- Step navigation and completion handling for easy user progression.
- Responsive layout for seamless adaptability to different screen sizes.
- Callback functions for step events to enable custom actions and logic.
Installation #
Add the following dependency to your pubspec.yaml
file:
yaml dependencies: horizontal_stepper_flutter: ^1.0.0
About #
This package will help you to create horizontal step
Usage #
import 'package:horizontal_stepper_flutter/horizontal_stepper_flutter.dart';