glade_forms 1.3.1 copy "glade_forms: ^1.3.1" to clipboard
glade_forms: ^1.3.1 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 Dart:

 $ dart pub add glade_forms

With Flutter:

 $ flutter pub add glade_forms

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

dependencies:
  glade_forms: ^1.3.1

Alternatively, your editor might support dart pub get or 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';
12
likes
0
pub points
50%
popularity

Publisher

verified publishernetglade.cz

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, equatable, flutter, meta, provider

More

Packages that depend on glade_forms