flutter_wizard_kit 1.0.0 copy "flutter_wizard_kit: ^1.0.0" to clipboard
flutter_wizard_kit: ^1.0.0 copied to clipboard

A comprehensive Flutter package for multi-step form wizards with customizable steps, validation, and navigation controls.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_wizard_kit

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

dependencies:
  flutter_wizard_kit: ^1.0.0

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:flutter_wizard_kit/flutter_wizard_kit.dart';
0
likes
110
points
132
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter package for multi-step form wizards with customizable steps, validation, and navigation controls.

Topics

#flutter #wizard #multi-step #form #navigation

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_platform_widgets

More

Packages that depend on flutter_wizard_kit