flutter_text_form_field 1.0.5 copy "flutter_text_form_field: ^1.0.5" to clipboard
flutter_text_form_field: ^1.0.5 copied to clipboard

A new Flutter package that provide already made text form field with password visibility toggle

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_text_form_field

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

dependencies:
  flutter_text_form_field: ^1.0.5

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:flutter_text_form_field/flutter_text_form_field.dart';
5
likes
110
points
64
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package that provide already made text form field with password visibility toggle

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_text_form_field