Skip to content

Commit d0bf1dc

Browse files
committed
Bumped up flutter_chips_input to v1.8.0 from v1.7.0
1 parent 4a0b784 commit d0bf1dc

File tree

5 files changed

+47
-37
lines changed

5 files changed

+47
-37
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [3.8.3] - 15-Apr-2020
2+
* Fix bug where `onChange` in FormBuilderDateTimePicker doesn't fire when field is cleared. Closes #254
3+
* Fix `The method 'dispose' was called on null.` issue in FormBuilderTypeAhead. Closes #256
4+
* Bumped up flutter_chips_input to v1.8.0 from v1.7.0
5+
16
## [3.8.2] - 27-Mar-2020
27
* `onTap` callback added to `FormBuilderTextField`
38
* Link to [form_builder_map_field](https://pub.dev/packages/form_builder_map_field) added to README

flutter_form_builder.iml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/libphonenumber/example/.dart_tool" />
3939
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/libphonenumber/example/.pub" />
4040
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/libphonenumber/example/build" />
41-
<excludeFolder url="file://$MODULE_DIR$/example/ios/Flutter/App.framework/flutter_assets/packages" />
4241
<excludeFolder url="file://$MODULE_DIR$/example/ios/Flutter/flutter_assets/packages" />
4342
</content>
4443
<orderEntry type="jdk" jdkName="Android API 25 Platform" jdkType="Android SDK" />

lib/src/fields/form_builder_chips_input.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ class _FormBuilderChipsInputState extends State<FormBuilderChipsInput> {
117117
),
118118
findSuggestions: widget.findSuggestions,
119119
onChanged: (data) {
120-
FocusScope.of(context).requestFocus(FocusNode());
121120
field.didChange(data);
122121
if (widget.onChanged != null) widget.onChanged(data);
123122
},

pubspec.lock

Lines changed: 40 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4+
_fe_analyzer_shared:
5+
dependency: transitive
6+
description:
7+
name: _fe_analyzer_shared
8+
url: "https://pub.dartlang.org"
9+
source: hosted
10+
version: "2.1.0"
411
analyzer:
512
dependency: transitive
613
description:
714
name: analyzer
815
url: "https://pub.dartlang.org"
916
source: hosted
10-
version: "0.36.3"
17+
version: "0.39.6"
1118
archive:
1219
dependency: transitive
1320
description:
@@ -63,7 +70,7 @@ packages:
6370
name: coverage
6471
url: "https://pub.dartlang.org"
6572
source: hosted
66-
version: "0.13.3+3"
73+
version: "0.13.9"
6774
crypto:
6875
dependency: transitive
6976
description:
@@ -77,7 +84,7 @@ packages:
7784
name: csslib
7885
url: "https://pub.dartlang.org"
7986
source: hosted
80-
version: "0.16.0"
87+
version: "0.16.1"
8188
date_range_picker:
8289
dependency: "direct main"
8390
description:
@@ -103,7 +110,7 @@ packages:
103110
name: flutter_chips_input
104111
url: "https://pub.dartlang.org"
105112
source: hosted
106-
version: "1.7.0"
113+
version: "1.8.0"
107114
flutter_colorpicker:
108115
dependency: "direct main"
109116
description:
@@ -137,48 +144,41 @@ packages:
137144
url: "https://pub.dartlang.org"
138145
source: hosted
139146
version: "1.8.0"
140-
front_end:
141-
dependency: transitive
142-
description:
143-
name: front_end
144-
url: "https://pub.dartlang.org"
145-
source: hosted
146-
version: "0.1.18"
147147
glob:
148148
dependency: transitive
149149
description:
150150
name: glob
151151
url: "https://pub.dartlang.org"
152152
source: hosted
153-
version: "1.1.7"
153+
version: "1.2.0"
154154
html:
155155
dependency: transitive
156156
description:
157157
name: html
158158
url: "https://pub.dartlang.org"
159159
source: hosted
160-
version: "0.14.0+2"
160+
version: "0.14.0+3"
161161
http:
162162
dependency: transitive
163163
description:
164164
name: http
165165
url: "https://pub.dartlang.org"
166166
source: hosted
167-
version: "0.12.0+2"
167+
version: "0.12.0+4"
168168
http_multi_server:
169169
dependency: transitive
170170
description:
171171
name: http_multi_server
172172
url: "https://pub.dartlang.org"
173173
source: hosted
174-
version: "2.1.0"
174+
version: "2.2.0"
175175
http_parser:
176176
dependency: transitive
177177
description:
178178
name: http_parser
179179
url: "https://pub.dartlang.org"
180180
source: hosted
181-
version: "3.1.3"
181+
version: "3.1.4"
182182
image:
183183
dependency: transitive
184184
description:
@@ -199,28 +199,21 @@ packages:
199199
name: io
200200
url: "https://pub.dartlang.org"
201201
source: hosted
202-
version: "0.3.3"
202+
version: "0.3.4"
203203
js:
204204
dependency: transitive
205205
description:
206206
name: js
207207
url: "https://pub.dartlang.org"
208208
source: hosted
209209
version: "0.6.1+1"
210-
kernel:
211-
dependency: transitive
212-
description:
213-
name: kernel
214-
url: "https://pub.dartlang.org"
215-
source: hosted
216-
version: "0.3.18"
217210
logging:
218211
dependency: transitive
219212
description:
220213
name: logging
221214
url: "https://pub.dartlang.org"
222215
source: hosted
223-
version: "0.11.3+2"
216+
version: "0.11.4"
224217
matcher:
225218
dependency: transitive
226219
description:
@@ -249,20 +242,34 @@ packages:
249242
url: "https://pub.dartlang.org"
250243
source: hosted
251244
version: "1.0.2"
245+
node_interop:
246+
dependency: transitive
247+
description:
248+
name: node_interop
249+
url: "https://pub.dartlang.org"
250+
source: hosted
251+
version: "1.0.3"
252+
node_io:
253+
dependency: transitive
254+
description:
255+
name: node_io
256+
url: "https://pub.dartlang.org"
257+
source: hosted
258+
version: "1.0.1+2"
252259
node_preamble:
253260
dependency: transitive
254261
description:
255262
name: node_preamble
256263
url: "https://pub.dartlang.org"
257264
source: hosted
258-
version: "1.4.4"
265+
version: "1.4.8"
259266
package_config:
260267
dependency: transitive
261268
description:
262269
name: package_config
263270
url: "https://pub.dartlang.org"
264271
source: hosted
265-
version: "1.0.5"
272+
version: "1.9.3"
266273
package_resolver:
267274
dependency: transitive
268275
description:
@@ -304,7 +311,7 @@ packages:
304311
name: pub_semver
305312
url: "https://pub.dartlang.org"
306313
source: hosted
307-
version: "1.4.2"
314+
version: "1.4.4"
308315
quiver:
309316
dependency: transitive
310317
description:
@@ -358,7 +365,7 @@ packages:
358365
name: source_maps
359366
url: "https://pub.dartlang.org"
360367
source: hosted
361-
version: "0.10.8"
368+
version: "0.10.9"
362369
source_span:
363370
dependency: transitive
364371
description:
@@ -456,14 +463,14 @@ packages:
456463
name: watcher
457464
url: "https://pub.dartlang.org"
458465
source: hosted
459-
version: "0.9.7+10"
466+
version: "0.9.7+14"
460467
web_socket_channel:
461468
dependency: transitive
462469
description:
463470
name: web_socket_channel
464471
url: "https://pub.dartlang.org"
465472
source: hosted
466-
version: "1.0.13"
473+
version: "1.1.0"
467474
xml:
468475
dependency: transitive
469476
description:
@@ -477,7 +484,7 @@ packages:
477484
name: yaml
478485
url: "https://pub.dartlang.org"
479486
source: hosted
480-
version: "2.1.15"
487+
version: "2.2.0"
481488
sdks:
482-
dart: ">=2.6.0 <3.0.0"
489+
dart: ">=2.7.0 <3.0.0"
483490
flutter: ">=1.5.4 <2.0.0"

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: Package to build Material Form with fields like TextField, DropDown, Switches etc. with ability to create custom FormFields and composability and reuse validation functions.
3-
version: 3.8.2
3+
version: 3.8.3
44
author: Danvick Miller <[email protected]>
55
homepage: https://github.com/danvick/flutter_form_builder
66

@@ -14,7 +14,7 @@ dependencies:
1414
flutter_typeahead: ^1.8.0
1515
intl: ^0.16.1
1616
sy_flutter_widgets: ^0.1.4
17-
flutter_chips_input: ^1.7.0
17+
flutter_chips_input: ^1.8.0
1818
datetime_picker_formfield: ^1.0.0
1919
flutter_colorpicker: ^0.3.2
2020
# signature: ^2.0.0 - Doesn't implement onChanged, submitted PR. Meanwhile using local clone with onChanged

0 commit comments

Comments
 (0)