stepper_a 1.3.1 copy "stepper_a: ^1.3.1" to clipboard
stepper_a: ^1.3.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 Flutter:

 $ flutter pub add stepper_a

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

dependencies:
  stepper_a: ^1.3.1

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:stepper_a/stepper_a.dart';
39
likes
150
points
138
downloads

Publisher

unverified uploader

Weekly Downloads

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)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on stepper_a