custom_reactive_text_field

Creator: coderz1093

Last updated:

0 purchases

custom_reactive_text_field Image
custom_reactive_text_field Images

Languages

Categories

Add to Cart

Description:

custom reactive 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 #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.