multi_step_widgets 0.3.0+2
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_widgetsThis 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+2Alternatively, 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';