-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpubspec.yaml
More file actions
100 lines (90 loc) · 1.81 KB
/
pubspec.yaml
File metadata and controls
100 lines (90 loc) · 1.81 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
name: cr_logger
description: Powerful logging plugin. Supports android, ios and web platforms.
version: 2.6.1
homepage: https://github.com/Cleveroad/cr_logger
topics:
- tool
- network
- debug
- logging
- dio
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.32.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
# BSD-3-Clause
http: ">=0.13.0 <2.0.0"
# MIT
cr_json_widget: ^1.1.1
# Network
# MIT
dio: ">=5.5.0+1 <6.0.0"
# MIT
chopper: ">=8.0.0 <9.0.0"
# MIT
logger: ">=2.0.0 <3.0.0"
# BSD
package_info_plus: ">=8.0.0 <9.0.0"
# MIT
uuid: ">=3.0.7 <5.0.0"
# MIT
app_settings: ">=5.0.0 <7.0.0"
# BSD
path_provider: ">=2.0.0 <2.2.0"
# BSD-3-Clause
path: ">=1.8.0 <2.0.0"
# MIT
inspector: ">=1.0.0 <4.0.0"
# BSD-3-Clause
shared_preferences: ">=2.0.0 <3.0.0"
# MIT
split_view: ^3.2.1
# unknown
# https://pub.dev/packages/synchronized/license
synchronized: ">=3.0.0+2 <4.0.0"
# BSD-3-Clause
js: ^0.7.2
# Apache-2.0
infinite_scroll_pagination: ">=5.0.0 <6.0.0"
# MIT
worker_manager: ">=7.0.0 <7.3.0"
# BSD-2-Clause
sqflite: ">=2.3.0 <3.0.0"
#MIT
gql_http_link: ">=1.0.1 <1.3.0"
#MIT
gql_link: ^1.1.0
#MIT
gql_exec: ^1.0.0+1
#MIT
gql: ^1.0.1
# BSD-3-Clause
web: ">=0.5.1 <2.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
# MIT
flutter_lints: ^6.0.0
flutter:
uses-material-design: true
assets:
- assets/
fonts:
- family: Epilogue
fonts:
- asset: fonts/Epilogue-Medium.ttf
- asset: fonts/Epilogue-Regular.ttf
plugin:
platforms:
android:
package: com.cleveroad.cr_logger.cr_logger
pluginClass: CrLoggerPlugin
ios:
pluginClass: CrLoggerPlugin
web:
pluginClass: CrLoggerWeb
fileName: cr_logger_web.dart