date_time_field 0.0.2 copy "date_time_field: ^0.0.2" to clipboard
date_time_field: ^0.0.2 copied to clipboard

DateTimeField 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_time_field

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

dependencies:
  date_time_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_time_field/date_time_field.dart';
2
likes
120
pub points
56%
popularity

Publisher

unverified uploader

DateTimeField 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

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

cupertino_icons, flutter, intl

More

Packages that depend on date_time_field