pubspec.lock 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453
  1. # Generated by pub
  2. # See https://dart.dev/tools/pub/glossary#lockfile
  3. packages:
  4. async:
  5. dependency: transitive
  6. description:
  7. name: async
  8. url: "https://pub.dartlang.org"
  9. source: hosted
  10. version: "2.4.1"
  11. boolean_selector:
  12. dependency: transitive
  13. description:
  14. name: boolean_selector
  15. url: "https://pub.dartlang.org"
  16. source: hosted
  17. version: "2.0.0"
  18. cached_network_image:
  19. dependency: "direct main"
  20. description:
  21. name: cached_network_image
  22. url: "https://pub.dartlang.org"
  23. source: hosted
  24. version: "2.2.0+1"
  25. charcode:
  26. dependency: transitive
  27. description:
  28. name: charcode
  29. url: "https://pub.dartlang.org"
  30. source: hosted
  31. version: "1.1.3"
  32. chewie:
  33. dependency: transitive
  34. description:
  35. name: chewie
  36. url: "https://pub.dartlang.org"
  37. source: hosted
  38. version: "0.9.10"
  39. chewie_audio:
  40. dependency: transitive
  41. description:
  42. name: chewie_audio
  43. url: "https://pub.dartlang.org"
  44. source: hosted
  45. version: "1.0.0+1"
  46. clock:
  47. dependency: transitive
  48. description:
  49. name: clock
  50. url: "https://pub.dartlang.org"
  51. source: hosted
  52. version: "1.0.1"
  53. collection:
  54. dependency: transitive
  55. description:
  56. name: collection
  57. url: "https://pub.dartlang.org"
  58. source: hosted
  59. version: "1.14.12"
  60. convert:
  61. dependency: transitive
  62. description:
  63. name: convert
  64. url: "https://pub.dartlang.org"
  65. source: hosted
  66. version: "2.1.1"
  67. crypto:
  68. dependency: transitive
  69. description:
  70. name: crypto
  71. url: "https://pub.dartlang.org"
  72. source: hosted
  73. version: "2.1.5"
  74. css_colors:
  75. dependency: transitive
  76. description:
  77. name: css_colors
  78. url: "https://pub.dartlang.org"
  79. source: hosted
  80. version: "1.0.2"
  81. csslib:
  82. dependency: transitive
  83. description:
  84. name: csslib
  85. url: "https://pub.dartlang.org"
  86. source: hosted
  87. version: "0.16.1"
  88. cupertino_icons:
  89. dependency: "direct main"
  90. description:
  91. name: cupertino_icons
  92. url: "https://pub.dartlang.org"
  93. source: hosted
  94. version: "0.1.3"
  95. fake_async:
  96. dependency: transitive
  97. description:
  98. name: fake_async
  99. url: "https://pub.dartlang.org"
  100. source: hosted
  101. version: "1.1.0"
  102. file:
  103. dependency: transitive
  104. description:
  105. name: file
  106. url: "https://pub.dartlang.org"
  107. source: hosted
  108. version: "5.1.0"
  109. flutter:
  110. dependency: "direct main"
  111. description: flutter
  112. source: sdk
  113. version: "0.0.0"
  114. flutter_cache_manager:
  115. dependency: transitive
  116. description:
  117. name: flutter_cache_manager
  118. url: "https://pub.dartlang.org"
  119. source: hosted
  120. version: "1.3.0"
  121. flutter_html:
  122. dependency: "direct main"
  123. description:
  124. name: flutter_html
  125. url: "https://pub.dartlang.org"
  126. source: hosted
  127. version: "1.0.0"
  128. flutter_page_indicator:
  129. dependency: transitive
  130. description:
  131. name: flutter_page_indicator
  132. url: "https://pub.dartlang.org"
  133. source: hosted
  134. version: "0.0.3"
  135. flutter_svg:
  136. dependency: transitive
  137. description:
  138. name: flutter_svg
  139. url: "https://pub.dartlang.org"
  140. source: hosted
  141. version: "0.17.4"
  142. flutter_swiper:
  143. dependency: "direct main"
  144. description:
  145. name: flutter_swiper
  146. url: "https://pub.dartlang.org"
  147. source: hosted
  148. version: "1.1.6"
  149. flutter_test:
  150. dependency: "direct dev"
  151. description: flutter
  152. source: sdk
  153. version: "0.0.0"
  154. flutter_web_plugins:
  155. dependency: transitive
  156. description: flutter
  157. source: sdk
  158. version: "0.0.0"
  159. html:
  160. dependency: transitive
  161. description:
  162. name: html
  163. url: "https://pub.dartlang.org"
  164. source: hosted
  165. version: "0.14.0+3"
  166. http:
  167. dependency: transitive
  168. description:
  169. name: http
  170. url: "https://pub.dartlang.org"
  171. source: hosted
  172. version: "0.12.1"
  173. http_parser:
  174. dependency: transitive
  175. description:
  176. name: http_parser
  177. url: "https://pub.dartlang.org"
  178. source: hosted
  179. version: "3.1.4"
  180. intl:
  181. dependency: transitive
  182. description:
  183. name: intl
  184. url: "https://pub.dartlang.org"
  185. source: hosted
  186. version: "0.16.1"
  187. matcher:
  188. dependency: transitive
  189. description:
  190. name: matcher
  191. url: "https://pub.dartlang.org"
  192. source: hosted
  193. version: "0.12.6"
  194. meta:
  195. dependency: transitive
  196. description:
  197. name: meta
  198. url: "https://pub.dartlang.org"
  199. source: hosted
  200. version: "1.1.8"
  201. open_iconic_flutter:
  202. dependency: transitive
  203. description:
  204. name: open_iconic_flutter
  205. url: "https://pub.dartlang.org"
  206. source: hosted
  207. version: "0.3.0"
  208. path:
  209. dependency: transitive
  210. description:
  211. name: path
  212. url: "https://pub.dartlang.org"
  213. source: hosted
  214. version: "1.7.0"
  215. path_drawing:
  216. dependency: transitive
  217. description:
  218. name: path_drawing
  219. url: "https://pub.dartlang.org"
  220. source: hosted
  221. version: "0.4.1"
  222. path_parsing:
  223. dependency: transitive
  224. description:
  225. name: path_parsing
  226. url: "https://pub.dartlang.org"
  227. source: hosted
  228. version: "0.1.4"
  229. path_provider:
  230. dependency: transitive
  231. description:
  232. name: path_provider
  233. url: "https://pub.dartlang.org"
  234. source: hosted
  235. version: "1.6.10"
  236. path_provider_linux:
  237. dependency: transitive
  238. description:
  239. name: path_provider_linux
  240. url: "https://pub.dartlang.org"
  241. source: hosted
  242. version: "0.0.1+1"
  243. path_provider_macos:
  244. dependency: transitive
  245. description:
  246. name: path_provider_macos
  247. url: "https://pub.dartlang.org"
  248. source: hosted
  249. version: "0.0.4+3"
  250. path_provider_platform_interface:
  251. dependency: transitive
  252. description:
  253. name: path_provider_platform_interface
  254. url: "https://pub.dartlang.org"
  255. source: hosted
  256. version: "1.0.2"
  257. pedantic:
  258. dependency: transitive
  259. description:
  260. name: pedantic
  261. url: "https://pub.dartlang.org"
  262. source: hosted
  263. version: "1.9.0"
  264. petitparser:
  265. dependency: transitive
  266. description:
  267. name: petitparser
  268. url: "https://pub.dartlang.org"
  269. source: hosted
  270. version: "3.0.4"
  271. platform:
  272. dependency: transitive
  273. description:
  274. name: platform
  275. url: "https://pub.dartlang.org"
  276. source: hosted
  277. version: "2.2.1"
  278. plugin_platform_interface:
  279. dependency: transitive
  280. description:
  281. name: plugin_platform_interface
  282. url: "https://pub.dartlang.org"
  283. source: hosted
  284. version: "1.0.2"
  285. process:
  286. dependency: transitive
  287. description:
  288. name: process
  289. url: "https://pub.dartlang.org"
  290. source: hosted
  291. version: "3.0.13"
  292. rxdart:
  293. dependency: transitive
  294. description:
  295. name: rxdart
  296. url: "https://pub.dartlang.org"
  297. source: hosted
  298. version: "0.24.1"
  299. screen:
  300. dependency: transitive
  301. description:
  302. name: screen
  303. url: "https://pub.dartlang.org"
  304. source: hosted
  305. version: "0.0.5"
  306. sky_engine:
  307. dependency: transitive
  308. description: flutter
  309. source: sdk
  310. version: "0.0.99"
  311. source_span:
  312. dependency: transitive
  313. description:
  314. name: source_span
  315. url: "https://pub.dartlang.org"
  316. source: hosted
  317. version: "1.7.0"
  318. sqflite:
  319. dependency: transitive
  320. description:
  321. name: sqflite
  322. url: "https://pub.dartlang.org"
  323. source: hosted
  324. version: "1.3.0+2"
  325. sqflite_common:
  326. dependency: transitive
  327. description:
  328. name: sqflite_common
  329. url: "https://pub.dartlang.org"
  330. source: hosted
  331. version: "1.0.1"
  332. stack_trace:
  333. dependency: transitive
  334. description:
  335. name: stack_trace
  336. url: "https://pub.dartlang.org"
  337. source: hosted
  338. version: "1.9.3"
  339. stream_channel:
  340. dependency: transitive
  341. description:
  342. name: stream_channel
  343. url: "https://pub.dartlang.org"
  344. source: hosted
  345. version: "2.0.0"
  346. string_scanner:
  347. dependency: transitive
  348. description:
  349. name: string_scanner
  350. url: "https://pub.dartlang.org"
  351. source: hosted
  352. version: "1.0.5"
  353. synchronized:
  354. dependency: transitive
  355. description:
  356. name: synchronized
  357. url: "https://pub.dartlang.org"
  358. source: hosted
  359. version: "2.2.0"
  360. term_glyph:
  361. dependency: transitive
  362. description:
  363. name: term_glyph
  364. url: "https://pub.dartlang.org"
  365. source: hosted
  366. version: "1.1.0"
  367. test_api:
  368. dependency: transitive
  369. description:
  370. name: test_api
  371. url: "https://pub.dartlang.org"
  372. source: hosted
  373. version: "0.2.16"
  374. transformer_page_view:
  375. dependency: transitive
  376. description:
  377. name: transformer_page_view
  378. url: "https://pub.dartlang.org"
  379. source: hosted
  380. version: "0.1.6"
  381. typed_data:
  382. dependency: transitive
  383. description:
  384. name: typed_data
  385. url: "https://pub.dartlang.org"
  386. source: hosted
  387. version: "1.1.6"
  388. uuid:
  389. dependency: transitive
  390. description:
  391. name: uuid
  392. url: "https://pub.dartlang.org"
  393. source: hosted
  394. version: "2.0.4"
  395. vector_math:
  396. dependency: transitive
  397. description:
  398. name: vector_math
  399. url: "https://pub.dartlang.org"
  400. source: hosted
  401. version: "2.0.8"
  402. video_player:
  403. dependency: transitive
  404. description:
  405. name: video_player
  406. url: "https://pub.dartlang.org"
  407. source: hosted
  408. version: "0.10.11+1"
  409. video_player_platform_interface:
  410. dependency: transitive
  411. description:
  412. name: video_player_platform_interface
  413. url: "https://pub.dartlang.org"
  414. source: hosted
  415. version: "2.0.2"
  416. video_player_web:
  417. dependency: transitive
  418. description:
  419. name: video_player_web
  420. url: "https://pub.dartlang.org"
  421. source: hosted
  422. version: "0.1.3+1"
  423. wakelock:
  424. dependency: "direct main"
  425. description:
  426. name: wakelock
  427. url: "https://pub.dartlang.org"
  428. source: hosted
  429. version: "0.1.4+1"
  430. webview_flutter:
  431. dependency: transitive
  432. description:
  433. name: webview_flutter
  434. url: "https://pub.dartlang.org"
  435. source: hosted
  436. version: "0.3.22+1"
  437. xdg_directories:
  438. dependency: transitive
  439. description:
  440. name: xdg_directories
  441. url: "https://pub.dartlang.org"
  442. source: hosted
  443. version: "0.1.0"
  444. xml:
  445. dependency: transitive
  446. description:
  447. name: xml
  448. url: "https://pub.dartlang.org"
  449. source: hosted
  450. version: "3.7.0"
  451. sdks:
  452. dart: ">=2.7.0 <3.0.0"
  453. flutter: ">=1.17.0 <2.0.0"