Skip to content

Commit 9bfd906

Browse files
committed
v1.0.1
1 parent ae1d5ad commit 9bfd906

File tree

3 files changed

+66
-55
lines changed

3 files changed

+66
-55
lines changed

.idea/workspace.xml

Lines changed: 61 additions & 53 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
@@ -37,4 +37,7 @@
3737

3838
### Breaking Changes
3939
* `placeholder` attribute of class `FormBuilderInput` renamed to `hint`
40-
* Removed default constructor for `FormBuilderInput`
40+
* Removed default constructor for `FormBuilderInput`
41+
42+
## [1.0.1] - 3-Nov-2018
43+
* Minor improvements to documentation, added known issues section too

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.0
3+
version: 1.0.1
44
author: Danvick Miller <[email protected]>
55
homepage: https://github.com/danvick/flutter_form_builder
66

0 commit comments

Comments
 (0)