sequential_flow 1.2.0
sequential_flow: ^1.2.0 copied to clipboard
A Flutter library for building declarative, step-by-step flows with comprehensive state management and customizable navigation behavior.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sequential_flowThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sequential_flow: ^1.2.0Alternatively, 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:sequential_flow/sequential_flow.dart';