uniform 2.0.6 copy "uniform: ^2.0.6" to clipboard
uniform: ^2.0.6 copied to clipboard

A lightweight form library for Flutter that handles form validation and state management gracefully, with unified form representation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add uniform

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

dependencies:
  uniform: ^2.0.6

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:uniform/uniform.dart';
10
likes
160
pub points
61%
popularity
screenshot

Publisher

verified publisheracmesoftware.com

A lightweight form library for Flutter that handles form validation and state management gracefully, with unified form representation.

Homepage
Repository (GitHub)
View/report issues

Topics

#form #validation #reactive #forms

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on uniform