zema_forms 0.1.0 copy "zema_forms: ^0.1.0" to clipboard
zema_forms: ^0.1.0 copied to clipboard

Flutter form widgets backed by Zema schemas. Surgical per-field rebuilds, isTouched UX, auto-focus on first error, and a form-level error banner.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add zema_forms

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

dependencies:
  zema_forms: ^0.1.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:zema_forms/zema_forms.dart';
0
likes
150
points
69
downloads

Documentation

Documentation
API reference

Publisher

verified publishermeragix.dev

Weekly Downloads

Flutter form widgets backed by Zema schemas. Surgical per-field rebuilds, isTouched UX, auto-focus on first error, and a form-level error banner.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #form #validation #schema #zema

License

MIT (license)

Dependencies

flutter, zema

More

Packages that depend on zema_forms