typed_form_fields 1.3.1 copy "typed_form_fields: ^1.3.1" to clipboard
typed_form_fields: ^1.3.1 copied to clipboard

Type-safe, universal form field wrapper for Flutter with zero dependencies, high performance, and validation optimizations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add typed_form_fields

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

dependencies:
  typed_form_fields: ^1.3.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:typed_form_fields/typed_form_fields.dart';
7
likes
160
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

Type-safe, universal form field wrapper for Flutter with zero dependencies, high performance, and validation optimizations.

Repository (GitHub)
View/report issues
Contributing

Topics

#form #validation #type-safety #state-management #zero-dependencies

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, flutter_bloc, freezed_annotation, intl, meta

More

Packages that depend on typed_form_fields