Skip to content

Commit 796b41e

Browse files
committed
Disable flutter_chips_input override in example
1 parent 5d7b073 commit 796b41e

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dev_dependencies:
1818
sdk: flutter
1919

2020
dependency_overrides:
21-
flutter_chips_input: ^1.9.0-dev.3
21+
# flutter_chips_input: ^1.9.0-dev.3 TODO: Enable if on pre-release Flutter branch
2222

2323
flutter:
2424
uses-material-design: true

pubspec.lock

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: _fe_analyzer_shared
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "5.0.0"
10+
version: "6.0.0"
1111
analyzer:
1212
dependency: transitive
1313
description:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "0.39.12"
17+
version: "0.39.14"
1818
archive:
1919
dependency: transitive
2020
description:
@@ -42,49 +42,42 @@ packages:
4242
name: async
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "2.4.2"
45+
version: "2.4.1"
4646
basic_utils:
4747
dependency: transitive
4848
description:
4949
name: basic_utils
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "2.5.4"
52+
version: "2.5.7"
5353
boolean_selector:
5454
dependency: transitive
5555
description:
5656
name: boolean_selector
5757
url: "https://pub.dartlang.org"
5858
source: hosted
5959
version: "2.0.0"
60-
characters:
61-
dependency: transitive
62-
description:
63-
name: characters
64-
url: "https://pub.dartlang.org"
65-
source: hosted
66-
version: "1.0.0"
6760
charcode:
6861
dependency: transitive
6962
description:
7063
name: charcode
7164
url: "https://pub.dartlang.org"
7265
source: hosted
7366
version: "1.1.3"
74-
clock:
67+
cli_util:
7568
dependency: transitive
7669
description:
77-
name: clock
70+
name: cli_util
7871
url: "https://pub.dartlang.org"
7972
source: hosted
80-
version: "1.0.1"
73+
version: "0.1.4"
8174
collection:
8275
dependency: transitive
8376
description:
8477
name: collection
8578
url: "https://pub.dartlang.org"
8679
source: hosted
87-
version: "1.14.13"
80+
version: "1.14.12"
8881
convert:
8982
dependency: transitive
9083
description:
@@ -134,13 +127,6 @@ packages:
134127
url: "https://pub.dartlang.org"
135128
source: hosted
136129
version: "1.0.0"
137-
fake_async:
138-
dependency: transitive
139-
description:
140-
name: fake_async
141-
url: "https://pub.dartlang.org"
142-
source: hosted
143-
version: "1.1.0"
144130
flutter:
145131
dependency: "direct main"
146132
description: flutter
@@ -218,7 +204,7 @@ packages:
218204
name: http
219205
url: "https://pub.dartlang.org"
220206
source: hosted
221-
version: "0.12.1"
207+
version: "0.12.2"
222208
http_multi_server:
223209
dependency: transitive
224210
description:
@@ -302,7 +288,7 @@ packages:
302288
name: matcher
303289
url: "https://pub.dartlang.org"
304290
source: hosted
305-
version: "0.12.8"
291+
version: "0.12.6"
306292
meta:
307293
dependency: transitive
308294
description:
@@ -317,6 +303,13 @@ packages:
317303
url: "https://pub.dartlang.org"
318304
source: hosted
319305
version: "0.9.6+3"
306+
multi_server_socket:
307+
dependency: transitive
308+
description:
309+
name: multi_server_socket
310+
url: "https://pub.dartlang.org"
311+
source: hosted
312+
version: "1.0.2"
320313
node_interop:
321314
dependency: transitive
322315
description:
@@ -351,7 +344,7 @@ packages:
351344
name: path
352345
url: "https://pub.dartlang.org"
353346
source: hosted
354-
version: "1.7.0"
347+
version: "1.6.4"
355348
pedantic:
356349
dependency: "direct dev"
357350
description:
@@ -401,6 +394,13 @@ packages:
401394
url: "https://pub.dartlang.org"
402395
source: hosted
403396
version: "1.4.4"
397+
quiver:
398+
dependency: transitive
399+
description:
400+
name: quiver
401+
url: "https://pub.dartlang.org"
402+
source: hosted
403+
version: "2.1.3"
404404
random_string:
405405
dependency: transitive
406406
description:
@@ -482,7 +482,7 @@ packages:
482482
name: stack_trace
483483
url: "https://pub.dartlang.org"
484484
source: hosted
485-
version: "1.9.5"
485+
version: "1.9.3"
486486
stream_channel:
487487
dependency: transitive
488488
description:
@@ -510,28 +510,28 @@ packages:
510510
name: test
511511
url: "https://pub.dartlang.org"
512512
source: hosted
513-
version: "1.15.2"
513+
version: "1.14.4"
514514
test_api:
515515
dependency: transitive
516516
description:
517517
name: test_api
518518
url: "https://pub.dartlang.org"
519519
source: hosted
520-
version: "0.2.17"
520+
version: "0.2.15"
521521
test_core:
522522
dependency: transitive
523523
description:
524524
name: test_core
525525
url: "https://pub.dartlang.org"
526526
source: hosted
527-
version: "0.3.10"
527+
version: "0.3.4"
528528
typed_data:
529529
dependency: transitive
530530
description:
531531
name: typed_data
532532
url: "https://pub.dartlang.org"
533533
source: hosted
534-
version: "1.2.0"
534+
version: "1.1.6"
535535
validators:
536536
dependency: "direct main"
537537
description:
@@ -596,5 +596,5 @@ packages:
596596
source: hosted
597597
version: "2.2.1"
598598
sdks:
599-
dart: ">=2.9.0-14.0.dev <3.0.0"
599+
dart: ">=2.7.0 <3.0.0"
600600
flutter: ">=1.12.13+hotfix.6 <2.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
date_range_picker: ^1.0.6
2121
flutter_touch_spin: ^1.0.1
2222
image_picker: ^0.6.7+4
23-
image_picker_for_web: ^0.1.0
23+
image_picker_for_web: ^0.1.0+1
2424
rating_bar: ^0.2.0
2525
country_pickers: ^1.3.0
2626
phone_number: ^0.6.2+4

0 commit comments

Comments
 (0)