date_form_field 0.0.2 date_form_field: ^0.0.2 copied to clipboard
DateFormField wraps a TextField and integrates it with the enclosing Form. This provides additional functionality, such as validation and integration with other FormField widgets.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add date_form_field
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
date_form_field: ^0.0.2
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:date_form_field/date_form_field.dart';