date_field/pubspec.yaml

15 lines
308 B
YAML
Raw Normal View History

2020-03-01 22:16:40 +00:00
name: date_field
2020-03-01 22:34:26 +00:00
description: Contains DateField and DateFormField which allows the user to pick a DateTime from an input field!
2020-11-25 08:54:50 +00:00
version: 0.3.3
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
intl: ">=0.2.7 <2.0.0"