custom_reactive_text_field 1.0.0 copy "custom_reactive_text_field: ^1.0.0" to clipboard
custom_reactive_text_field: ^1.0.0 copied to clipboard

A Custom Reactive form Text field.

Features #

Its a custom ReactiveTextFormField component. It can be used within ReactForms for form validations. It supports all features of TextFormField with more enhanced Validators

Getting started #

Pre-Requisites: In pubspec.yaml add in your dependencies custom_reactive_text_field : 1.0.0 Import the package 'package:custom_reactive_text_field/custom_reactive_text_field.dart';

Usage #

CustomTextFormField( label: 'Mobile number', formControlName: mobileNumberKey, maxLength: 10, isRequired: true, ), to /example folder.

Additional information #

1
likes
130
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.05 - 2025.01.17

A Custom Reactive form Text field.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, path, reactive_forms

More

Packages that depend on custom_reactive_text_field