stepper_a 1.1.2 copy "stepper_a: ^1.1.2" to clipboard
stepper_a: ^1.1.2 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.2

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';
37
likes
0
pub points
79%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on stepper_a