enhanced_text_field 0.0.1
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';