wizard_stepper 0.0.6 copy "wizard_stepper: ^0.0.6" to clipboard
wizard_stepper: ^0.0.6 copied to clipboard

A simple, customizable and easy-to-use wizard stepper widget for Flutter. Guide users through multi-step processes with clear progress indication and control.

example/lib/main.dart

import 'package:example/sample_wizards/basic_wizard.dart';
import 'package:example/sample_wizards/wizard_with_animated_icons.dart';
import 'package:example/sample_wizards/wizard_with_custom_buttons.dart';
import 'package:example/sample_wizards/wizard_with_icons.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(MaterialApp(debugShowCheckedModeBanner: false, home: BasicWizard()
      // home: WizardWithIcons(),
      // home: WizardWithAnimatedIcons(),
      //home: WizardWithCustomButtons(),
      ));
}
50
likes
0
points
196
downloads

Publisher

unverified uploader

Weekly Downloads

A simple, customizable and easy-to-use wizard stepper widget for Flutter. Guide users through multi-step processes with clear progress indication and control.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on wizard_stepper