advanced_textfield 0.0.7 copy "advanced_textfield: ^0.0.7" to clipboard
advanced_textfield: ^0.0.7 copied to clipboard

A customizable text field widget for Flutter with built-in validation for email, password, phone, and numeric inputs. Supports forms and read-only mode.

Advanced TextField #

A customizable and validated text field for Flutter applications. Supports email, password, phone number, and numeric validation.

Features #

✅ Customizable text field with validation
✅ Supports email, password, phone number, and numeric inputs
✅ Can be used in forms with built-in validation
✅ Read-only mode support

Installation #

Add this package to your pubspec.yaml:

yaml dependencies: advanced_textfield: ^0.0.1

Run:

sh flutter pub get

Usage #

Import the package:

dart import 'package:advanced_textfield/advanced_textfield.dart';

Example #

dart AdvancedTextfield( hint: "Enter your email", controller: TextEditingController(), isEmail: true, // Enables email validation isPassword: false, // Set true for password fields isPhone: false, // Set true for phone number validation readOnly: false, // Set true for read-only mode errorMessage: "Invalid email format", );

Bugs/Requests #

If you encounter any problems, feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on GitHub, and I'll look into it. Pull requests are also welcome.

Credits

AdvancedTextField is developed and maintained by GitHub.

3
likes
0
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable text field widget for Flutter with built-in validation for email, password, phone, and numeric inputs. Supports forms and read-only mode.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on advanced_textfield