Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pubspec.lock 9.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  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: "3.3.4"
  11. args:
  12. dependency: transitive
  13. description:
  14. name: args
  15. url: "https://pub.dartlang.org"
  16. source: hosted
  17. version: "2.3.1"
  18. async:
  19. dependency: transitive
  20. description:
  21. name: async
  22. url: "https://pub.dartlang.org"
  23. source: hosted
  24. version: "2.9.0"
  25. boolean_selector:
  26. dependency: transitive
  27. description:
  28. name: boolean_selector
  29. url: "https://pub.dartlang.org"
  30. source: hosted
  31. version: "2.1.0"
  32. characters:
  33. dependency: transitive
  34. description:
  35. name: characters
  36. url: "https://pub.dartlang.org"
  37. source: hosted
  38. version: "1.2.1"
  39. checked_yaml:
  40. dependency: transitive
  41. description:
  42. name: checked_yaml
  43. url: "https://pub.dartlang.org"
  44. source: hosted
  45. version: "2.0.1"
  46. cli_util:
  47. dependency: transitive
  48. description:
  49. name: cli_util
  50. url: "https://pub.dartlang.org"
  51. source: hosted
  52. version: "0.3.5"
  53. clock:
  54. dependency: transitive
  55. description:
  56. name: clock
  57. url: "https://pub.dartlang.org"
  58. source: hosted
  59. version: "1.1.1"
  60. collection:
  61. dependency: transitive
  62. description:
  63. name: collection
  64. url: "https://pub.dartlang.org"
  65. source: hosted
  66. version: "1.16.0"
  67. convert:
  68. dependency: transitive
  69. description:
  70. name: convert
  71. url: "https://pub.dartlang.org"
  72. source: hosted
  73. version: "3.1.1"
  74. crypto:
  75. dependency: transitive
  76. description:
  77. name: crypto
  78. url: "https://pub.dartlang.org"
  79. source: hosted
  80. version: "3.0.2"
  81. cupertino_icons:
  82. dependency: "direct main"
  83. description:
  84. name: cupertino_icons
  85. url: "https://pub.dartlang.org"
  86. source: hosted
  87. version: "1.0.5"
  88. fake_async:
  89. dependency: transitive
  90. description:
  91. name: fake_async
  92. url: "https://pub.dartlang.org"
  93. source: hosted
  94. version: "1.3.1"
  95. ffi:
  96. dependency: transitive
  97. description:
  98. name: ffi
  99. url: "https://pub.dartlang.org"
  100. source: hosted
  101. version: "2.0.1"
  102. file:
  103. dependency: transitive
  104. description:
  105. name: file
  106. url: "https://pub.dartlang.org"
  107. source: hosted
  108. version: "6.1.4"
  109. flutter:
  110. dependency: "direct main"
  111. description: flutter
  112. source: sdk
  113. version: "0.0.0"
  114. flutter_launcher_icons:
  115. dependency: "direct main"
  116. description:
  117. name: flutter_launcher_icons
  118. url: "https://pub.dartlang.org"
  119. source: hosted
  120. version: "0.11.0"
  121. flutter_staggered_grid_view:
  122. dependency: "direct main"
  123. description:
  124. name: flutter_staggered_grid_view
  125. url: "https://pub.dartlang.org"
  126. source: hosted
  127. version: "0.6.2"
  128. flutter_svg:
  129. dependency: "direct main"
  130. description:
  131. name: flutter_svg
  132. url: "https://pub.dartlang.org"
  133. source: hosted
  134. version: "1.1.6"
  135. flutter_test:
  136. dependency: "direct dev"
  137. description: flutter
  138. source: sdk
  139. version: "0.0.0"
  140. google_fonts:
  141. dependency: "direct main"
  142. description:
  143. name: google_fonts
  144. url: "https://pub.dartlang.org"
  145. source: hosted
  146. version: "3.0.1"
  147. http:
  148. dependency: transitive
  149. description:
  150. name: http
  151. url: "https://pub.dartlang.org"
  152. source: hosted
  153. version: "0.13.5"
  154. http_parser:
  155. dependency: transitive
  156. description:
  157. name: http_parser
  158. url: "https://pub.dartlang.org"
  159. source: hosted
  160. version: "4.0.2"
  161. image:
  162. dependency: transitive
  163. description:
  164. name: image
  165. url: "https://pub.dartlang.org"
  166. source: hosted
  167. version: "3.2.2"
  168. js:
  169. dependency: transitive
  170. description:
  171. name: js
  172. url: "https://pub.dartlang.org"
  173. source: hosted
  174. version: "0.6.5"
  175. json_annotation:
  176. dependency: transitive
  177. description:
  178. name: json_annotation
  179. url: "https://pub.dartlang.org"
  180. source: hosted
  181. version: "4.7.0"
  182. matcher:
  183. dependency: transitive
  184. description:
  185. name: matcher
  186. url: "https://pub.dartlang.org"
  187. source: hosted
  188. version: "0.12.12"
  189. material_color_utilities:
  190. dependency: transitive
  191. description:
  192. name: material_color_utilities
  193. url: "https://pub.dartlang.org"
  194. source: hosted
  195. version: "0.1.5"
  196. meta:
  197. dependency: transitive
  198. description:
  199. name: meta
  200. url: "https://pub.dartlang.org"
  201. source: hosted
  202. version: "1.8.0"
  203. path:
  204. dependency: transitive
  205. description:
  206. name: path
  207. url: "https://pub.dartlang.org"
  208. source: hosted
  209. version: "1.8.2"
  210. path_drawing:
  211. dependency: transitive
  212. description:
  213. name: path_drawing
  214. url: "https://pub.dartlang.org"
  215. source: hosted
  216. version: "1.0.1"
  217. path_parsing:
  218. dependency: transitive
  219. description:
  220. name: path_parsing
  221. url: "https://pub.dartlang.org"
  222. source: hosted
  223. version: "1.0.1"
  224. path_provider:
  225. dependency: transitive
  226. description:
  227. name: path_provider
  228. url: "https://pub.dartlang.org"
  229. source: hosted
  230. version: "2.0.11"
  231. path_provider_android:
  232. dependency: transitive
  233. description:
  234. name: path_provider_android
  235. url: "https://pub.dartlang.org"
  236. source: hosted
  237. version: "2.0.21"
  238. path_provider_ios:
  239. dependency: transitive
  240. description:
  241. name: path_provider_ios
  242. url: "https://pub.dartlang.org"
  243. source: hosted
  244. version: "2.0.11"
  245. path_provider_linux:
  246. dependency: transitive
  247. description:
  248. name: path_provider_linux
  249. url: "https://pub.dartlang.org"
  250. source: hosted
  251. version: "2.1.7"
  252. path_provider_macos:
  253. dependency: transitive
  254. description:
  255. name: path_provider_macos
  256. url: "https://pub.dartlang.org"
  257. source: hosted
  258. version: "2.0.6"
  259. path_provider_platform_interface:
  260. dependency: transitive
  261. description:
  262. name: path_provider_platform_interface
  263. url: "https://pub.dartlang.org"
  264. source: hosted
  265. version: "2.0.5"
  266. path_provider_windows:
  267. dependency: transitive
  268. description:
  269. name: path_provider_windows
  270. url: "https://pub.dartlang.org"
  271. source: hosted
  272. version: "2.1.3"
  273. petitparser:
  274. dependency: transitive
  275. description:
  276. name: petitparser
  277. url: "https://pub.dartlang.org"
  278. source: hosted
  279. version: "5.1.0"
  280. platform:
  281. dependency: transitive
  282. description:
  283. name: platform
  284. url: "https://pub.dartlang.org"
  285. source: hosted
  286. version: "3.1.0"
  287. plugin_platform_interface:
  288. dependency: transitive
  289. description:
  290. name: plugin_platform_interface
  291. url: "https://pub.dartlang.org"
  292. source: hosted
  293. version: "2.1.3"
  294. pointycastle:
  295. dependency: transitive
  296. description:
  297. name: pointycastle
  298. url: "https://pub.dartlang.org"
  299. source: hosted
  300. version: "3.6.2"
  301. process:
  302. dependency: transitive
  303. description:
  304. name: process
  305. url: "https://pub.dartlang.org"
  306. source: hosted
  307. version: "4.2.4"
  308. sky_engine:
  309. dependency: transitive
  310. description: flutter
  311. source: sdk
  312. version: "0.0.99"
  313. source_span:
  314. dependency: transitive
  315. description:
  316. name: source_span
  317. url: "https://pub.dartlang.org"
  318. source: hosted
  319. version: "1.9.0"
  320. stack_trace:
  321. dependency: transitive
  322. description:
  323. name: stack_trace
  324. url: "https://pub.dartlang.org"
  325. source: hosted
  326. version: "1.10.0"
  327. stream_channel:
  328. dependency: transitive
  329. description:
  330. name: stream_channel
  331. url: "https://pub.dartlang.org"
  332. source: hosted
  333. version: "2.1.0"
  334. string_scanner:
  335. dependency: transitive
  336. description:
  337. name: string_scanner
  338. url: "https://pub.dartlang.org"
  339. source: hosted
  340. version: "1.1.1"
  341. term_glyph:
  342. dependency: transitive
  343. description:
  344. name: term_glyph
  345. url: "https://pub.dartlang.org"
  346. source: hosted
  347. version: "1.2.1"
  348. test_api:
  349. dependency: transitive
  350. description:
  351. name: test_api
  352. url: "https://pub.dartlang.org"
  353. source: hosted
  354. version: "0.4.12"
  355. typed_data:
  356. dependency: transitive
  357. description:
  358. name: typed_data
  359. url: "https://pub.dartlang.org"
  360. source: hosted
  361. version: "1.3.1"
  362. vector_math:
  363. dependency: transitive
  364. description:
  365. name: vector_math
  366. url: "https://pub.dartlang.org"
  367. source: hosted
  368. version: "2.1.2"
  369. win32:
  370. dependency: transitive
  371. description:
  372. name: win32
  373. url: "https://pub.dartlang.org"
  374. source: hosted
  375. version: "3.1.1"
  376. xdg_directories:
  377. dependency: transitive
  378. description:
  379. name: xdg_directories
  380. url: "https://pub.dartlang.org"
  381. source: hosted
  382. version: "0.2.0+2"
  383. xml:
  384. dependency: transitive
  385. description:
  386. name: xml
  387. url: "https://pub.dartlang.org"
  388. source: hosted
  389. version: "6.1.0"
  390. yaml:
  391. dependency: transitive
  392. description:
  393. name: yaml
  394. url: "https://pub.dartlang.org"
  395. source: hosted
  396. version: "3.1.1"
  397. sdks:
  398. dart: ">=2.18.4 <3.0.0"
  399. flutter: ">=3.0.0"