Encrypted messaging app
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.

432 lines
9.9 KiB

  1. # Generated by pub
  2. # See https://dart.dev/tools/pub/glossary#lockfile
  3. packages:
  4. asn1lib:
  5. dependency: "direct main"
  6. description:
  7. name: asn1lib
  8. url: "https://pub.dartlang.org"
  9. source: hosted
  10. version: "1.1.0"
  11. async:
  12. dependency: transitive
  13. description:
  14. name: async
  15. url: "https://pub.dartlang.org"
  16. source: hosted
  17. version: "2.8.2"
  18. boolean_selector:
  19. dependency: transitive
  20. description:
  21. name: boolean_selector
  22. url: "https://pub.dartlang.org"
  23. source: hosted
  24. version: "2.1.0"
  25. characters:
  26. dependency: transitive
  27. description:
  28. name: characters
  29. url: "https://pub.dartlang.org"
  30. source: hosted
  31. version: "1.2.0"
  32. charcode:
  33. dependency: transitive
  34. description:
  35. name: charcode
  36. url: "https://pub.dartlang.org"
  37. source: hosted
  38. version: "1.3.1"
  39. clock:
  40. dependency: transitive
  41. description:
  42. name: clock
  43. url: "https://pub.dartlang.org"
  44. source: hosted
  45. version: "1.1.0"
  46. collection:
  47. dependency: transitive
  48. description:
  49. name: collection
  50. url: "https://pub.dartlang.org"
  51. source: hosted
  52. version: "1.16.0"
  53. convert:
  54. dependency: transitive
  55. description:
  56. name: convert
  57. url: "https://pub.dartlang.org"
  58. source: hosted
  59. version: "3.0.1"
  60. crypto:
  61. dependency: transitive
  62. description:
  63. name: crypto
  64. url: "https://pub.dartlang.org"
  65. source: hosted
  66. version: "3.0.2"
  67. cupertino_icons:
  68. dependency: "direct main"
  69. description:
  70. name: cupertino_icons
  71. url: "https://pub.dartlang.org"
  72. source: hosted
  73. version: "1.0.4"
  74. fake_async:
  75. dependency: transitive
  76. description:
  77. name: fake_async
  78. url: "https://pub.dartlang.org"
  79. source: hosted
  80. version: "1.3.0"
  81. ffi:
  82. dependency: transitive
  83. description:
  84. name: ffi
  85. url: "https://pub.dartlang.org"
  86. source: hosted
  87. version: "1.2.1"
  88. file:
  89. dependency: transitive
  90. description:
  91. name: file
  92. url: "https://pub.dartlang.org"
  93. source: hosted
  94. version: "6.1.2"
  95. flutter:
  96. dependency: "direct main"
  97. description: flutter
  98. source: sdk
  99. version: "0.0.0"
  100. flutter_dotenv:
  101. dependency: "direct main"
  102. description:
  103. name: flutter_dotenv
  104. url: "https://pub.dartlang.org"
  105. source: hosted
  106. version: "5.0.2"
  107. flutter_lints:
  108. dependency: "direct dev"
  109. description:
  110. name: flutter_lints
  111. url: "https://pub.dartlang.org"
  112. source: hosted
  113. version: "1.0.4"
  114. flutter_test:
  115. dependency: "direct dev"
  116. description: flutter
  117. source: sdk
  118. version: "0.0.0"
  119. flutter_web_plugins:
  120. dependency: transitive
  121. description: flutter
  122. source: sdk
  123. version: "0.0.0"
  124. font_awesome_flutter:
  125. dependency: "direct main"
  126. description:
  127. name: font_awesome_flutter
  128. url: "https://pub.dartlang.org"
  129. source: hosted
  130. version: "10.1.0"
  131. http:
  132. dependency: "direct main"
  133. description:
  134. name: http
  135. url: "https://pub.dartlang.org"
  136. source: hosted
  137. version: "0.13.4"
  138. http_parser:
  139. dependency: transitive
  140. description:
  141. name: http_parser
  142. url: "https://pub.dartlang.org"
  143. source: hosted
  144. version: "4.0.1"
  145. intl:
  146. dependency: "direct main"
  147. description:
  148. name: intl
  149. url: "https://pub.dartlang.org"
  150. source: hosted
  151. version: "0.17.0"
  152. js:
  153. dependency: transitive
  154. description:
  155. name: js
  156. url: "https://pub.dartlang.org"
  157. source: hosted
  158. version: "0.6.4"
  159. lints:
  160. dependency: transitive
  161. description:
  162. name: lints
  163. url: "https://pub.dartlang.org"
  164. source: hosted
  165. version: "1.0.1"
  166. matcher:
  167. dependency: transitive
  168. description:
  169. name: matcher
  170. url: "https://pub.dartlang.org"
  171. source: hosted
  172. version: "0.12.11"
  173. material_color_utilities:
  174. dependency: transitive
  175. description:
  176. name: material_color_utilities
  177. url: "https://pub.dartlang.org"
  178. source: hosted
  179. version: "0.1.4"
  180. meta:
  181. dependency: transitive
  182. description:
  183. name: meta
  184. url: "https://pub.dartlang.org"
  185. source: hosted
  186. version: "1.7.0"
  187. path:
  188. dependency: "direct main"
  189. description:
  190. name: path
  191. url: "https://pub.dartlang.org"
  192. source: hosted
  193. version: "1.8.1"
  194. path_provider_linux:
  195. dependency: transitive
  196. description:
  197. name: path_provider_linux
  198. url: "https://pub.dartlang.org"
  199. source: hosted
  200. version: "2.1.6"
  201. path_provider_platform_interface:
  202. dependency: transitive
  203. description:
  204. name: path_provider_platform_interface
  205. url: "https://pub.dartlang.org"
  206. source: hosted
  207. version: "2.0.4"
  208. path_provider_windows:
  209. dependency: transitive
  210. description:
  211. name: path_provider_windows
  212. url: "https://pub.dartlang.org"
  213. source: hosted
  214. version: "2.0.6"
  215. platform:
  216. dependency: transitive
  217. description:
  218. name: platform
  219. url: "https://pub.dartlang.org"
  220. source: hosted
  221. version: "3.1.0"
  222. plugin_platform_interface:
  223. dependency: transitive
  224. description:
  225. name: plugin_platform_interface
  226. url: "https://pub.dartlang.org"
  227. source: hosted
  228. version: "2.1.2"
  229. pointycastle:
  230. dependency: "direct main"
  231. description:
  232. name: pointycastle
  233. url: "https://pub.dartlang.org"
  234. source: hosted
  235. version: "3.5.2"
  236. process:
  237. dependency: transitive
  238. description:
  239. name: process
  240. url: "https://pub.dartlang.org"
  241. source: hosted
  242. version: "4.2.4"
  243. qr:
  244. dependency: transitive
  245. description:
  246. name: qr
  247. url: "https://pub.dartlang.org"
  248. source: hosted
  249. version: "2.1.0"
  250. qr_code_scanner:
  251. dependency: "direct main"
  252. description:
  253. name: qr_code_scanner
  254. url: "https://pub.dartlang.org"
  255. source: hosted
  256. version: "1.0.1"
  257. qr_flutter:
  258. dependency: "direct main"
  259. description:
  260. name: qr_flutter
  261. url: "https://pub.dartlang.org"
  262. source: hosted
  263. version: "4.0.0"
  264. shared_preferences:
  265. dependency: "direct main"
  266. description:
  267. name: shared_preferences
  268. url: "https://pub.dartlang.org"
  269. source: hosted
  270. version: "2.0.15"
  271. shared_preferences_android:
  272. dependency: transitive
  273. description:
  274. name: shared_preferences_android
  275. url: "https://pub.dartlang.org"
  276. source: hosted
  277. version: "2.0.12"
  278. shared_preferences_ios:
  279. dependency: transitive
  280. description:
  281. name: shared_preferences_ios
  282. url: "https://pub.dartlang.org"
  283. source: hosted
  284. version: "2.1.1"
  285. shared_preferences_linux:
  286. dependency: transitive
  287. description:
  288. name: shared_preferences_linux
  289. url: "https://pub.dartlang.org"
  290. source: hosted
  291. version: "2.1.1"
  292. shared_preferences_macos:
  293. dependency: transitive
  294. description:
  295. name: shared_preferences_macos
  296. url: "https://pub.dartlang.org"
  297. source: hosted
  298. version: "2.0.4"
  299. shared_preferences_platform_interface:
  300. dependency: transitive
  301. description:
  302. name: shared_preferences_platform_interface
  303. url: "https://pub.dartlang.org"
  304. source: hosted
  305. version: "2.0.0"
  306. shared_preferences_web:
  307. dependency: transitive
  308. description:
  309. name: shared_preferences_web
  310. url: "https://pub.dartlang.org"
  311. source: hosted
  312. version: "2.0.4"
  313. shared_preferences_windows:
  314. dependency: transitive
  315. description:
  316. name: shared_preferences_windows
  317. url: "https://pub.dartlang.org"
  318. source: hosted
  319. version: "2.1.1"
  320. sky_engine:
  321. dependency: transitive
  322. description: flutter
  323. source: sdk
  324. version: "0.0.99"
  325. sliding_up_panel:
  326. dependency: "direct main"
  327. description:
  328. name: sliding_up_panel
  329. url: "https://pub.dartlang.org"
  330. source: hosted
  331. version: "2.0.0+1"
  332. source_span:
  333. dependency: transitive
  334. description:
  335. name: source_span
  336. url: "https://pub.dartlang.org"
  337. source: hosted
  338. version: "1.8.2"
  339. sqflite:
  340. dependency: "direct main"
  341. description:
  342. name: sqflite
  343. url: "https://pub.dartlang.org"
  344. source: hosted
  345. version: "2.0.2+1"
  346. sqflite_common:
  347. dependency: transitive
  348. description:
  349. name: sqflite_common
  350. url: "https://pub.dartlang.org"
  351. source: hosted
  352. version: "2.2.1+1"
  353. stack_trace:
  354. dependency: transitive
  355. description:
  356. name: stack_trace
  357. url: "https://pub.dartlang.org"
  358. source: hosted
  359. version: "1.10.0"
  360. stream_channel:
  361. dependency: transitive
  362. description:
  363. name: stream_channel
  364. url: "https://pub.dartlang.org"
  365. source: hosted
  366. version: "2.1.0"
  367. string_scanner:
  368. dependency: transitive
  369. description:
  370. name: string_scanner
  371. url: "https://pub.dartlang.org"
  372. source: hosted
  373. version: "1.1.0"
  374. synchronized:
  375. dependency: transitive
  376. description:
  377. name: synchronized
  378. url: "https://pub.dartlang.org"
  379. source: hosted
  380. version: "3.0.0+2"
  381. term_glyph:
  382. dependency: transitive
  383. description:
  384. name: term_glyph
  385. url: "https://pub.dartlang.org"
  386. source: hosted
  387. version: "1.2.0"
  388. test_api:
  389. dependency: transitive
  390. description:
  391. name: test_api
  392. url: "https://pub.dartlang.org"
  393. source: hosted
  394. version: "0.4.9"
  395. typed_data:
  396. dependency: transitive
  397. description:
  398. name: typed_data
  399. url: "https://pub.dartlang.org"
  400. source: hosted
  401. version: "1.3.0"
  402. uuid:
  403. dependency: "direct main"
  404. description:
  405. name: uuid
  406. url: "https://pub.dartlang.org"
  407. source: hosted
  408. version: "3.0.6"
  409. vector_math:
  410. dependency: transitive
  411. description:
  412. name: vector_math
  413. url: "https://pub.dartlang.org"
  414. source: hosted
  415. version: "2.1.2"
  416. win32:
  417. dependency: transitive
  418. description:
  419. name: win32
  420. url: "https://pub.dartlang.org"
  421. source: hosted
  422. version: "2.5.2"
  423. xdg_directories:
  424. dependency: transitive
  425. description:
  426. name: xdg_directories
  427. url: "https://pub.dartlang.org"
  428. source: hosted
  429. version: "0.2.0+1"
  430. sdks:
  431. dart: ">=2.17.0 <3.0.0"
  432. flutter: ">=2.8.0"