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.
2023-08-17 15:01:44 +00:00
version: 3.0.6
2022-03-07 09:41:45 +00:00
homepage: 'https://github.com/GaspardMerten/date_field'
2020-03-01 22:16:40 +00:00
environment:
sdk: '>=2.15.0 <3.0.0'
2020-03-01 22:16:40 +00:00
dependencies:
flutter:
sdk: flutter
2020-11-25 08:54:50 +00:00
2023-04-12 15:00:42 +00:00
intl: ^0.18.0
2020-11-25 08:54:50 +00:00