Compare commits
No commits in common. "master" and "v3.1.0" have entirely different histories.
2 changed files with 6 additions and 5 deletions
|
@ -13,7 +13,7 @@ Add the date_field package to your project's dependencies in pubspec.yaml.
|
|||
```yaml
|
||||
dependencies:
|
||||
...
|
||||
date_field: ^3.2.0
|
||||
date_field: ^3.0.5
|
||||
```
|
||||
|
||||
Import the package in your Dart code.
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
name: date_field
|
||||
description: A widget in the form of a field that lets people choose a date, a time or both.
|
||||
version: 3.2.0
|
||||
homepage: "https://github.com/GaspardMerten/date_field"
|
||||
version: 3.0.6
|
||||
homepage: 'https://github.com/GaspardMerten/date_field'
|
||||
|
||||
environment:
|
||||
sdk: ">=3.2.2 <4.0.0"
|
||||
sdk: '>=2.15.0 <3.0.0'
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
intl: ^0.19.0
|
||||
intl: ^0.18.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue