xform 0.3.0 copy "xform: ^0.3.0" to clipboard
xform: ^0.3.0 copied to clipboard

A Flutter plugin for easy form building. Built in with textfield types, validation and pagination.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add xform

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

dependencies:
  xform: ^0.3.0

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:xform/xform.dart';
4
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A Flutter plugin for easy form building. Built in with textfield types, validation and pagination.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, intl, validate

More

Packages that depend on xform