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

Type-safe, universal form field wrapper for Flutter with BLoC integration, validation, and performance optimizations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add typed_form_fields

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 dart pub get):

dependencies:
  typed_form_fields: ^1.0.2

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:typed_form_fields/typed_form_fields.dart';
7
likes
0
points
150
downloads

Publisher

unverified uploader

Weekly Downloads

Type-safe, universal form field wrapper for Flutter with BLoC integration, validation, and performance optimizations.

Repository (GitHub)
View/report issues

Topics

#form #validation #bloc #type-safety

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

equatable, flutter, flutter_bloc, freezed_annotation, intl, meta

More

Packages that depend on typed_form_fields