date_field/pubspec.yaml

15 lines
409 B
YAML
Raw Normal View History

2020-03-01 22:16:40 +00:00
name: date_field
2021-01-23 10:57:52 +00:00
description: A widget in the form of a field that lets people enter choose a date/time/date and time via a date/time picker dialog. You can specify a custom input decoration, a custom date display. Uses DateTime.
version: 1.0.4
2020-03-01 22:29:41 +00:00
homepage: 'https://github.com/GaspardMerten/date_field'
2020-03-01 22:16:40 +00:00
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
2020-11-25 08:54:50 +00:00
2021-01-23 10:57:52 +00:00
intl: ">=0.2.7 <5.0.0"
2020-11-25 08:54:50 +00:00