glade_forms 4.0.0 copy "glade_forms: ^4.0.0" to clipboard
glade_forms: ^4.0.0 copied to clipboard

A universal way to define form validators with support of translations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add glade_forms
copied to clipboard

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

dependencies:
  glade_forms: ^4.0.0
copied to clipboard

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:glade_forms/glade_forms.dart';
copied to clipboard
17
likes
150
points
264
downloads
screenshot

Publisher

verified publishernetglade.cz

Weekly Downloads

2024.09.26 - 2025.04.10

A universal way to define form validators with support of translations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

clock, collection, equatable, flutter, meta, netglade_utils, provider

More

Packages that depend on glade_forms