multi_step_widgets 0.3.0+2 copy "multi_step_widgets: ^0.3.0+2" to clipboard
multi_step_widgets: ^0.3.0+2 copied to clipboard

Widgets for building multi-step flows, forms, and wizards

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multi_step_widgets

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

dependencies:
  multi_step_widgets: ^0.3.0+2

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:multi_step_widgets/multi_step_widgets.dart';
1
likes
130
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

Widgets for building multi-step flows, forms, and wizards

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_bloc, multi_step_flow

More

Packages that depend on multi_step_widgets