Skip to content

Commit 5db3ab9

Browse files
committed
chore: released v7.0.0
1 parent 37b3efb commit 5db3ab9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/flutter_form_builder/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [7.0.0] - 27-Oct-2021
2+
**BREAKING CHANGES**:
3+
* For ease of maintainability, validation functionality has been broken up into a separate package: [form_builder_validators](https://pub.dev/packages/form_builder_validators)
4+
15
## [7.0.0-beta.0] - 02-Sep-2021
26
* Merged back `form_builder_fields` into `flutter_form_builder`
37

packages/flutter_form_builder/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: This package helps in creation of forms in Flutter by removing the boilerplate code, reusing validation, react to changes, and collect final user input.
3-
version: 7.0.0-beta.0
3+
version: 7.0.0
44
homepage: https://github.com/danvick/flutter_form_builder
55

66
environment:

0 commit comments

Comments
 (0)