pubspec.lock 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  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.7.0"
  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.1.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.5.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.10"
  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. path: "."
  219. ref: "0.11.1-bugfix.1"
  220. resolved-ref: "2b1915d8e798d887137397ec66511a14af30dadb"
  221. url: "[email protected]:App-Flowy/photo_view.git"
  222. source: git
  223. version: "0.11.1-bugfix.1"
  224. platform:
  225. dependency: transitive
  226. description:
  227. name: platform
  228. url: "https://pub.dartlang.org"
  229. source: hosted
  230. version: "3.0.0"
  231. plugin_platform_interface:
  232. dependency: transitive
  233. description:
  234. name: plugin_platform_interface
  235. url: "https://pub.dartlang.org"
  236. source: hosted
  237. version: "2.0.0"
  238. process:
  239. dependency: transitive
  240. description:
  241. name: process
  242. url: "https://pub.dartlang.org"
  243. source: hosted
  244. version: "4.2.1"
  245. provider:
  246. dependency: "direct main"
  247. description:
  248. name: provider
  249. url: "https://pub.dartlang.org"
  250. source: hosted
  251. version: "5.0.0"
  252. quiver:
  253. dependency: transitive
  254. description:
  255. name: quiver
  256. url: "https://pub.dartlang.org"
  257. source: hosted
  258. version: "3.0.1"
  259. quiver_hashcode:
  260. dependency: transitive
  261. description:
  262. name: quiver_hashcode
  263. url: "https://pub.dartlang.org"
  264. source: hosted
  265. version: "2.0.0"
  266. sky_engine:
  267. dependency: transitive
  268. description: flutter
  269. source: sdk
  270. version: "0.0.99"
  271. source_span:
  272. dependency: transitive
  273. description:
  274. name: source_span
  275. url: "https://pub.dartlang.org"
  276. source: hosted
  277. version: "1.8.1"
  278. stack_trace:
  279. dependency: transitive
  280. description:
  281. name: stack_trace
  282. url: "https://pub.dartlang.org"
  283. source: hosted
  284. version: "1.10.0"
  285. stream_channel:
  286. dependency: transitive
  287. description:
  288. name: stream_channel
  289. url: "https://pub.dartlang.org"
  290. source: hosted
  291. version: "2.1.0"
  292. string_scanner:
  293. dependency: transitive
  294. description:
  295. name: string_scanner
  296. url: "https://pub.dartlang.org"
  297. source: hosted
  298. version: "1.1.0"
  299. string_validator:
  300. dependency: transitive
  301. description:
  302. name: string_validator
  303. url: "https://pub.dartlang.org"
  304. source: hosted
  305. version: "0.3.0"
  306. term_glyph:
  307. dependency: transitive
  308. description:
  309. name: term_glyph
  310. url: "https://pub.dartlang.org"
  311. source: hosted
  312. version: "1.2.0"
  313. test_api:
  314. dependency: transitive
  315. description:
  316. name: test_api
  317. url: "https://pub.dartlang.org"
  318. source: hosted
  319. version: "0.4.1"
  320. tuple:
  321. dependency: transitive
  322. description:
  323. name: tuple
  324. url: "https://pub.dartlang.org"
  325. source: hosted
  326. version: "2.0.0"
  327. typed_data:
  328. dependency: transitive
  329. description:
  330. name: typed_data
  331. url: "https://pub.dartlang.org"
  332. source: hosted
  333. version: "1.3.0"
  334. url_launcher:
  335. dependency: transitive
  336. description:
  337. name: url_launcher
  338. url: "https://pub.dartlang.org"
  339. source: hosted
  340. version: "6.0.3"
  341. url_launcher_linux:
  342. dependency: transitive
  343. description:
  344. name: url_launcher_linux
  345. url: "https://pub.dartlang.org"
  346. source: hosted
  347. version: "2.0.0"
  348. url_launcher_macos:
  349. dependency: transitive
  350. description:
  351. name: url_launcher_macos
  352. url: "https://pub.dartlang.org"
  353. source: hosted
  354. version: "2.0.0"
  355. url_launcher_platform_interface:
  356. dependency: transitive
  357. description:
  358. name: url_launcher_platform_interface
  359. url: "https://pub.dartlang.org"
  360. source: hosted
  361. version: "2.0.2"
  362. url_launcher_web:
  363. dependency: transitive
  364. description:
  365. name: url_launcher_web
  366. url: "https://pub.dartlang.org"
  367. source: hosted
  368. version: "2.0.0"
  369. url_launcher_windows:
  370. dependency: transitive
  371. description:
  372. name: url_launcher_windows
  373. url: "https://pub.dartlang.org"
  374. source: hosted
  375. version: "2.0.0"
  376. vector_math:
  377. dependency: transitive
  378. description:
  379. name: vector_math
  380. url: "https://pub.dartlang.org"
  381. source: hosted
  382. version: "2.1.0"
  383. win32:
  384. dependency: transitive
  385. description:
  386. name: win32
  387. url: "https://pub.dartlang.org"
  388. source: hosted
  389. version: "2.0.5"
  390. xdg_directories:
  391. dependency: transitive
  392. description:
  393. name: xdg_directories
  394. url: "https://pub.dartlang.org"
  395. source: hosted
  396. version: "0.2.0"
  397. sdks:
  398. dart: ">=2.12.0 <3.0.0"
  399. flutter: ">=1.22.0"