Bumping intl to 0.18.0

This commit is contained in:
Gaspard Merten 2023-04-12 17:00:42 +02:00
parent 600608cde8
commit f0f2dc025d
3 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
# 3.0.5
- Bumping intl to 0.18.0
# 3.0.4 # 3.0.4
- Updating Changelog.md - Updating Changelog.md

View file

@ -11,7 +11,7 @@ Add the date_field package to your project's dependencies in pubspec.yaml.
```yaml ```yaml
dependencies: dependencies:
... ...
date_field: ^3.0.0 date_field: ^3.0.5
``` ```

View file

@ -1,6 +1,6 @@
name: date_field name: date_field
description: A widget in the form of a field that lets people choose a date, a time or both. description: A widget in the form of a field that lets people choose a date, a time or both.
version: 3.0.4 version: 3.0.5
homepage: 'https://github.com/GaspardMerten/date_field' homepage: 'https://github.com/GaspardMerten/date_field'
environment: environment:
@ -10,5 +10,5 @@ dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
intl: ^0.17.0 intl: ^0.18.0