main_text_field 0.0.12 copy "main_text_field: ^0.0.12" to clipboard
main_text_field: ^0.0.12 copied to clipboard

A customizable Flutter form field widget for inputs like text, email, password, and phone, offering validation, appearance options, and keyboard interaction support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add main_text_field

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

dependencies:
  main_text_field: ^0.0.12

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:main_text_field/main_text_field.dart';
2
likes
160
points
360
downloads

Publisher

verified publisherabdelrahman.ghanem.eg

Weekly Downloads

A customizable Flutter form field widget for inputs like text, email, password, and phone, offering validation, appearance options, and keyboard interaction support.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

country_code_picker, flutter, flutter_svg, main_widgets, smart_localize

More

Packages that depend on main_text_field