zippy 1.2.7 copy "zippy: ^1.2.7" to clipboard
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';
2
likes
140
points
156
downloads

Publisher

unverified uploader

Weekly Downloads

Zippy Form is a flexible Flutter package for creating customizable multi-step forms with various field types, validation, and platform-specific styling.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

bloc, equatable, file_picker, flutter, flutter_bloc, flutter_svg, geolocator, http, image, image_picker, intl, loading_animation_widget, location_picker_flutter, multi_dropdown, signature, skeletonizer

More

Packages that depend on zippy