date_field/pubspec.yaml

15 lines
281 B
YAML
Raw Normal View History

2020-03-01 22:16:40 +00:00
name: date_field
description: A widget in the form of a field that lets people choose a date, a time or both.
2021-09-23 06:56:10 +00:00
version: 2.1.1
2020-03-01 22:29:41 +00:00
homepage: 'https://github.com/GaspardMerten/date_field'
2020-03-01 22:16:40 +00:00
environment:
2021-03-11 18:43:23 +00:00
sdk: '>=2.12.0 <3.0.0'
2020-03-01 22:16:40 +00:00
dependencies:
flutter:
sdk: flutter
2020-11-25 08:54:50 +00:00
2021-03-11 18:43:23 +00:00
intl: ^0.17.0
2020-11-25 08:54:50 +00:00