Bumping intl to 0.18.0
This commit is contained in:
parent
600608cde8
commit
f0f2dc025d
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
# 3.0.5
|
||||
|
||||
- Bumping intl to 0.18.0
|
||||
|
||||
# 3.0.4
|
||||
|
||||
- Updating Changelog.md
|
||||
|
|
|
@ -11,7 +11,7 @@ Add the date_field package to your project's dependencies in pubspec.yaml.
|
|||
```yaml
|
||||
dependencies:
|
||||
...
|
||||
date_field: ^3.0.0
|
||||
date_field: ^3.0.5
|
||||
```
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
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.4
|
||||
version: 3.0.5
|
||||
homepage: 'https://github.com/GaspardMerten/date_field'
|
||||
|
||||
environment:
|
||||
|
@ -10,5 +10,5 @@ dependencies:
|
|||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
intl: ^0.17.0
|
||||
intl: ^0.18.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue