Skip to content

Commit be42cb3

Browse files
committed
chore: code formattting
1 parent 6bbe53d commit be42cb3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/flutter_form_builder/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## [7.0.0] - 27-Oct-2021
2-
**BREAKING CHANGES**:
2+
**BREAKING CHANGE**:
33
* For ease of maintainability, validation functionality has been broken up into a separate package: [form_builder_validators](https://pub.dev/packages/form_builder_validators)
44

55
## [7.0.0-beta.0] - 02-Sep-2021

packages/form_builder_extra_fields/lib/src/fields/form_builder_searchable_dropdown.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class FormBuilderSearchableDropdown<T> extends FormBuilderField<T> {
192192
final PositionCallback? positionCallback;
193193

194194
/// Creates field for selecting value(s) from a searchable list
195-
FormBuilderSearchableDropdown( {
195+
FormBuilderSearchableDropdown({
196196
Key? key,
197197
//From Super
198198
required String name,

packages/form_builder_extra_fields/lib/src/fields/form_builder_typeahead.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ class FormBuilderTypeAhead<T> extends FormBuilderField<T> {
261261
final ScrollController? scrollController;
262262

263263
/// Creates text field that auto-completes user input from a list of items
264-
FormBuilderTypeAhead( {
264+
FormBuilderTypeAhead({
265265
Key? key,
266266
//From Super
267267
required String name,

0 commit comments

Comments
 (0)