advanced_textfield 0.0.7+1 copy "advanced_textfield: ^0.0.7+1" to clipboard
advanced_textfield: ^0.0.7+1 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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add advanced_textfield

With Flutter:

 $ flutter pub add advanced_textfield

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

dependencies:
  advanced_textfield: ^0.0.7+1

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:advanced_textfield/advanced_textfield.dart';
3
likes
0
points
23
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