super_form 1.0.3-beta copy "super_form: ^1.0.3-beta" to clipboard
super_form: ^1.0.3-beta copied to clipboard

Quick, familiar and extensible forms in Flutter. No magical configuration required. Comes with form widgets, error text and many validation rules.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add super_form

With Flutter:

 $ flutter pub add super_form

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

dependencies:
  super_form: ^1.0.3-beta

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:super_form/super_form.dart';
32
likes
0
points
133
downloads

Publisher

verified publisherpr0gramista.pl

Weekly Downloads

Quick, familiar and extensible forms in Flutter. No magical configuration required. Comes with form widgets, error text and many validation rules.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

equatable, flutter

More

Packages that depend on super_form