formrules 1.0.3 copy "formrules: ^1.0.3" to clipboard
formrules: ^1.0.3 copied to clipboard

A fluent, chainable Flutter form validator with a conflict-free static API, built-in rules, full localization support, and zero third-party dependencies.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add formrules

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

dependencies:
  formrules: ^1.0.3

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:formrules/formrules.dart';
2
likes
160
points
196
downloads

Documentation

API reference

Publisher

verified publishermaheshlangote.in

Weekly Downloads

A fluent, chainable Flutter form validator with a conflict-free static API, built-in rules, full localization support, and zero third-party dependencies.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

flutter

More

Packages that depend on formrules