date_form_field 0.0.2 copy "date_form_field: ^0.0.2" to clipboard
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';
4
likes
40
points
21
downloads

Publisher

verified publishersanpyaelin.dev

Weekly Downloads

DateFormField wraps a TextField and integrates it with the enclosing Form. This provides additional functionality, such as validation and integration with other FormField widgets.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, intl

More

Packages that depend on date_form_field