Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

pubspec.lock 4.2 KB

You have to be logged in to leave a comment. Sign In
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
  1. # Generated by pub
  2. # See https://dart.dev/tools/pub/glossary#lockfile
  3. packages:
  4. archive:
  5. dependency: transitive
  6. description:
  7. name: archive
  8. url: "https://pub.dartlang.org"
  9. source: hosted
  10. version: "2.0.11"
  11. args:
  12. dependency: transitive
  13. description:
  14. name: args
  15. url: "https://pub.dartlang.org"
  16. source: hosted
  17. version: "1.5.2"
  18. async:
  19. dependency: transitive
  20. description:
  21. name: async
  22. url: "https://pub.dartlang.org"
  23. source: hosted
  24. version: "2.4.0"
  25. boolean_selector:
  26. dependency: transitive
  27. description:
  28. name: boolean_selector
  29. url: "https://pub.dartlang.org"
  30. source: hosted
  31. version: "1.0.5"
  32. charcode:
  33. dependency: transitive
  34. description:
  35. name: charcode
  36. url: "https://pub.dartlang.org"
  37. source: hosted
  38. version: "1.1.2"
  39. collection:
  40. dependency: transitive
  41. description:
  42. name: collection
  43. url: "https://pub.dartlang.org"
  44. source: hosted
  45. version: "1.14.11"
  46. convert:
  47. dependency: transitive
  48. description:
  49. name: convert
  50. url: "https://pub.dartlang.org"
  51. source: hosted
  52. version: "2.1.1"
  53. crypto:
  54. dependency: transitive
  55. description:
  56. name: crypto
  57. url: "https://pub.dartlang.org"
  58. source: hosted
  59. version: "2.1.3"
  60. cupertino_icons:
  61. dependency: "direct main"
  62. description:
  63. name: cupertino_icons
  64. url: "https://pub.dartlang.org"
  65. source: hosted
  66. version: "0.1.3"
  67. flutter:
  68. dependency: "direct main"
  69. description: flutter
  70. source: sdk
  71. version: "0.0.0"
  72. flutter_test:
  73. dependency: "direct dev"
  74. description: flutter
  75. source: sdk
  76. version: "0.0.0"
  77. image:
  78. dependency: transitive
  79. description:
  80. name: image
  81. url: "https://pub.dartlang.org"
  82. source: hosted
  83. version: "2.1.4"
  84. matcher:
  85. dependency: transitive
  86. description:
  87. name: matcher
  88. url: "https://pub.dartlang.org"
  89. source: hosted
  90. version: "0.12.6"
  91. meta:
  92. dependency: transitive
  93. description:
  94. name: meta
  95. url: "https://pub.dartlang.org"
  96. source: hosted
  97. version: "1.1.8"
  98. path:
  99. dependency: transitive
  100. description:
  101. name: path
  102. url: "https://pub.dartlang.org"
  103. source: hosted
  104. version: "1.6.4"
  105. pedantic:
  106. dependency: transitive
  107. description:
  108. name: pedantic
  109. url: "https://pub.dartlang.org"
  110. source: hosted
  111. version: "1.8.0+1"
  112. petitparser:
  113. dependency: transitive
  114. description:
  115. name: petitparser
  116. url: "https://pub.dartlang.org"
  117. source: hosted
  118. version: "2.4.0"
  119. quiver:
  120. dependency: transitive
  121. description:
  122. name: quiver
  123. url: "https://pub.dartlang.org"
  124. source: hosted
  125. version: "2.0.5"
  126. sky_engine:
  127. dependency: transitive
  128. description: flutter
  129. source: sdk
  130. version: "0.0.99"
  131. source_span:
  132. dependency: transitive
  133. description:
  134. name: source_span
  135. url: "https://pub.dartlang.org"
  136. source: hosted
  137. version: "1.5.5"
  138. stack_trace:
  139. dependency: transitive
  140. description:
  141. name: stack_trace
  142. url: "https://pub.dartlang.org"
  143. source: hosted
  144. version: "1.9.3"
  145. stream_channel:
  146. dependency: transitive
  147. description:
  148. name: stream_channel
  149. url: "https://pub.dartlang.org"
  150. source: hosted
  151. version: "2.0.0"
  152. string_scanner:
  153. dependency: transitive
  154. description:
  155. name: string_scanner
  156. url: "https://pub.dartlang.org"
  157. source: hosted
  158. version: "1.0.5"
  159. term_glyph:
  160. dependency: transitive
  161. description:
  162. name: term_glyph
  163. url: "https://pub.dartlang.org"
  164. source: hosted
  165. version: "1.1.0"
  166. test_api:
  167. dependency: transitive
  168. description:
  169. name: test_api
  170. url: "https://pub.dartlang.org"
  171. source: hosted
  172. version: "0.2.11"
  173. typed_data:
  174. dependency: transitive
  175. description:
  176. name: typed_data
  177. url: "https://pub.dartlang.org"
  178. source: hosted
  179. version: "1.1.6"
  180. vector_math:
  181. dependency: transitive
  182. description:
  183. name: vector_math
  184. url: "https://pub.dartlang.org"
  185. source: hosted
  186. version: "2.0.8"
  187. xml:
  188. dependency: transitive
  189. description:
  190. name: xml
  191. url: "https://pub.dartlang.org"
  192. source: hosted
  193. version: "3.5.0"
  194. sdks:
  195. dart: ">=2.4.0 <3.0.0"
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...