File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
## [ 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
5
6
6
7
## [ 3.11.5] - 17-Jul-2020
7
8
* Included more ` showDatePicker ` function options
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ packages:
171
171
name: flutter_typeahead
172
172
url: "https://pub.dartlang.org"
173
173
source: hosted
174
- version: "1.8.5 "
174
+ version: "1.8.6 "
175
175
glob:
176
176
dependency: transitive
177
177
description:
@@ -437,7 +437,7 @@ packages:
437
437
name: signature
438
438
url: "https://pub.dartlang.org"
439
439
source: hosted
440
- version: "3.1.2 "
440
+ version: "3.2.0 "
441
441
sky_engine:
442
442
dependency: transitive
443
443
description: flutter
You can’t perform that action at this time.
0 commit comments