Skip to content

Commit a86bf42

Browse files
feat: add chip input to package
1 parent 5fbb670 commit a86bf42

File tree

7 files changed

+720
-37
lines changed

7 files changed

+720
-37
lines changed

example/pubspec.lock

Lines changed: 67 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: archive
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "3.3.0"
10+
version: "3.3.5"
1111
async:
1212
dependency: transitive
1313
description:
@@ -43,6 +43,13 @@ packages:
4343
url: "https://pub.dartlang.org"
4444
source: hosted
4545
version: "1.16.0"
46+
convert:
47+
dependency: transitive
48+
description:
49+
name: convert
50+
url: "https://pub.dartlang.org"
51+
source: hosted
52+
version: "3.1.1"
4653
crypto:
4754
dependency: transitive
4855
description:
@@ -56,7 +63,7 @@ packages:
5663
name: dropdown_search
5764
url: "https://pub.dartlang.org"
5865
source: hosted
59-
version: "5.0.2"
66+
version: "5.0.5"
6067
fake_async:
6168
dependency: transitive
6269
description:
@@ -69,13 +76,6 @@ packages:
6976
description: flutter
7077
source: sdk
7178
version: "0.0.0"
72-
flutter_chips_input:
73-
dependency: transitive
74-
description:
75-
name: flutter_chips_input
76-
url: "https://pub.dartlang.org"
77-
source: hosted
78-
version: "2.0.0"
7979
flutter_colorpicker:
8080
dependency: transitive
8181
description:
@@ -96,14 +96,28 @@ packages:
9696
name: flutter_form_builder
9797
url: "https://pub.dartlang.org"
9898
source: hosted
99-
version: "7.3.1"
99+
version: "7.7.0"
100100
flutter_keyboard_visibility:
101101
dependency: transitive
102102
description:
103103
name: flutter_keyboard_visibility
104104
url: "https://pub.dartlang.org"
105105
source: hosted
106-
version: "5.3.0"
106+
version: "5.4.0"
107+
flutter_keyboard_visibility_linux:
108+
dependency: transitive
109+
description:
110+
name: flutter_keyboard_visibility_linux
111+
url: "https://pub.dartlang.org"
112+
source: hosted
113+
version: "1.0.0"
114+
flutter_keyboard_visibility_macos:
115+
dependency: transitive
116+
description:
117+
name: flutter_keyboard_visibility_macos
118+
url: "https://pub.dartlang.org"
119+
source: hosted
120+
version: "1.0.0"
107121
flutter_keyboard_visibility_platform_interface:
108122
dependency: transitive
109123
description:
@@ -118,6 +132,13 @@ packages:
118132
url: "https://pub.dartlang.org"
119133
source: hosted
120134
version: "2.0.0"
135+
flutter_keyboard_visibility_windows:
136+
dependency: transitive
137+
description:
138+
name: flutter_keyboard_visibility_windows
139+
url: "https://pub.dartlang.org"
140+
source: hosted
141+
version: "1.0.0"
121142
flutter_lints:
122143
dependency: "direct dev"
123144
description:
@@ -137,6 +158,13 @@ packages:
137158
url: "https://pub.dartlang.org"
138159
source: hosted
139160
version: "4.0.1"
161+
flutter_svg:
162+
dependency: transitive
163+
description:
164+
name: flutter_svg
165+
url: "https://pub.dartlang.org"
166+
source: hosted
167+
version: "1.1.6"
140168
flutter_test:
141169
dependency: "direct dev"
142170
description: flutter
@@ -155,7 +183,7 @@ packages:
155183
name: flutter_typeahead
156184
url: "https://pub.dartlang.org"
157185
source: hosted
158-
version: "4.0.0"
186+
version: "4.1.1"
159187
flutter_web_plugins:
160188
dependency: transitive
161189
description: flutter
@@ -174,14 +202,14 @@ packages:
174202
name: form_builder_validators
175203
url: "https://pub.dartlang.org"
176204
source: hosted
177-
version: "8.1.1"
205+
version: "8.4.0"
178206
image:
179207
dependency: transitive
180208
description:
181209
name: image
182210
url: "https://pub.dartlang.org"
183211
source: hosted
184-
version: "3.2.0"
212+
version: "3.3.0"
185213
intl:
186214
dependency: transitive
187215
description:
@@ -231,27 +259,48 @@ packages:
231259
url: "https://pub.dartlang.org"
232260
source: hosted
233261
version: "1.8.2"
262+
path_drawing:
263+
dependency: transitive
264+
description:
265+
name: path_drawing
266+
url: "https://pub.dartlang.org"
267+
source: hosted
268+
version: "1.0.1"
269+
path_parsing:
270+
dependency: transitive
271+
description:
272+
name: path_parsing
273+
url: "https://pub.dartlang.org"
274+
source: hosted
275+
version: "1.0.1"
234276
petitparser:
235277
dependency: transitive
236278
description:
237279
name: petitparser
238280
url: "https://pub.dartlang.org"
239281
source: hosted
240-
version: "5.0.0"
282+
version: "5.1.0"
241283
plugin_platform_interface:
242284
dependency: transitive
243285
description:
244286
name: plugin_platform_interface
245287
url: "https://pub.dartlang.org"
246288
source: hosted
247-
version: "2.1.2"
289+
version: "2.1.3"
290+
pointycastle:
291+
dependency: transitive
292+
description:
293+
name: pointycastle
294+
url: "https://pub.dartlang.org"
295+
source: hosted
296+
version: "3.6.2"
248297
signature:
249298
dependency: transitive
250299
description:
251300
name: signature
252301
url: "https://pub.dartlang.org"
253302
source: hosted
254-
version: "5.0.1"
303+
version: "5.3.0"
255304
sky_engine:
256305
dependency: transitive
257306
description: flutter
@@ -321,5 +370,5 @@ packages:
321370
source: hosted
322371
version: "6.1.0"
323372
sdks:
324-
dart: ">=2.17.0 <3.0.0"
373+
dart: ">=2.18.0 <3.0.0"
325374
flutter: ">=3.0.0"

lib/src/fields/form_builder_chips_input.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import 'package:flutter/material.dart';
2-
import 'package:flutter_chips_input/flutter_chips_input.dart';
32
import 'package:flutter_form_builder/flutter_form_builder.dart';
43

4+
import '../widgets/flutter_chips_input/chips_input.dart';
5+
56
/// A field that takes a list of `Chip`s as input and suggests more options
67
/// while typing
78
class FormBuilderChipsInput<T> extends FormBuilderField<List<T>> {

0 commit comments

Comments
 (0)