Skip to content

Commit 722cda4

Browse files
Merge pull request #1122 from flutter-form-builder-ecosystem/release/7.7.0
Release/7.7.0
2 parents 31d2f35 + 4e7fcd8 commit 722cda4

File tree

5 files changed

+34
-42
lines changed

5 files changed

+34
-42
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [7.7.0]
2+
3+
* Added cursorHeight property for form builder text field ([#1112](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/pull/1112))
4+
* Added textAlignVertical support on FormBuilderDateRangePicker and FormBuilderDateTimePicker ([#1116](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/pull/1116))
5+
* Added shape that missed filterChip property ([#1118](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/pull/1118))
6+
17
## [7.6.0]
28

39
* `FormBuilderDateTimePicker`: Deprecate reset icon For alternatives, see Readme section: Implement reset, clear or other button into FormBuilderField. #1094

example/pubspec.lock

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.2"
10+
version: "2.9.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,21 +21,14 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.2.0"
25-
charcode:
26-
dependency: transitive
27-
description:
28-
name: charcode
29-
url: "https://pub.dartlang.org"
30-
source: hosted
31-
version: "1.3.1"
24+
version: "1.2.1"
3225
clock:
3326
dependency: transitive
3427
description:
3528
name: clock
3629
url: "https://pub.dartlang.org"
3730
source: hosted
38-
version: "1.1.0"
31+
version: "1.1.1"
3932
collection:
4033
dependency: transitive
4134
description:
@@ -56,7 +49,7 @@ packages:
5649
name: fake_async
5750
url: "https://pub.dartlang.org"
5851
source: hosted
59-
version: "1.3.0"
52+
version: "1.3.1"
6053
flutter:
6154
dependency: "direct main"
6255
description: flutter
@@ -68,7 +61,7 @@ packages:
6861
path: ".."
6962
relative: true
7063
source: path
71-
version: "7.6.0"
64+
version: "7.7.0"
7265
flutter_lints:
7366
dependency: "direct dev"
7467
description:
@@ -113,28 +106,28 @@ packages:
113106
name: matcher
114107
url: "https://pub.dartlang.org"
115108
source: hosted
116-
version: "0.12.11"
109+
version: "0.12.12"
117110
material_color_utilities:
118111
dependency: transitive
119112
description:
120113
name: material_color_utilities
121114
url: "https://pub.dartlang.org"
122115
source: hosted
123-
version: "0.1.4"
116+
version: "0.1.5"
124117
meta:
125118
dependency: transitive
126119
description:
127120
name: meta
128121
url: "https://pub.dartlang.org"
129122
source: hosted
130-
version: "1.7.0"
123+
version: "1.8.0"
131124
path:
132125
dependency: transitive
133126
description:
134127
name: path
135128
url: "https://pub.dartlang.org"
136129
source: hosted
137-
version: "1.8.1"
130+
version: "1.8.2"
138131
sky_engine:
139132
dependency: transitive
140133
description: flutter
@@ -146,7 +139,7 @@ packages:
146139
name: source_span
147140
url: "https://pub.dartlang.org"
148141
source: hosted
149-
version: "1.8.2"
142+
version: "1.9.0"
150143
stack_trace:
151144
dependency: transitive
152145
description:
@@ -167,21 +160,21 @@ packages:
167160
name: string_scanner
168161
url: "https://pub.dartlang.org"
169162
source: hosted
170-
version: "1.1.0"
163+
version: "1.1.1"
171164
term_glyph:
172165
dependency: transitive
173166
description:
174167
name: term_glyph
175168
url: "https://pub.dartlang.org"
176169
source: hosted
177-
version: "1.2.0"
170+
version: "1.2.1"
178171
test_api:
179172
dependency: transitive
180173
description:
181174
name: test_api
182175
url: "https://pub.dartlang.org"
183176
source: hosted
184-
version: "0.4.9"
177+
version: "0.4.12"
185178
vector_math:
186179
dependency: transitive
187180
description:

lib/src/fields/form_builder_dropdown.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class FormBuilderDropdown<T> extends FormBuilderField<T> {
109109
/// ```
110110
/// {@end-tool}
111111
///
112-
/// Defaults to the [TextTheme.subtitle1] value of the current
112+
/// Defaults to the [TextTheme.titleMedium] value of the current
113113
/// [ThemeData.textTheme] of the current [Theme].
114114
final TextStyle? style;
115115

pubspec.lock

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.2"
10+
version: "2.9.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,21 +21,14 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.2.0"
25-
charcode:
26-
dependency: transitive
27-
description:
28-
name: charcode
29-
url: "https://pub.dartlang.org"
30-
source: hosted
31-
version: "1.3.1"
24+
version: "1.2.1"
3225
clock:
3326
dependency: transitive
3427
description:
3528
name: clock
3629
url: "https://pub.dartlang.org"
3730
source: hosted
38-
version: "1.1.0"
31+
version: "1.1.1"
3932
collection:
4033
dependency: "direct main"
4134
description:
@@ -49,7 +42,7 @@ packages:
4942
name: fake_async
5043
url: "https://pub.dartlang.org"
5144
source: hosted
52-
version: "1.3.0"
45+
version: "1.3.1"
5346
flutter:
5447
dependency: "direct main"
5548
description: flutter
@@ -87,28 +80,28 @@ packages:
8780
name: matcher
8881
url: "https://pub.dartlang.org"
8982
source: hosted
90-
version: "0.12.11"
83+
version: "0.12.12"
9184
material_color_utilities:
9285
dependency: transitive
9386
description:
9487
name: material_color_utilities
9588
url: "https://pub.dartlang.org"
9689
source: hosted
97-
version: "0.1.4"
90+
version: "0.1.5"
9891
meta:
9992
dependency: transitive
10093
description:
10194
name: meta
10295
url: "https://pub.dartlang.org"
10396
source: hosted
104-
version: "1.7.0"
97+
version: "1.8.0"
10598
path:
10699
dependency: transitive
107100
description:
108101
name: path
109102
url: "https://pub.dartlang.org"
110103
source: hosted
111-
version: "1.8.1"
104+
version: "1.8.2"
112105
sky_engine:
113106
dependency: transitive
114107
description: flutter
@@ -120,7 +113,7 @@ packages:
120113
name: source_span
121114
url: "https://pub.dartlang.org"
122115
source: hosted
123-
version: "1.8.2"
116+
version: "1.9.0"
124117
stack_trace:
125118
dependency: transitive
126119
description:
@@ -141,21 +134,21 @@ packages:
141134
name: string_scanner
142135
url: "https://pub.dartlang.org"
143136
source: hosted
144-
version: "1.1.0"
137+
version: "1.1.1"
145138
term_glyph:
146139
dependency: transitive
147140
description:
148141
name: term_glyph
149142
url: "https://pub.dartlang.org"
150143
source: hosted
151-
version: "1.2.0"
144+
version: "1.2.1"
152145
test_api:
153146
dependency: transitive
154147
description:
155148
name: test_api
156149
url: "https://pub.dartlang.org"
157150
source: hosted
158-
version: "0.4.9"
151+
version: "0.4.12"
159152
vector_math:
160153
dependency: transitive
161154
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.6.0
3+
version: 7.7.0
44
repository: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder
55
issue_tracker: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues
66

@@ -12,7 +12,7 @@ dependencies:
1212
flutter:
1313
sdk: flutter
1414
intl: ^0.17.0
15-
collection: ^1.15.0
15+
collection: ^1.16.0
1616

1717
dev_dependencies:
1818
flutter_lints: ^2.0.1

0 commit comments

Comments
 (0)