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

Provides an enhanced text field with confirm and cancel buttons, while indicating a field has changed from initial values. Assists in editing of forms and tracking and displaying changed fields.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add enhanced_text_field

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

dependencies:
  enhanced_text_field: ^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:enhanced_text_field/enhanced_text_field.dart';
0
likes
140
pub points
0%
popularity

Publisher

verified publisherearthbase.io

Provides an enhanced text field with confirm and cancel buttons, while indicating a field has changed from initial values. Assists in editing of forms and tracking and displaying changed fields.

Homepage

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on enhanced_text_field