input_form_field 0.0.5 copy "input_form_field: ^0.0.5" to clipboard
input_form_field: ^0.0.5 copied to clipboard

Input form field is a StatefulWidget that contains a TextFormField. A convinient widget aiming to simplify complexitiy of default TextFormField widget.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add input_form_field

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

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

Publisher

unverified uploader

Input form field is a StatefulWidget that contains a TextFormField. A convinient widget aiming to simplify complexitiy of default TextFormField widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on input_form_field