zippy 1.2.7
zippy: ^1.2.7 copied to clipboard
Zippy Form is a flexible Flutter package for creating customizable multi-step forms with various field types, validation, and platform-specific styling.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zippy
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
zippy: ^1.2.7
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:zippy/zippy.dart';