text_field_builder 0.0.1 copy "text_field_builder: ^0.0.1" to clipboard
text_field_builder: ^0.0.1 copied to clipboard

A customizable Flutter package for building reusable and styled text fields, password inputs, and PIN code fields with validation and focus management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add text_field_builder

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

dependencies:
  text_field_builder: ^0.0.1

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:text_field_builder/text_field_builder.dart';
0
likes
140
points
90
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter package for building reusable and styled text fields, password inputs, and PIN code fields with validation and focus management.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

app_style, bloc, equatable, flutter, flutter_bloc, font_awesome_flutter, pin_code_fields, reusable_button

More

Packages that depend on text_field_builder