Skip to content

Commit 1ac661f

Browse files
committed
Merge branch 'add_key_remove_buttons'
# Conflicts: # lib/src/form_builder.dart
2 parents 3827b09 + 81ef6b2 commit 1ac661f

File tree

9 files changed

+1690
-1510
lines changed

9 files changed

+1690
-1510
lines changed

.idea/libraries/Dart_Packages.xml

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

.idea/workspace.xml

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

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [2.0.0] - 25-March-2019
2+
### New Features and fixes
3+
* New attribute `decoration` for `FormBuilderInput`. Enables one to customize `InputDecoration` like icons, labelStyles etc
4+
* Added ability to add `GlobalKey` of type `FormBuilderState` to FormBuilder that will be the handle to the
5+
state of the form enabling saving and resetting. Similar to using Flutter's `Form`.
6+
* Added new input type `FormBuilder.signaturePad` which provides a drawing pad for user signature
7+
* Added `max` attribute to `chipsInput` to limit the number of chips users can add
8+
* Added new attribute `maxLines` to be used with textFields with multiple lines
9+
* Fixed bug where readonly not working to Date, Time and DateTime Pickers
10+
11+
### Breaking Changes
12+
* Removed reset/submit buttons and corresponding attributes: `showResetButton`, `resetButtonContent`
13+
Access form state using a `GlobalKey<FormBilderState>`
14+
* Removed `label` and `hint` attributes to be replaced by `decoration`
15+
16+
117
## [1.5.1] - 21-March-2019
218
* Fixed bugs originating from upgrading `flutter_typeahead` from v0.5.1 to v1.2.1
319

0 commit comments

Comments
 (0)