signal_form 0.0.1 copy "signal_form: ^0.0.1" to clipboard
signal_form: ^0.0.1 copied to clipboard

Schema-based, strongly typed form management for Flutter. Declarative validation, fluent API, built-in widgets, and high performance.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add signal_form

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

dependencies:
  signal_form: ^0.0.1

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:signal_form/signal_form.dart';
4
likes
160
points
0
downloads

Documentation

API reference

Publisher

verified publisherflutterando.com.br

Weekly Downloads

Schema-based, strongly typed form management for Flutter. Declarative validation, fluent API, built-in widgets, and high performance.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on signal_form