Compare commits

...

3 commits

Author SHA1 Message Date
1b818ab9fc Fix README 2024-05-26 16:47:22 +02:00
5cb75f7e94 Bump versions 2024-05-26 16:46:53 +02:00
f92fcb1cfe Update README 2023-12-16 19:03:05 +01:00
2 changed files with 5 additions and 6 deletions

View file

@ -13,7 +13,7 @@ Add the date_field package to your project's dependencies in pubspec.yaml.
```yaml
dependencies:
...
date_field: ^3.0.5
date_field: ^3.2.0
```
Import the package in your Dart code.

View file

@ -1,14 +1,13 @@
name: date_field
description: A widget in the form of a field that lets people choose a date, a time or both.
version: 3.0.6
homepage: 'https://github.com/GaspardMerten/date_field'
version: 3.2.0
homepage: "https://github.com/GaspardMerten/date_field"
environment:
sdk: '>=2.15.0 <3.0.0'
sdk: ">=3.2.2 <4.0.0"
dependencies:
flutter:
sdk: flutter
intl: ^0.18.0
intl: ^0.19.0