zema_forms 0.1.0
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_formsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zema_forms: ^0.1.0Alternatively, 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';