Skip to content

Commit 1ea9748

Browse files
committed
Updated dependencies
1 parent 7c1619c commit 1ea9748

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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
5+
16
## [3.11.5] - 17-Jul-2020
27
* Included more `showDatePicker` function options
38
* Fixed bug where `onChanged` not triggered by ImagePicker. Closes #366

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_form_builder
22
description: Package to build Material Form with fields like TextField, DropDown, Switches etc. with ability to create custom FormFields and composability and reuse validation functions.
3-
version: 3.11.5
3+
version: 3.11.6
44
homepage: https://github.com/danvick/flutter_form_builder
55

66
environment:
@@ -10,13 +10,13 @@ dependencies:
1010
flutter:
1111
sdk: flutter
1212

13-
flutter_typeahead: ^1.8.5
13+
flutter_typeahead: ^1.8.6
1414
intl: ^0.16.1
1515
flutter_chips_input: ^1.8.3
1616
datetime_picker_formfield: ^1.0.0
1717
flutter_colorpicker: ^0.3.4
18-
signature: ^3.1.1
19-
validators: ^2.0.0+1
18+
signature: ^3.2.0
19+
validators: ^2.0.1
2020
date_range_picker: ^1.0.6
2121
flutter_touch_spin: ^1.0.1
2222
image_picker: ^0.6.7+4

0 commit comments

Comments
 (0)