expansion_stepper 1.0.1 copy "expansion_stepper: ^1.0.1" to clipboard
expansion_stepper: ^1.0.1 copied to clipboard

outdated

This flutter package simplifies the creation of Horizontal and Vertical steppers by providing an elevated and customizable alternative to the standard ExpansionTile. With a design inspired by the Goog [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add expansion_stepper

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

dependencies:
  expansion_stepper: ^1.0.1

Alternatively, 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:expansion_stepper/expansion_stepper.dart';
5
likes
0
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

This flutter package simplifies the creation of Horizontal and Vertical steppers by providing an elevated and customizable alternative to the standard ExpansionTile. With a design inspired by the Google Material Theme, the ExpansionStepperCard widget offers a polished and modern appearance, making it a suitable choice for developers aiming to enhance the visual aesthetics of their Flutter applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, htkc_utils, plugin_platform_interface

More

Packages that depend on expansion_stepper

Packages that implement expansion_stepper