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

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 Dart:

 $ dart pub add expansion_stepper

With Flutter:

 $ flutter pub add expansion_stepper

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

dependencies:
  expansion_stepper: ^1.0.1

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:expansion_stepper/expansion_stepper.dart';
5
likes
0
points
76
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