stepper_a 1.1.1 stepper_a: ^1.1.1 copied to clipboard
StepperA is a simple and robust Flutter package which is making it possible to use FormKey validation and easy access your own button press control.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add stepper_a
With Flutter:
$ flutter pub add stepper_a
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
stepper_a: ^1.1.1
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:stepper_a/stepper_a.dart';