Skip to content

Commit 851db32

Browse files
committed
v3.11.3 docs
1 parent 320ccbc commit 851db32

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [3.11.3] - 21-Jun-2020
2+
* Reverted changes to PhoneField causing focus issues
3+
14
## [3.11.2] - 19-Jun-2020
25
* Deprecated `initialValue` for Signature field - here's no easy way of converting `Uint8List` to `List<Point>`. Use SignatureController to set initial signature
36
* Added `displayValues` attribute to Slider and RangeSlider - choose which values to display under the slider

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.2
3+
version: 3.11.3
44
homepage: https://github.com/danvick/flutter_form_builder
55

66
environment:

0 commit comments

Comments
 (0)