Skip to content

Commit 9418233

Browse files
committed
Changelog fixes
1 parent 1ea9748 commit 9418233

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## [3.11.6] - 20-Jul-2020
2-
* Fixed error 'The getter 'initialValue' was called on null' if no FormBuiderState ancestry. Closes #364
3-
* Fixed issue where DropdownButton hint overlaps with labelText. Closes #372
4-
* Fix 'initialEntryMode != null' assertion in DateTimePicker. Closes #373
2+
* Upgraded dependencies
3+
* Fixed error '`The getter 'initialValue' was called on null`' if no `FormBuilderState` ancestry. Closes #364
4+
* Fixed issue where DropdownButton `hint` overlaps with `labelText`. Closes #372
5+
* Fix '`initialEntryMode != null`' assertion in DateTimePicker. Closes #373
56

67
## [3.11.5] - 17-Jul-2020
78
* Included more `showDatePicker` function options

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ packages:
171171
name: flutter_typeahead
172172
url: "https://pub.dartlang.org"
173173
source: hosted
174-
version: "1.8.5"
174+
version: "1.8.6"
175175
glob:
176176
dependency: transitive
177177
description:
@@ -437,7 +437,7 @@ packages:
437437
name: signature
438438
url: "https://pub.dartlang.org"
439439
source: hosted
440-
version: "3.1.2"
440+
version: "3.2.0"
441441
sky_engine:
442442
dependency: transitive
443443
description: flutter

0 commit comments

Comments
 (0)