-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
86 lines (78 loc) · 1.96 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
name: 'json_dynamic_widget_plugin_components'
description: 'A plugin to the JSON Dynamic Widget to provide components support to the widgets'
homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget_plugin_components'
version: '1.0.1'
environment:
sdk: '>=3.0.0 <4.0.0'
analyzer:
exclude:
- 'lib/generated/**'
- 'lib/**/*.g.dart'
dependencies:
child_builder: '^2.0.1'
flutter:
sdk: 'flutter'
json_class: '^3.0.0+5'
json_dynamic_widget: '^7.2.0+2'
json_theme: '^6.3.0'
logging: '^1.2.0'
meta: '^1.12.0'
path: ^1.8.3
uuid: '^4.1.0'
false_secrets:
- 'example/web/index.html'
dev_dependencies:
build_runner: '^2.4.6'
flutter_lints: '^5.0.0'
flutter_test:
sdk: 'flutter'
json_dynamic_widget_codegen: '^1.0.1+1'
mockito: '^5.4.4'
permittedLicenses:
- Apache-2.0
- BSD-2-Clause
- BSD-3-Clause
- MIT
- MIT-Modern-Variant
- MPL-2.0
- Zlib
# The [license_checker](https://pub.dev/packages/license_checker) package cannot
# detect the built in Flutter packages because they aren't published to pub.dev
# and do not have a LICENSE file in their respective folders. So this section
# informs the license_checker that all the built in Flutter packages all have
# the same BSD-3-Clause license as Flutter itself.
packageLicenseOverride:
flutter: BSD-3-Clause
flutter_driver: BSD-3-Clause
flutter_goldens: BSD-3-Clause
flutter_localizations: BSD-3-Clause
flutter_web_plugins: BSD-3-Clause
flutter_test: BSD-3-Clause
fuchsia_remote_debug_protocol: BSD-3-Clause
integration_test: BSD-3-Clause
rxdart: Apache-2.0
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
- 'characters'
- 'charcode'
- 'collection'
- 'clock'
- 'crypto'
- 'fake_async'
- 'file'
- 'matcher'
- 'material_color_utilities'
- 'meta'
- 'path'
- 'source_span'
- 'stack_trace'
- 'stream_channel'
- 'string_scanner'
- 'sync_http'
- 'term_glyph'
- 'test_api'
- 'typed_data'
- 'vector_math'
- 'webdriver'