reactive_text_form 0.0.3 copy "reactive_text_form: ^0.0.3" to clipboard
reactive_text_form: ^0.0.3 copied to clipboard

Displays error messages in a reactive manner, which is not currently possible with the existing Text form. This package enables users to receive error messages more efficiently.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add reactive_text_form

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

dependencies:
  reactive_text_form: ^0.0.3

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:reactive_text_form/reactive_text_form.dart';
2
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Displays error messages in a reactive manner, which is not currently possible with the existing Text form. This package enables users to receive error messages more efficiently.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dartz, flutter, freezed_annotation

More

Packages that depend on reactive_text_form