pubspec.lock 9.1 KB

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