Skip to content

Commit 0f32255

Browse files
committed
v1.0.2
1 parent 3078cc6 commit 0f32255

File tree

3 files changed

+45
-49
lines changed

3 files changed

+45
-49
lines changed

.idea/workspace.xml

Lines changed: 40 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@
4040
* Removed default constructor for `FormBuilderInput`
4141

4242
## [1.0.1] - 3-Nov-2018
43-
* Minor improvements to documentation, added known issues section too
43+
* Minor improvements to documentation, added known issues section too
44+
45+
## [1.0.2] - 7-Nov-2018
46+
* Fixed bug in (un)selecting checkbox list using by clicking its label

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 components such as TextField (With number, url, email validation), DropDown, TypeAhead, Radios, Checkboxes
3-
version: 1.0.1
3+
version: 1.0.2
44
author: Danvick Miller <[email protected]>
55
homepage: https://github.com/danvick/flutter_form_builder
66

0 commit comments

Comments
 (0)