pubspec.lock 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  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.16.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.5"
  53. fake_async:
  54. dependency: transitive
  55. description:
  56. name: fake_async
  57. url: "https://pub.dartlang.org"
  58. source: hosted
  59. version: "1.3.0"
  60. flowy_editor:
  61. dependency: "direct main"
  62. description:
  63. path: ".."
  64. relative: true
  65. source: path
  66. version: "0.0.1"
  67. flutter:
  68. dependency: "direct main"
  69. description: flutter
  70. source: sdk
  71. version: "0.0.0"
  72. flutter_lints:
  73. dependency: "direct dev"
  74. description:
  75. name: flutter_lints
  76. url: "https://pub.dartlang.org"
  77. source: hosted
  78. version: "2.0.1"
  79. flutter_svg:
  80. dependency: transitive
  81. description:
  82. name: flutter_svg
  83. url: "https://pub.dartlang.org"
  84. source: hosted
  85. version: "1.1.1+1"
  86. flutter_test:
  87. dependency: "direct dev"
  88. description: flutter
  89. source: sdk
  90. version: "0.0.0"
  91. flutter_web_plugins:
  92. dependency: transitive
  93. description: flutter
  94. source: sdk
  95. version: "0.0.0"
  96. js:
  97. dependency: transitive
  98. description:
  99. name: js
  100. url: "https://pub.dartlang.org"
  101. source: hosted
  102. version: "0.6.4"
  103. lints:
  104. dependency: transitive
  105. description:
  106. name: lints
  107. url: "https://pub.dartlang.org"
  108. source: hosted
  109. version: "2.0.0"
  110. matcher:
  111. dependency: transitive
  112. description:
  113. name: matcher
  114. url: "https://pub.dartlang.org"
  115. source: hosted
  116. version: "0.12.11"
  117. material_color_utilities:
  118. dependency: transitive
  119. description:
  120. name: material_color_utilities
  121. url: "https://pub.dartlang.org"
  122. source: hosted
  123. version: "0.1.4"
  124. meta:
  125. dependency: transitive
  126. description:
  127. name: meta
  128. url: "https://pub.dartlang.org"
  129. source: hosted
  130. version: "1.7.0"
  131. nested:
  132. dependency: transitive
  133. description:
  134. name: nested
  135. url: "https://pub.dartlang.org"
  136. source: hosted
  137. version: "1.0.0"
  138. path:
  139. dependency: transitive
  140. description:
  141. name: path
  142. url: "https://pub.dartlang.org"
  143. source: hosted
  144. version: "1.8.1"
  145. path_drawing:
  146. dependency: transitive
  147. description:
  148. name: path_drawing
  149. url: "https://pub.dartlang.org"
  150. source: hosted
  151. version: "1.0.0"
  152. path_parsing:
  153. dependency: transitive
  154. description:
  155. name: path_parsing
  156. url: "https://pub.dartlang.org"
  157. source: hosted
  158. version: "1.0.0"
  159. petitparser:
  160. dependency: transitive
  161. description:
  162. name: petitparser
  163. url: "https://pub.dartlang.org"
  164. source: hosted
  165. version: "5.0.0"
  166. plugin_platform_interface:
  167. dependency: transitive
  168. description:
  169. name: plugin_platform_interface
  170. url: "https://pub.dartlang.org"
  171. source: hosted
  172. version: "2.1.2"
  173. provider:
  174. dependency: "direct main"
  175. description:
  176. name: provider
  177. url: "https://pub.dartlang.org"
  178. source: hosted
  179. version: "6.0.3"
  180. sky_engine:
  181. dependency: transitive
  182. description: flutter
  183. source: sdk
  184. version: "0.0.99"
  185. source_span:
  186. dependency: transitive
  187. description:
  188. name: source_span
  189. url: "https://pub.dartlang.org"
  190. source: hosted
  191. version: "1.8.2"
  192. stack_trace:
  193. dependency: transitive
  194. description:
  195. name: stack_trace
  196. url: "https://pub.dartlang.org"
  197. source: hosted
  198. version: "1.10.0"
  199. stream_channel:
  200. dependency: transitive
  201. description:
  202. name: stream_channel
  203. url: "https://pub.dartlang.org"
  204. source: hosted
  205. version: "2.1.0"
  206. string_scanner:
  207. dependency: transitive
  208. description:
  209. name: string_scanner
  210. url: "https://pub.dartlang.org"
  211. source: hosted
  212. version: "1.1.0"
  213. term_glyph:
  214. dependency: transitive
  215. description:
  216. name: term_glyph
  217. url: "https://pub.dartlang.org"
  218. source: hosted
  219. version: "1.2.0"
  220. test_api:
  221. dependency: transitive
  222. description:
  223. name: test_api
  224. url: "https://pub.dartlang.org"
  225. source: hosted
  226. version: "0.4.9"
  227. url_launcher:
  228. dependency: "direct main"
  229. description:
  230. name: url_launcher
  231. url: "https://pub.dartlang.org"
  232. source: hosted
  233. version: "6.1.5"
  234. url_launcher_android:
  235. dependency: transitive
  236. description:
  237. name: url_launcher_android
  238. url: "https://pub.dartlang.org"
  239. source: hosted
  240. version: "6.0.17"
  241. url_launcher_ios:
  242. dependency: transitive
  243. description:
  244. name: url_launcher_ios
  245. url: "https://pub.dartlang.org"
  246. source: hosted
  247. version: "6.0.17"
  248. url_launcher_linux:
  249. dependency: transitive
  250. description:
  251. name: url_launcher_linux
  252. url: "https://pub.dartlang.org"
  253. source: hosted
  254. version: "3.0.1"
  255. url_launcher_macos:
  256. dependency: transitive
  257. description:
  258. name: url_launcher_macos
  259. url: "https://pub.dartlang.org"
  260. source: hosted
  261. version: "3.0.1"
  262. url_launcher_platform_interface:
  263. dependency: transitive
  264. description:
  265. name: url_launcher_platform_interface
  266. url: "https://pub.dartlang.org"
  267. source: hosted
  268. version: "2.1.0"
  269. url_launcher_web:
  270. dependency: transitive
  271. description:
  272. name: url_launcher_web
  273. url: "https://pub.dartlang.org"
  274. source: hosted
  275. version: "2.0.12"
  276. url_launcher_windows:
  277. dependency: transitive
  278. description:
  279. name: url_launcher_windows
  280. url: "https://pub.dartlang.org"
  281. source: hosted
  282. version: "3.0.1"
  283. vector_math:
  284. dependency: transitive
  285. description:
  286. name: vector_math
  287. url: "https://pub.dartlang.org"
  288. source: hosted
  289. version: "2.1.2"
  290. xml:
  291. dependency: transitive
  292. description:
  293. name: xml
  294. url: "https://pub.dartlang.org"
  295. source: hosted
  296. version: "6.1.0"
  297. sdks:
  298. dart: ">=2.17.0 <3.0.0"
  299. flutter: ">=2.11.0-0.1.pre"