form_extensions 1.0.0 copy "form_extensions: ^1.0.0" to clipboard
form_extensions: ^1.0.0 copied to clipboard

Add .onSaved and .validator to any widget! Make Form() easier!

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add form_extensions

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

dependencies:
  form_extensions: ^1.0.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:form_extensions/form_extensions.dart';
3
likes
140
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

Add .onSaved and .validator to any widget! Make Form() easier!

Repository (GitHub)
View/report issues

Topics

#flutter #form #extension #extensions #form-extensions

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on form_extensions