pubspec.lock 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434
  1. # Generated by pub
  2. # See https://dart.dev/tools/pub/glossary#lockfile
  3. packages:
  4. _fe_analyzer_shared:
  5. dependency: transitive
  6. description:
  7. name: _fe_analyzer_shared
  8. url: "https://pub.dartlang.org"
  9. source: hosted
  10. version: "47.0.0"
  11. analyzer:
  12. dependency: transitive
  13. description:
  14. name: analyzer
  15. url: "https://pub.dartlang.org"
  16. source: hosted
  17. version: "4.7.0"
  18. animations:
  19. dependency: transitive
  20. description:
  21. name: animations
  22. url: "https://pub.dartlang.org"
  23. source: hosted
  24. version: "2.0.7"
  25. appflowy_backend:
  26. dependency: "direct main"
  27. description:
  28. path: "packages/appflowy_backend"
  29. relative: true
  30. source: path
  31. version: "0.0.1"
  32. appflowy_board:
  33. dependency: "direct main"
  34. description:
  35. path: "."
  36. ref: a183c57
  37. resolved-ref: a183c57013071cb3192fcf3c9b1eeb89462179b7
  38. url: "https://github.com/AppFlowy-IO/appflowy-board.git"
  39. source: git
  40. version: "0.0.9"
  41. appflowy_editor:
  42. dependency: "direct main"
  43. description:
  44. path: "packages/appflowy_editor"
  45. relative: true
  46. source: path
  47. version: "0.0.9"
  48. appflowy_editor_plugins:
  49. dependency: "direct main"
  50. description:
  51. path: "packages/appflowy_editor_plugins"
  52. relative: true
  53. source: path
  54. version: "0.0.1"
  55. appflowy_popover:
  56. dependency: "direct main"
  57. description:
  58. path: "packages/appflowy_popover"
  59. relative: true
  60. source: path
  61. version: "0.0.1"
  62. archive:
  63. dependency: transitive
  64. description:
  65. name: archive
  66. url: "https://pub.dartlang.org"
  67. source: hosted
  68. version: "3.3.0"
  69. args:
  70. dependency: transitive
  71. description:
  72. name: args
  73. url: "https://pub.dartlang.org"
  74. source: hosted
  75. version: "2.4.0"
  76. async:
  77. dependency: transitive
  78. description:
  79. name: async
  80. url: "https://pub.dartlang.org"
  81. source: hosted
  82. version: "2.9.0"
  83. bloc:
  84. dependency: "direct main"
  85. description:
  86. name: bloc
  87. url: "https://pub.dartlang.org"
  88. source: hosted
  89. version: "8.1.1"
  90. bloc_test:
  91. dependency: "direct dev"
  92. description:
  93. name: bloc_test
  94. url: "https://pub.dartlang.org"
  95. source: hosted
  96. version: "9.1.1"
  97. boolean_selector:
  98. dependency: transitive
  99. description:
  100. name: boolean_selector
  101. url: "https://pub.dartlang.org"
  102. source: hosted
  103. version: "2.1.0"
  104. build:
  105. dependency: transitive
  106. description:
  107. name: build
  108. url: "https://pub.dartlang.org"
  109. source: hosted
  110. version: "2.3.1"
  111. build_config:
  112. dependency: transitive
  113. description:
  114. name: build_config
  115. url: "https://pub.dartlang.org"
  116. source: hosted
  117. version: "1.1.1"
  118. build_daemon:
  119. dependency: transitive
  120. description:
  121. name: build_daemon
  122. url: "https://pub.dartlang.org"
  123. source: hosted
  124. version: "3.1.1"
  125. build_resolvers:
  126. dependency: transitive
  127. description:
  128. name: build_resolvers
  129. url: "https://pub.dartlang.org"
  130. source: hosted
  131. version: "2.0.10"
  132. build_runner:
  133. dependency: "direct dev"
  134. description:
  135. name: build_runner
  136. url: "https://pub.dartlang.org"
  137. source: hosted
  138. version: "2.3.0"
  139. build_runner_core:
  140. dependency: transitive
  141. description:
  142. name: build_runner_core
  143. url: "https://pub.dartlang.org"
  144. source: hosted
  145. version: "7.2.7"
  146. built_collection:
  147. dependency: transitive
  148. description:
  149. name: built_collection
  150. url: "https://pub.dartlang.org"
  151. source: hosted
  152. version: "5.1.1"
  153. built_value:
  154. dependency: transitive
  155. description:
  156. name: built_value
  157. url: "https://pub.dartlang.org"
  158. source: hosted
  159. version: "8.4.4"
  160. calendar_view:
  161. dependency: "direct main"
  162. description:
  163. name: calendar_view
  164. url: "https://pub.dartlang.org"
  165. source: hosted
  166. version: "1.0.2"
  167. characters:
  168. dependency: transitive
  169. description:
  170. name: characters
  171. url: "https://pub.dartlang.org"
  172. source: hosted
  173. version: "1.2.1"
  174. charcode:
  175. dependency: "direct main"
  176. description:
  177. name: charcode
  178. url: "https://pub.dartlang.org"
  179. source: hosted
  180. version: "1.3.1"
  181. checked_yaml:
  182. dependency: transitive
  183. description:
  184. name: checked_yaml
  185. url: "https://pub.dartlang.org"
  186. source: hosted
  187. version: "2.0.2"
  188. clipboard:
  189. dependency: "direct main"
  190. description:
  191. name: clipboard
  192. url: "https://pub.dartlang.org"
  193. source: hosted
  194. version: "0.1.3"
  195. clock:
  196. dependency: transitive
  197. description:
  198. name: clock
  199. url: "https://pub.dartlang.org"
  200. source: hosted
  201. version: "1.1.1"
  202. code_builder:
  203. dependency: transitive
  204. description:
  205. name: code_builder
  206. url: "https://pub.dartlang.org"
  207. source: hosted
  208. version: "4.4.0"
  209. collection:
  210. dependency: "direct main"
  211. description:
  212. name: collection
  213. url: "https://pub.dartlang.org"
  214. source: hosted
  215. version: "1.16.0"
  216. connectivity_plus:
  217. dependency: "direct main"
  218. description:
  219. name: connectivity_plus
  220. url: "https://pub.dartlang.org"
  221. source: hosted
  222. version: "2.3.9"
  223. connectivity_plus_linux:
  224. dependency: transitive
  225. description:
  226. name: connectivity_plus_linux
  227. url: "https://pub.dartlang.org"
  228. source: hosted
  229. version: "1.3.1"
  230. connectivity_plus_macos:
  231. dependency: transitive
  232. description:
  233. name: connectivity_plus_macos
  234. url: "https://pub.dartlang.org"
  235. source: hosted
  236. version: "1.2.6"
  237. connectivity_plus_platform_interface:
  238. dependency: "direct main"
  239. description:
  240. name: connectivity_plus_platform_interface
  241. url: "https://pub.dartlang.org"
  242. source: hosted
  243. version: "1.2.4"
  244. connectivity_plus_web:
  245. dependency: transitive
  246. description:
  247. name: connectivity_plus_web
  248. url: "https://pub.dartlang.org"
  249. source: hosted
  250. version: "1.2.5"
  251. connectivity_plus_windows:
  252. dependency: transitive
  253. description:
  254. name: connectivity_plus_windows
  255. url: "https://pub.dartlang.org"
  256. source: hosted
  257. version: "1.2.2"
  258. convert:
  259. dependency: transitive
  260. description:
  261. name: convert
  262. url: "https://pub.dartlang.org"
  263. source: hosted
  264. version: "3.1.1"
  265. coverage:
  266. dependency: transitive
  267. description:
  268. name: coverage
  269. url: "https://pub.dartlang.org"
  270. source: hosted
  271. version: "1.5.0"
  272. crypto:
  273. dependency: transitive
  274. description:
  275. name: crypto
  276. url: "https://pub.dartlang.org"
  277. source: hosted
  278. version: "3.0.2"
  279. csslib:
  280. dependency: transitive
  281. description:
  282. name: csslib
  283. url: "https://pub.dartlang.org"
  284. source: hosted
  285. version: "0.17.2"
  286. cupertino_icons:
  287. dependency: "direct main"
  288. description:
  289. name: cupertino_icons
  290. url: "https://pub.dartlang.org"
  291. source: hosted
  292. version: "1.0.5"
  293. dart_style:
  294. dependency: transitive
  295. description:
  296. name: dart_style
  297. url: "https://pub.dartlang.org"
  298. source: hosted
  299. version: "2.2.4"
  300. dartz:
  301. dependency: "direct main"
  302. description:
  303. name: dartz
  304. url: "https://pub.dartlang.org"
  305. source: hosted
  306. version: "0.10.1"
  307. dbus:
  308. dependency: transitive
  309. description:
  310. name: dbus
  311. url: "https://pub.dartlang.org"
  312. source: hosted
  313. version: "0.7.4"
  314. device_info_plus:
  315. dependency: "direct main"
  316. description:
  317. name: device_info_plus
  318. url: "https://pub.dartlang.org"
  319. source: hosted
  320. version: "3.2.4"
  321. device_info_plus_linux:
  322. dependency: transitive
  323. description:
  324. name: device_info_plus_linux
  325. url: "https://pub.dartlang.org"
  326. source: hosted
  327. version: "2.1.1"
  328. device_info_plus_macos:
  329. dependency: transitive
  330. description:
  331. name: device_info_plus_macos
  332. url: "https://pub.dartlang.org"
  333. source: hosted
  334. version: "2.2.3"
  335. device_info_plus_platform_interface:
  336. dependency: transitive
  337. description:
  338. name: device_info_plus_platform_interface
  339. url: "https://pub.dartlang.org"
  340. source: hosted
  341. version: "2.6.1"
  342. device_info_plus_web:
  343. dependency: transitive
  344. description:
  345. name: device_info_plus_web
  346. url: "https://pub.dartlang.org"
  347. source: hosted
  348. version: "2.1.0"
  349. device_info_plus_windows:
  350. dependency: transitive
  351. description:
  352. name: device_info_plus_windows
  353. url: "https://pub.dartlang.org"
  354. source: hosted
  355. version: "2.1.1"
  356. diff_match_patch:
  357. dependency: transitive
  358. description:
  359. name: diff_match_patch
  360. url: "https://pub.dartlang.org"
  361. source: hosted
  362. version: "0.4.1"
  363. easy_localization:
  364. dependency: "direct main"
  365. description:
  366. name: easy_localization
  367. url: "https://pub.dartlang.org"
  368. source: hosted
  369. version: "3.0.1"
  370. easy_logger:
  371. dependency: transitive
  372. description:
  373. name: easy_logger
  374. url: "https://pub.dartlang.org"
  375. source: hosted
  376. version: "0.0.2"
  377. equatable:
  378. dependency: "direct main"
  379. description:
  380. name: equatable
  381. url: "https://pub.dartlang.org"
  382. source: hosted
  383. version: "2.0.5"
  384. expandable:
  385. dependency: "direct main"
  386. description:
  387. name: expandable
  388. url: "https://pub.dartlang.org"
  389. source: hosted
  390. version: "5.0.1"
  391. fake_async:
  392. dependency: transitive
  393. description:
  394. name: fake_async
  395. url: "https://pub.dartlang.org"
  396. source: hosted
  397. version: "1.3.1"
  398. ffi:
  399. dependency: transitive
  400. description:
  401. name: ffi
  402. url: "https://pub.dartlang.org"
  403. source: hosted
  404. version: "1.2.1"
  405. file:
  406. dependency: transitive
  407. description:
  408. name: file
  409. url: "https://pub.dartlang.org"
  410. source: hosted
  411. version: "6.1.2"
  412. file_picker:
  413. dependency: "direct main"
  414. description:
  415. name: file_picker
  416. url: "https://pub.dartlang.org"
  417. source: hosted
  418. version: "4.6.1"
  419. fixnum:
  420. dependency: "direct main"
  421. description:
  422. name: fixnum
  423. url: "https://pub.dartlang.org"
  424. source: hosted
  425. version: "1.0.1"
  426. flowy_infra:
  427. dependency: "direct main"
  428. description:
  429. path: "packages/flowy_infra"
  430. relative: true
  431. source: path
  432. version: "0.0.1"
  433. flowy_infra_ui:
  434. dependency: "direct main"
  435. description:
  436. path: "packages/flowy_infra_ui"
  437. relative: true
  438. source: path
  439. version: "0.0.1"
  440. flowy_infra_ui_platform_interface:
  441. dependency: transitive
  442. description:
  443. path: "packages/flowy_infra_ui/flowy_infra_ui_platform_interface"
  444. relative: true
  445. source: path
  446. version: "0.0.1"
  447. flowy_infra_ui_web:
  448. dependency: transitive
  449. description:
  450. path: "packages/flowy_infra_ui/flowy_infra_ui_web"
  451. relative: true
  452. source: path
  453. version: "0.0.1"
  454. flutter:
  455. dependency: "direct main"
  456. description: flutter
  457. source: sdk
  458. version: "0.0.0"
  459. flutter_bloc:
  460. dependency: "direct main"
  461. description:
  462. name: flutter_bloc
  463. url: "https://pub.dartlang.org"
  464. source: hosted
  465. version: "8.1.2"
  466. flutter_colorpicker:
  467. dependency: "direct main"
  468. description:
  469. name: flutter_colorpicker
  470. url: "https://pub.dartlang.org"
  471. source: hosted
  472. version: "0.6.1"
  473. flutter_driver:
  474. dependency: transitive
  475. description: flutter
  476. source: sdk
  477. version: "0.0.0"
  478. flutter_lints:
  479. dependency: "direct dev"
  480. description:
  481. name: flutter_lints
  482. url: "https://pub.dartlang.org"
  483. source: hosted
  484. version: "2.0.1"
  485. flutter_localizations:
  486. dependency: "direct main"
  487. description: flutter
  488. source: sdk
  489. version: "0.0.0"
  490. flutter_math_fork:
  491. dependency: transitive
  492. description:
  493. name: flutter_math_fork
  494. url: "https://pub.dartlang.org"
  495. source: hosted
  496. version: "0.6.3+1"
  497. flutter_plugin_android_lifecycle:
  498. dependency: transitive
  499. description:
  500. name: flutter_plugin_android_lifecycle
  501. url: "https://pub.dartlang.org"
  502. source: hosted
  503. version: "2.0.9"
  504. flutter_svg:
  505. dependency: transitive
  506. description:
  507. name: flutter_svg
  508. url: "https://pub.dartlang.org"
  509. source: hosted
  510. version: "1.1.6"
  511. flutter_test:
  512. dependency: "direct dev"
  513. description: flutter
  514. source: sdk
  515. version: "0.0.0"
  516. flutter_web_plugins:
  517. dependency: transitive
  518. description: flutter
  519. source: sdk
  520. version: "0.0.0"
  521. fluttertoast:
  522. dependency: "direct main"
  523. description:
  524. name: fluttertoast
  525. url: "https://pub.dartlang.org"
  526. source: hosted
  527. version: "8.2.1"
  528. freezed:
  529. dependency: "direct dev"
  530. description:
  531. name: freezed
  532. url: "https://pub.dartlang.org"
  533. source: hosted
  534. version: "2.2.0"
  535. freezed_annotation:
  536. dependency: "direct main"
  537. description:
  538. name: freezed_annotation
  539. url: "https://pub.dartlang.org"
  540. source: hosted
  541. version: "2.2.0"
  542. frontend_server_client:
  543. dependency: transitive
  544. description:
  545. name: frontend_server_client
  546. url: "https://pub.dartlang.org"
  547. source: hosted
  548. version: "2.1.3"
  549. fuchsia_remote_debug_protocol:
  550. dependency: transitive
  551. description: flutter
  552. source: sdk
  553. version: "0.0.0"
  554. get_it:
  555. dependency: "direct main"
  556. description:
  557. name: get_it
  558. url: "https://pub.dartlang.org"
  559. source: hosted
  560. version: "7.2.0"
  561. glob:
  562. dependency: transitive
  563. description:
  564. name: glob
  565. url: "https://pub.dartlang.org"
  566. source: hosted
  567. version: "2.1.0"
  568. google_fonts:
  569. dependency: "direct main"
  570. description:
  571. name: google_fonts
  572. url: "https://pub.dartlang.org"
  573. source: hosted
  574. version: "3.0.1"
  575. graphs:
  576. dependency: transitive
  577. description:
  578. name: graphs
  579. url: "https://pub.dartlang.org"
  580. source: hosted
  581. version: "2.2.0"
  582. highlight:
  583. dependency: transitive
  584. description:
  585. name: highlight
  586. url: "https://pub.dartlang.org"
  587. source: hosted
  588. version: "0.7.0"
  589. hotkey_manager:
  590. dependency: "direct main"
  591. description:
  592. name: hotkey_manager
  593. url: "https://pub.dartlang.org"
  594. source: hosted
  595. version: "0.1.7"
  596. html:
  597. dependency: transitive
  598. description:
  599. name: html
  600. url: "https://pub.dartlang.org"
  601. source: hosted
  602. version: "0.15.2"
  603. http:
  604. dependency: "direct main"
  605. description:
  606. name: http
  607. url: "https://pub.dartlang.org"
  608. source: hosted
  609. version: "0.13.5"
  610. http_multi_server:
  611. dependency: transitive
  612. description:
  613. name: http_multi_server
  614. url: "https://pub.dartlang.org"
  615. source: hosted
  616. version: "3.2.1"
  617. http_parser:
  618. dependency: transitive
  619. description:
  620. name: http_parser
  621. url: "https://pub.dartlang.org"
  622. source: hosted
  623. version: "4.0.2"
  624. integration_test:
  625. dependency: "direct dev"
  626. description: flutter
  627. source: sdk
  628. version: "0.0.0"
  629. intl:
  630. dependency: "direct main"
  631. description:
  632. name: intl
  633. url: "https://pub.dartlang.org"
  634. source: hosted
  635. version: "0.17.0"
  636. intl_utils:
  637. dependency: transitive
  638. description:
  639. name: intl_utils
  640. url: "https://pub.dartlang.org"
  641. source: hosted
  642. version: "2.7.0"
  643. io:
  644. dependency: transitive
  645. description:
  646. name: io
  647. url: "https://pub.dartlang.org"
  648. source: hosted
  649. version: "1.0.4"
  650. isolates:
  651. dependency: transitive
  652. description:
  653. name: isolates
  654. url: "https://pub.dartlang.org"
  655. source: hosted
  656. version: "3.0.3+8"
  657. js:
  658. dependency: transitive
  659. description:
  660. name: js
  661. url: "https://pub.dartlang.org"
  662. source: hosted
  663. version: "0.6.4"
  664. json_annotation:
  665. dependency: "direct main"
  666. description:
  667. name: json_annotation
  668. url: "https://pub.dartlang.org"
  669. source: hosted
  670. version: "4.7.0"
  671. json_serializable:
  672. dependency: "direct dev"
  673. description:
  674. name: json_serializable
  675. url: "https://pub.dartlang.org"
  676. source: hosted
  677. version: "6.5.4"
  678. linked_scroll_controller:
  679. dependency: "direct main"
  680. description:
  681. name: linked_scroll_controller
  682. url: "https://pub.dartlang.org"
  683. source: hosted
  684. version: "0.2.0"
  685. lint:
  686. dependency: transitive
  687. description:
  688. name: lint
  689. url: "https://pub.dartlang.org"
  690. source: hosted
  691. version: "1.10.0"
  692. lints:
  693. dependency: transitive
  694. description:
  695. name: lints
  696. url: "https://pub.dartlang.org"
  697. source: hosted
  698. version: "2.0.1"
  699. loading_indicator:
  700. dependency: transitive
  701. description:
  702. name: loading_indicator
  703. url: "https://pub.dartlang.org"
  704. source: hosted
  705. version: "3.1.0"
  706. logger:
  707. dependency: transitive
  708. description:
  709. name: logger
  710. url: "https://pub.dartlang.org"
  711. source: hosted
  712. version: "1.3.0"
  713. logging:
  714. dependency: transitive
  715. description:
  716. name: logging
  717. url: "https://pub.dartlang.org"
  718. source: hosted
  719. version: "1.1.1"
  720. markdown:
  721. dependency: transitive
  722. description:
  723. name: markdown
  724. url: "https://pub.dartlang.org"
  725. source: hosted
  726. version: "6.0.1"
  727. matcher:
  728. dependency: transitive
  729. description:
  730. name: matcher
  731. url: "https://pub.dartlang.org"
  732. source: hosted
  733. version: "0.12.12"
  734. material_color_utilities:
  735. dependency: transitive
  736. description:
  737. name: material_color_utilities
  738. url: "https://pub.dartlang.org"
  739. source: hosted
  740. version: "0.1.5"
  741. meta:
  742. dependency: transitive
  743. description:
  744. name: meta
  745. url: "https://pub.dartlang.org"
  746. source: hosted
  747. version: "1.8.0"
  748. mime:
  749. dependency: transitive
  750. description:
  751. name: mime
  752. url: "https://pub.dartlang.org"
  753. source: hosted
  754. version: "1.0.4"
  755. mocktail:
  756. dependency: transitive
  757. description:
  758. name: mocktail
  759. url: "https://pub.dartlang.org"
  760. source: hosted
  761. version: "0.3.0"
  762. nested:
  763. dependency: transitive
  764. description:
  765. name: nested
  766. url: "https://pub.dartlang.org"
  767. source: hosted
  768. version: "1.0.0"
  769. nm:
  770. dependency: transitive
  771. description:
  772. name: nm
  773. url: "https://pub.dartlang.org"
  774. source: hosted
  775. version: "0.5.0"
  776. node_preamble:
  777. dependency: transitive
  778. description:
  779. name: node_preamble
  780. url: "https://pub.dartlang.org"
  781. source: hosted
  782. version: "2.0.2"
  783. package_config:
  784. dependency: transitive
  785. description:
  786. name: package_config
  787. url: "https://pub.dartlang.org"
  788. source: hosted
  789. version: "2.1.0"
  790. package_info_plus:
  791. dependency: "direct main"
  792. description:
  793. name: package_info_plus
  794. url: "https://pub.dartlang.org"
  795. source: hosted
  796. version: "1.4.2"
  797. package_info_plus_linux:
  798. dependency: transitive
  799. description:
  800. name: package_info_plus_linux
  801. url: "https://pub.dartlang.org"
  802. source: hosted
  803. version: "1.0.5"
  804. package_info_plus_macos:
  805. dependency: transitive
  806. description:
  807. name: package_info_plus_macos
  808. url: "https://pub.dartlang.org"
  809. source: hosted
  810. version: "1.3.0"
  811. package_info_plus_platform_interface:
  812. dependency: transitive
  813. description:
  814. name: package_info_plus_platform_interface
  815. url: "https://pub.dartlang.org"
  816. source: hosted
  817. version: "1.0.2"
  818. package_info_plus_web:
  819. dependency: transitive
  820. description:
  821. name: package_info_plus_web
  822. url: "https://pub.dartlang.org"
  823. source: hosted
  824. version: "1.0.6"
  825. package_info_plus_windows:
  826. dependency: transitive
  827. description:
  828. name: package_info_plus_windows
  829. url: "https://pub.dartlang.org"
  830. source: hosted
  831. version: "1.0.5"
  832. path:
  833. dependency: "direct main"
  834. description:
  835. name: path
  836. url: "https://pub.dartlang.org"
  837. source: hosted
  838. version: "1.8.2"
  839. path_drawing:
  840. dependency: transitive
  841. description:
  842. name: path_drawing
  843. url: "https://pub.dartlang.org"
  844. source: hosted
  845. version: "1.0.1"
  846. path_parsing:
  847. dependency: transitive
  848. description:
  849. name: path_parsing
  850. url: "https://pub.dartlang.org"
  851. source: hosted
  852. version: "1.0.1"
  853. path_provider:
  854. dependency: "direct main"
  855. description:
  856. name: path_provider
  857. url: "https://pub.dartlang.org"
  858. source: hosted
  859. version: "2.0.14"
  860. path_provider_android:
  861. dependency: transitive
  862. description:
  863. name: path_provider_android
  864. url: "https://pub.dartlang.org"
  865. source: hosted
  866. version: "2.0.24"
  867. path_provider_foundation:
  868. dependency: transitive
  869. description:
  870. name: path_provider_foundation
  871. url: "https://pub.dartlang.org"
  872. source: hosted
  873. version: "2.2.0"
  874. path_provider_linux:
  875. dependency: transitive
  876. description:
  877. name: path_provider_linux
  878. url: "https://pub.dartlang.org"
  879. source: hosted
  880. version: "2.1.10"
  881. path_provider_platform_interface:
  882. dependency: transitive
  883. description:
  884. name: path_provider_platform_interface
  885. url: "https://pub.dartlang.org"
  886. source: hosted
  887. version: "2.0.6"
  888. path_provider_windows:
  889. dependency: transitive
  890. description:
  891. name: path_provider_windows
  892. url: "https://pub.dartlang.org"
  893. source: hosted
  894. version: "2.0.7"
  895. percent_indicator:
  896. dependency: "direct main"
  897. description:
  898. name: percent_indicator
  899. url: "https://pub.dartlang.org"
  900. source: hosted
  901. version: "4.2.3"
  902. petitparser:
  903. dependency: transitive
  904. description:
  905. name: petitparser
  906. url: "https://pub.dartlang.org"
  907. source: hosted
  908. version: "5.1.0"
  909. platform:
  910. dependency: transitive
  911. description:
  912. name: platform
  913. url: "https://pub.dartlang.org"
  914. source: hosted
  915. version: "3.1.0"
  916. plugin_platform_interface:
  917. dependency: transitive
  918. description:
  919. name: plugin_platform_interface
  920. url: "https://pub.dartlang.org"
  921. source: hosted
  922. version: "2.1.4"
  923. pool:
  924. dependency: transitive
  925. description:
  926. name: pool
  927. url: "https://pub.dartlang.org"
  928. source: hosted
  929. version: "1.5.1"
  930. process:
  931. dependency: transitive
  932. description:
  933. name: process
  934. url: "https://pub.dartlang.org"
  935. source: hosted
  936. version: "4.2.4"
  937. protobuf:
  938. dependency: "direct main"
  939. description:
  940. name: protobuf
  941. url: "https://pub.dartlang.org"
  942. source: hosted
  943. version: "2.0.0"
  944. provider:
  945. dependency: "direct main"
  946. description:
  947. name: provider
  948. url: "https://pub.dartlang.org"
  949. source: hosted
  950. version: "6.0.5"
  951. pub_semver:
  952. dependency: transitive
  953. description:
  954. name: pub_semver
  955. url: "https://pub.dartlang.org"
  956. source: hosted
  957. version: "2.1.3"
  958. pubspec_parse:
  959. dependency: transitive
  960. description:
  961. name: pubspec_parse
  962. url: "https://pub.dartlang.org"
  963. source: hosted
  964. version: "1.2.1"
  965. reorderables:
  966. dependency: "direct main"
  967. description:
  968. name: reorderables
  969. url: "https://pub.dartlang.org"
  970. source: hosted
  971. version: "0.5.1"
  972. rich_clipboard:
  973. dependency: transitive
  974. description:
  975. name: rich_clipboard
  976. url: "https://pub.dartlang.org"
  977. source: hosted
  978. version: "1.0.1"
  979. rich_clipboard_android:
  980. dependency: transitive
  981. description:
  982. name: rich_clipboard_android
  983. url: "https://pub.dartlang.org"
  984. source: hosted
  985. version: "1.0.0"
  986. rich_clipboard_ios:
  987. dependency: transitive
  988. description:
  989. name: rich_clipboard_ios
  990. url: "https://pub.dartlang.org"
  991. source: hosted
  992. version: "1.0.0"
  993. rich_clipboard_linux:
  994. dependency: transitive
  995. description:
  996. name: rich_clipboard_linux
  997. url: "https://pub.dartlang.org"
  998. source: hosted
  999. version: "1.0.1"
  1000. rich_clipboard_macos:
  1001. dependency: transitive
  1002. description:
  1003. name: rich_clipboard_macos
  1004. url: "https://pub.dartlang.org"
  1005. source: hosted
  1006. version: "1.0.1"
  1007. rich_clipboard_platform_interface:
  1008. dependency: transitive
  1009. description:
  1010. name: rich_clipboard_platform_interface
  1011. url: "https://pub.dartlang.org"
  1012. source: hosted
  1013. version: "1.0.0"
  1014. rich_clipboard_web:
  1015. dependency: transitive
  1016. description:
  1017. name: rich_clipboard_web
  1018. url: "https://pub.dartlang.org"
  1019. source: hosted
  1020. version: "1.0.2"
  1021. rich_clipboard_windows:
  1022. dependency: transitive
  1023. description:
  1024. name: rich_clipboard_windows
  1025. url: "https://pub.dartlang.org"
  1026. source: hosted
  1027. version: "1.0.2"
  1028. screen_retriever:
  1029. dependency: transitive
  1030. description:
  1031. name: screen_retriever
  1032. url: "https://pub.dartlang.org"
  1033. source: hosted
  1034. version: "0.1.6"
  1035. shared_preferences:
  1036. dependency: "direct main"
  1037. description:
  1038. name: shared_preferences
  1039. url: "https://pub.dartlang.org"
  1040. source: hosted
  1041. version: "2.0.20"
  1042. shared_preferences_android:
  1043. dependency: transitive
  1044. description:
  1045. name: shared_preferences_android
  1046. url: "https://pub.dartlang.org"
  1047. source: hosted
  1048. version: "2.0.17"
  1049. shared_preferences_foundation:
  1050. dependency: transitive
  1051. description:
  1052. name: shared_preferences_foundation
  1053. url: "https://pub.dartlang.org"
  1054. source: hosted
  1055. version: "2.1.5"
  1056. shared_preferences_linux:
  1057. dependency: transitive
  1058. description:
  1059. name: shared_preferences_linux
  1060. url: "https://pub.dartlang.org"
  1061. source: hosted
  1062. version: "2.1.5"
  1063. shared_preferences_platform_interface:
  1064. dependency: transitive
  1065. description:
  1066. name: shared_preferences_platform_interface
  1067. url: "https://pub.dartlang.org"
  1068. source: hosted
  1069. version: "2.1.1"
  1070. shared_preferences_web:
  1071. dependency: transitive
  1072. description:
  1073. name: shared_preferences_web
  1074. url: "https://pub.dartlang.org"
  1075. source: hosted
  1076. version: "2.0.6"
  1077. shared_preferences_windows:
  1078. dependency: transitive
  1079. description:
  1080. name: shared_preferences_windows
  1081. url: "https://pub.dartlang.org"
  1082. source: hosted
  1083. version: "2.1.5"
  1084. shelf:
  1085. dependency: transitive
  1086. description:
  1087. name: shelf
  1088. url: "https://pub.dartlang.org"
  1089. source: hosted
  1090. version: "1.4.0"
  1091. shelf_packages_handler:
  1092. dependency: transitive
  1093. description:
  1094. name: shelf_packages_handler
  1095. url: "https://pub.dartlang.org"
  1096. source: hosted
  1097. version: "3.0.1"
  1098. shelf_static:
  1099. dependency: transitive
  1100. description:
  1101. name: shelf_static
  1102. url: "https://pub.dartlang.org"
  1103. source: hosted
  1104. version: "1.1.1"
  1105. shelf_web_socket:
  1106. dependency: transitive
  1107. description:
  1108. name: shelf_web_socket
  1109. url: "https://pub.dartlang.org"
  1110. source: hosted
  1111. version: "1.0.3"
  1112. simple_gesture_detector:
  1113. dependency: transitive
  1114. description:
  1115. name: simple_gesture_detector
  1116. url: "https://pub.dartlang.org"
  1117. source: hosted
  1118. version: "0.2.0"
  1119. sized_context:
  1120. dependency: "direct main"
  1121. description:
  1122. name: sized_context
  1123. url: "https://pub.dartlang.org"
  1124. source: hosted
  1125. version: "1.0.0+4"
  1126. sky_engine:
  1127. dependency: transitive
  1128. description: flutter
  1129. source: sdk
  1130. version: "0.0.99"
  1131. source_gen:
  1132. dependency: transitive
  1133. description:
  1134. name: source_gen
  1135. url: "https://pub.dartlang.org"
  1136. source: hosted
  1137. version: "1.2.6"
  1138. source_helper:
  1139. dependency: transitive
  1140. description:
  1141. name: source_helper
  1142. url: "https://pub.dartlang.org"
  1143. source: hosted
  1144. version: "1.3.3"
  1145. source_map_stack_trace:
  1146. dependency: transitive
  1147. description:
  1148. name: source_map_stack_trace
  1149. url: "https://pub.dartlang.org"
  1150. source: hosted
  1151. version: "2.1.1"
  1152. source_maps:
  1153. dependency: transitive
  1154. description:
  1155. name: source_maps
  1156. url: "https://pub.dartlang.org"
  1157. source: hosted
  1158. version: "0.10.12"
  1159. source_span:
  1160. dependency: transitive
  1161. description:
  1162. name: source_span
  1163. url: "https://pub.dartlang.org"
  1164. source: hosted
  1165. version: "1.9.0"
  1166. stack_trace:
  1167. dependency: transitive
  1168. description:
  1169. name: stack_trace
  1170. url: "https://pub.dartlang.org"
  1171. source: hosted
  1172. version: "1.10.0"
  1173. stream_channel:
  1174. dependency: transitive
  1175. description:
  1176. name: stream_channel
  1177. url: "https://pub.dartlang.org"
  1178. source: hosted
  1179. version: "2.1.0"
  1180. stream_transform:
  1181. dependency: transitive
  1182. description:
  1183. name: stream_transform
  1184. url: "https://pub.dartlang.org"
  1185. source: hosted
  1186. version: "2.1.0"
  1187. string_scanner:
  1188. dependency: transitive
  1189. description:
  1190. name: string_scanner
  1191. url: "https://pub.dartlang.org"
  1192. source: hosted
  1193. version: "1.1.1"
  1194. styled_widget:
  1195. dependency: "direct main"
  1196. description:
  1197. name: styled_widget
  1198. url: "https://pub.dartlang.org"
  1199. source: hosted
  1200. version: "0.3.1+2"
  1201. sync_http:
  1202. dependency: transitive
  1203. description:
  1204. name: sync_http
  1205. url: "https://pub.dartlang.org"
  1206. source: hosted
  1207. version: "0.3.1"
  1208. table_calendar:
  1209. dependency: "direct main"
  1210. description:
  1211. name: table_calendar
  1212. url: "https://pub.dartlang.org"
  1213. source: hosted
  1214. version: "3.0.8"
  1215. term_glyph:
  1216. dependency: transitive
  1217. description:
  1218. name: term_glyph
  1219. url: "https://pub.dartlang.org"
  1220. source: hosted
  1221. version: "1.2.1"
  1222. test:
  1223. dependency: transitive
  1224. description:
  1225. name: test
  1226. url: "https://pub.dartlang.org"
  1227. source: hosted
  1228. version: "1.21.4"
  1229. test_api:
  1230. dependency: transitive
  1231. description:
  1232. name: test_api
  1233. url: "https://pub.dartlang.org"
  1234. source: hosted
  1235. version: "0.4.12"
  1236. test_core:
  1237. dependency: transitive
  1238. description:
  1239. name: test_core
  1240. url: "https://pub.dartlang.org"
  1241. source: hosted
  1242. version: "0.4.16"
  1243. textfield_tags:
  1244. dependency: "direct main"
  1245. description:
  1246. name: textfield_tags
  1247. url: "https://pub.dartlang.org"
  1248. source: hosted
  1249. version: "2.0.2"
  1250. textstyle_extensions:
  1251. dependency: "direct main"
  1252. description:
  1253. name: textstyle_extensions
  1254. url: "https://pub.dartlang.org"
  1255. source: hosted
  1256. version: "2.0.0-nullsafety"
  1257. time:
  1258. dependency: "direct main"
  1259. description:
  1260. name: time
  1261. url: "https://pub.dartlang.org"
  1262. source: hosted
  1263. version: "2.1.3"
  1264. timing:
  1265. dependency: transitive
  1266. description:
  1267. name: timing
  1268. url: "https://pub.dartlang.org"
  1269. source: hosted
  1270. version: "1.0.1"
  1271. tuple:
  1272. dependency: "direct main"
  1273. description:
  1274. name: tuple
  1275. url: "https://pub.dartlang.org"
  1276. source: hosted
  1277. version: "2.0.1"
  1278. typed_data:
  1279. dependency: transitive
  1280. description:
  1281. name: typed_data
  1282. url: "https://pub.dartlang.org"
  1283. source: hosted
  1284. version: "1.3.1"
  1285. universal_platform:
  1286. dependency: transitive
  1287. description:
  1288. name: universal_platform
  1289. url: "https://pub.dartlang.org"
  1290. source: hosted
  1291. version: "1.0.0+1"
  1292. url_launcher:
  1293. dependency: "direct main"
  1294. description:
  1295. name: url_launcher
  1296. url: "https://pub.dartlang.org"
  1297. source: hosted
  1298. version: "6.1.10"
  1299. url_launcher_android:
  1300. dependency: transitive
  1301. description:
  1302. name: url_launcher_android
  1303. url: "https://pub.dartlang.org"
  1304. source: hosted
  1305. version: "6.0.26"
  1306. url_launcher_ios:
  1307. dependency: transitive
  1308. description:
  1309. name: url_launcher_ios
  1310. url: "https://pub.dartlang.org"
  1311. source: hosted
  1312. version: "6.1.3"
  1313. url_launcher_linux:
  1314. dependency: transitive
  1315. description:
  1316. name: url_launcher_linux
  1317. url: "https://pub.dartlang.org"
  1318. source: hosted
  1319. version: "3.0.4"
  1320. url_launcher_macos:
  1321. dependency: transitive
  1322. description:
  1323. name: url_launcher_macos
  1324. url: "https://pub.dartlang.org"
  1325. source: hosted
  1326. version: "3.0.4"
  1327. url_launcher_platform_interface:
  1328. dependency: transitive
  1329. description:
  1330. name: url_launcher_platform_interface
  1331. url: "https://pub.dartlang.org"
  1332. source: hosted
  1333. version: "2.1.2"
  1334. url_launcher_web:
  1335. dependency: transitive
  1336. description:
  1337. name: url_launcher_web
  1338. url: "https://pub.dartlang.org"
  1339. source: hosted
  1340. version: "2.0.16"
  1341. url_launcher_windows:
  1342. dependency: transitive
  1343. description:
  1344. name: url_launcher_windows
  1345. url: "https://pub.dartlang.org"
  1346. source: hosted
  1347. version: "3.0.5"
  1348. uuid:
  1349. dependency: transitive
  1350. description:
  1351. name: uuid
  1352. url: "https://pub.dartlang.org"
  1353. source: hosted
  1354. version: "3.0.7"
  1355. vector_math:
  1356. dependency: transitive
  1357. description:
  1358. name: vector_math
  1359. url: "https://pub.dartlang.org"
  1360. source: hosted
  1361. version: "2.1.2"
  1362. vm_service:
  1363. dependency: transitive
  1364. description:
  1365. name: vm_service
  1366. url: "https://pub.dartlang.org"
  1367. source: hosted
  1368. version: "9.0.0"
  1369. watcher:
  1370. dependency: transitive
  1371. description:
  1372. name: watcher
  1373. url: "https://pub.dartlang.org"
  1374. source: hosted
  1375. version: "1.0.2"
  1376. web_socket_channel:
  1377. dependency: transitive
  1378. description:
  1379. name: web_socket_channel
  1380. url: "https://pub.dartlang.org"
  1381. source: hosted
  1382. version: "2.3.0"
  1383. webdriver:
  1384. dependency: transitive
  1385. description:
  1386. name: webdriver
  1387. url: "https://pub.dartlang.org"
  1388. source: hosted
  1389. version: "3.0.0"
  1390. webkit_inspection_protocol:
  1391. dependency: transitive
  1392. description:
  1393. name: webkit_inspection_protocol
  1394. url: "https://pub.dartlang.org"
  1395. source: hosted
  1396. version: "1.2.0"
  1397. win32:
  1398. dependency: transitive
  1399. description:
  1400. name: win32
  1401. url: "https://pub.dartlang.org"
  1402. source: hosted
  1403. version: "2.6.1"
  1404. window_manager:
  1405. dependency: "direct main"
  1406. description:
  1407. name: window_manager
  1408. url: "https://pub.dartlang.org"
  1409. source: hosted
  1410. version: "0.3.1"
  1411. xdg_directories:
  1412. dependency: transitive
  1413. description:
  1414. name: xdg_directories
  1415. url: "https://pub.dartlang.org"
  1416. source: hosted
  1417. version: "1.0.0"
  1418. xml:
  1419. dependency: transitive
  1420. description:
  1421. name: xml
  1422. url: "https://pub.dartlang.org"
  1423. source: hosted
  1424. version: "6.1.0"
  1425. yaml:
  1426. dependency: transitive
  1427. description:
  1428. name: yaml
  1429. url: "https://pub.dartlang.org"
  1430. source: hosted
  1431. version: "3.1.1"
  1432. sdks:
  1433. dart: ">=2.18.0 <3.0.0"
  1434. flutter: ">=3.3.0"