pubspec.lock 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080
  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: "30.0.0"
  11. analyzer:
  12. dependency: transitive
  13. description:
  14. name: analyzer
  15. url: "https://pub.dartlang.org"
  16. source: hosted
  17. version: "2.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.2"
  25. args:
  26. dependency: transitive
  27. description:
  28. name: args
  29. url: "https://pub.dartlang.org"
  30. source: hosted
  31. version: "2.3.0"
  32. async:
  33. dependency: transitive
  34. description:
  35. name: async
  36. url: "https://pub.dartlang.org"
  37. source: hosted
  38. version: "2.8.2"
  39. bloc:
  40. dependency: transitive
  41. description:
  42. name: bloc
  43. url: "https://pub.dartlang.org"
  44. source: hosted
  45. version: "7.2.1"
  46. boolean_selector:
  47. dependency: transitive
  48. description:
  49. name: boolean_selector
  50. url: "https://pub.dartlang.org"
  51. source: hosted
  52. version: "2.1.0"
  53. build:
  54. dependency: transitive
  55. description:
  56. name: build
  57. url: "https://pub.dartlang.org"
  58. source: hosted
  59. version: "2.1.1"
  60. build_config:
  61. dependency: transitive
  62. description:
  63. name: build_config
  64. url: "https://pub.dartlang.org"
  65. source: hosted
  66. version: "1.0.0"
  67. build_daemon:
  68. dependency: transitive
  69. description:
  70. name: build_daemon
  71. url: "https://pub.dartlang.org"
  72. source: hosted
  73. version: "3.0.1"
  74. build_resolvers:
  75. dependency: transitive
  76. description:
  77. name: build_resolvers
  78. url: "https://pub.dartlang.org"
  79. source: hosted
  80. version: "2.0.4"
  81. build_runner:
  82. dependency: "direct dev"
  83. description:
  84. name: build_runner
  85. url: "https://pub.dartlang.org"
  86. source: hosted
  87. version: "2.1.5"
  88. build_runner_core:
  89. dependency: transitive
  90. description:
  91. name: build_runner_core
  92. url: "https://pub.dartlang.org"
  93. source: hosted
  94. version: "7.2.2"
  95. built_collection:
  96. dependency: transitive
  97. description:
  98. name: built_collection
  99. url: "https://pub.dartlang.org"
  100. source: hosted
  101. version: "5.1.1"
  102. built_value:
  103. dependency: transitive
  104. description:
  105. name: built_value
  106. url: "https://pub.dartlang.org"
  107. source: hosted
  108. version: "8.1.3"
  109. characters:
  110. dependency: transitive
  111. description:
  112. name: characters
  113. url: "https://pub.dartlang.org"
  114. source: hosted
  115. version: "1.2.0"
  116. charcode:
  117. dependency: transitive
  118. description:
  119. name: charcode
  120. url: "https://pub.dartlang.org"
  121. source: hosted
  122. version: "1.3.1"
  123. checked_yaml:
  124. dependency: transitive
  125. description:
  126. name: checked_yaml
  127. url: "https://pub.dartlang.org"
  128. source: hosted
  129. version: "2.0.1"
  130. cli_util:
  131. dependency: transitive
  132. description:
  133. name: cli_util
  134. url: "https://pub.dartlang.org"
  135. source: hosted
  136. version: "0.3.5"
  137. clipboard:
  138. dependency: "direct main"
  139. description:
  140. name: clipboard
  141. url: "https://pub.dartlang.org"
  142. source: hosted
  143. version: "0.1.3"
  144. clock:
  145. dependency: transitive
  146. description:
  147. name: clock
  148. url: "https://pub.dartlang.org"
  149. source: hosted
  150. version: "1.1.0"
  151. code_builder:
  152. dependency: transitive
  153. description:
  154. name: code_builder
  155. url: "https://pub.dartlang.org"
  156. source: hosted
  157. version: "4.1.0"
  158. collection:
  159. dependency: transitive
  160. description:
  161. name: collection
  162. url: "https://pub.dartlang.org"
  163. source: hosted
  164. version: "1.15.0"
  165. convert:
  166. dependency: transitive
  167. description:
  168. name: convert
  169. url: "https://pub.dartlang.org"
  170. source: hosted
  171. version: "3.0.1"
  172. cross_file:
  173. dependency: transitive
  174. description:
  175. name: cross_file
  176. url: "https://pub.dartlang.org"
  177. source: hosted
  178. version: "0.3.2"
  179. crypto:
  180. dependency: transitive
  181. description:
  182. name: crypto
  183. url: "https://pub.dartlang.org"
  184. source: hosted
  185. version: "3.0.1"
  186. csslib:
  187. dependency: transitive
  188. description:
  189. name: csslib
  190. url: "https://pub.dartlang.org"
  191. source: hosted
  192. version: "0.17.1"
  193. cupertino_icons:
  194. dependency: "direct main"
  195. description:
  196. name: cupertino_icons
  197. url: "https://pub.dartlang.org"
  198. source: hosted
  199. version: "1.0.4"
  200. dart_style:
  201. dependency: transitive
  202. description:
  203. name: dart_style
  204. url: "https://pub.dartlang.org"
  205. source: hosted
  206. version: "2.2.0"
  207. dartz:
  208. dependency: transitive
  209. description:
  210. name: dartz
  211. url: "https://pub.dartlang.org"
  212. source: hosted
  213. version: "0.10.0-nullsafety.2"
  214. diff_match_patch:
  215. dependency: transitive
  216. description:
  217. name: diff_match_patch
  218. url: "https://pub.dartlang.org"
  219. source: hosted
  220. version: "0.4.1"
  221. equatable:
  222. dependency: "direct main"
  223. description:
  224. name: equatable
  225. url: "https://pub.dartlang.org"
  226. source: hosted
  227. version: "2.0.3"
  228. expandable:
  229. dependency: "direct main"
  230. description:
  231. name: expandable
  232. url: "https://pub.dartlang.org"
  233. source: hosted
  234. version: "5.0.1"
  235. fake_async:
  236. dependency: transitive
  237. description:
  238. name: fake_async
  239. url: "https://pub.dartlang.org"
  240. source: hosted
  241. version: "1.2.0"
  242. ffi:
  243. dependency: transitive
  244. description:
  245. name: ffi
  246. url: "https://pub.dartlang.org"
  247. source: hosted
  248. version: "1.1.2"
  249. file:
  250. dependency: transitive
  251. description:
  252. name: file
  253. url: "https://pub.dartlang.org"
  254. source: hosted
  255. version: "6.1.2"
  256. fixnum:
  257. dependency: transitive
  258. description:
  259. name: fixnum
  260. url: "https://pub.dartlang.org"
  261. source: hosted
  262. version: "1.0.0"
  263. flowy_editor:
  264. dependency: "direct main"
  265. description:
  266. path: "packages/flowy_editor"
  267. relative: true
  268. source: path
  269. version: "0.0.1"
  270. flowy_infra:
  271. dependency: "direct main"
  272. description:
  273. path: "packages/flowy_infra"
  274. relative: true
  275. source: path
  276. version: "0.0.1"
  277. flowy_infra_ui:
  278. dependency: "direct main"
  279. description:
  280. path: "packages/flowy_infra_ui"
  281. relative: true
  282. source: path
  283. version: "0.0.1"
  284. flowy_infra_ui_platform_interface:
  285. dependency: transitive
  286. description:
  287. path: "packages/flowy_infra_ui/flowy_infra_ui_platform_interface"
  288. relative: true
  289. source: path
  290. version: "0.0.1"
  291. flowy_infra_ui_web:
  292. dependency: transitive
  293. description:
  294. path: "packages/flowy_infra_ui/flowy_infra_ui_web"
  295. relative: true
  296. source: path
  297. version: "0.0.1"
  298. flowy_log:
  299. dependency: "direct main"
  300. description:
  301. path: "packages/flowy_log"
  302. relative: true
  303. source: path
  304. version: "0.0.1"
  305. flowy_sdk:
  306. dependency: "direct main"
  307. description:
  308. path: "packages/flowy_sdk"
  309. relative: true
  310. source: path
  311. version: "0.0.1"
  312. flutter:
  313. dependency: "direct main"
  314. description: flutter
  315. source: sdk
  316. version: "0.0.0"
  317. flutter_bloc:
  318. dependency: "direct main"
  319. description:
  320. name: flutter_bloc
  321. url: "https://pub.dartlang.org"
  322. source: hosted
  323. version: "7.3.3"
  324. flutter_colorpicker:
  325. dependency: "direct main"
  326. description:
  327. name: flutter_colorpicker
  328. url: "https://pub.dartlang.org"
  329. source: hosted
  330. version: "0.6.1"
  331. flutter_inappwebview:
  332. dependency: transitive
  333. description:
  334. name: flutter_inappwebview
  335. url: "https://pub.dartlang.org"
  336. source: hosted
  337. version: "5.3.2"
  338. flutter_keyboard_visibility:
  339. dependency: transitive
  340. description:
  341. name: flutter_keyboard_visibility
  342. url: "https://pub.dartlang.org"
  343. source: hosted
  344. version: "5.1.0"
  345. flutter_keyboard_visibility_platform_interface:
  346. dependency: transitive
  347. description:
  348. name: flutter_keyboard_visibility_platform_interface
  349. url: "https://pub.dartlang.org"
  350. source: hosted
  351. version: "2.0.0"
  352. flutter_keyboard_visibility_web:
  353. dependency: transitive
  354. description:
  355. name: flutter_keyboard_visibility_web
  356. url: "https://pub.dartlang.org"
  357. source: hosted
  358. version: "2.0.0"
  359. flutter_lints:
  360. dependency: "direct dev"
  361. description:
  362. name: flutter_lints
  363. url: "https://pub.dartlang.org"
  364. source: hosted
  365. version: "1.0.4"
  366. flutter_plugin_android_lifecycle:
  367. dependency: transitive
  368. description:
  369. name: flutter_plugin_android_lifecycle
  370. url: "https://pub.dartlang.org"
  371. source: hosted
  372. version: "2.0.4"
  373. flutter_quill:
  374. dependency: "direct main"
  375. description:
  376. path: "."
  377. ref: develop
  378. resolved-ref: "8a4c23dcdbb8c38d49b7dea42575231877b1e56d"
  379. url: "[email protected]:appflowy/flutter-quill.git"
  380. source: git
  381. version: "2.0.13"
  382. flutter_svg:
  383. dependency: "direct main"
  384. description:
  385. name: flutter_svg
  386. url: "https://pub.dartlang.org"
  387. source: hosted
  388. version: "0.22.0"
  389. flutter_test:
  390. dependency: "direct dev"
  391. description: flutter
  392. source: sdk
  393. version: "0.0.0"
  394. flutter_web_plugins:
  395. dependency: transitive
  396. description: flutter
  397. source: sdk
  398. version: "0.0.0"
  399. freezed:
  400. dependency: "direct dev"
  401. description:
  402. name: freezed
  403. url: "https://pub.dartlang.org"
  404. source: hosted
  405. version: "0.14.5"
  406. freezed_annotation:
  407. dependency: "direct main"
  408. description:
  409. name: freezed_annotation
  410. url: "https://pub.dartlang.org"
  411. source: hosted
  412. version: "0.14.3"
  413. frontend_server_client:
  414. dependency: transitive
  415. description:
  416. name: frontend_server_client
  417. url: "https://pub.dartlang.org"
  418. source: hosted
  419. version: "2.1.2"
  420. get_it:
  421. dependency: "direct main"
  422. description:
  423. name: get_it
  424. url: "https://pub.dartlang.org"
  425. source: hosted
  426. version: "7.2.0"
  427. gettext_parser:
  428. dependency: transitive
  429. description:
  430. name: gettext_parser
  431. url: "https://pub.dartlang.org"
  432. source: hosted
  433. version: "0.2.0"
  434. glob:
  435. dependency: transitive
  436. description:
  437. name: glob
  438. url: "https://pub.dartlang.org"
  439. source: hosted
  440. version: "2.0.2"
  441. graphs:
  442. dependency: transitive
  443. description:
  444. name: graphs
  445. url: "https://pub.dartlang.org"
  446. source: hosted
  447. version: "2.1.0"
  448. html:
  449. dependency: transitive
  450. description:
  451. name: html
  452. url: "https://pub.dartlang.org"
  453. source: hosted
  454. version: "0.15.0"
  455. http:
  456. dependency: transitive
  457. description:
  458. name: http
  459. url: "https://pub.dartlang.org"
  460. source: hosted
  461. version: "0.13.4"
  462. http_multi_server:
  463. dependency: transitive
  464. description:
  465. name: http_multi_server
  466. url: "https://pub.dartlang.org"
  467. source: hosted
  468. version: "3.0.1"
  469. http_parser:
  470. dependency: transitive
  471. description:
  472. name: http_parser
  473. url: "https://pub.dartlang.org"
  474. source: hosted
  475. version: "4.0.0"
  476. i18n_extension:
  477. dependency: transitive
  478. description:
  479. name: i18n_extension
  480. url: "https://pub.dartlang.org"
  481. source: hosted
  482. version: "4.1.3"
  483. image_picker:
  484. dependency: transitive
  485. description:
  486. name: image_picker
  487. url: "https://pub.dartlang.org"
  488. source: hosted
  489. version: "0.8.4+4"
  490. image_picker_for_web:
  491. dependency: transitive
  492. description:
  493. name: image_picker_for_web
  494. url: "https://pub.dartlang.org"
  495. source: hosted
  496. version: "2.1.4"
  497. image_picker_platform_interface:
  498. dependency: transitive
  499. description:
  500. name: image_picker_platform_interface
  501. url: "https://pub.dartlang.org"
  502. source: hosted
  503. version: "2.4.1"
  504. intl:
  505. dependency: transitive
  506. description:
  507. name: intl
  508. url: "https://pub.dartlang.org"
  509. source: hosted
  510. version: "0.17.0"
  511. io:
  512. dependency: transitive
  513. description:
  514. name: io
  515. url: "https://pub.dartlang.org"
  516. source: hosted
  517. version: "1.0.3"
  518. isolates:
  519. dependency: transitive
  520. description:
  521. name: isolates
  522. url: "https://pub.dartlang.org"
  523. source: hosted
  524. version: "3.0.3+8"
  525. js:
  526. dependency: transitive
  527. description:
  528. name: js
  529. url: "https://pub.dartlang.org"
  530. source: hosted
  531. version: "0.6.3"
  532. json_annotation:
  533. dependency: transitive
  534. description:
  535. name: json_annotation
  536. url: "https://pub.dartlang.org"
  537. source: hosted
  538. version: "4.3.0"
  539. lint:
  540. dependency: transitive
  541. description:
  542. name: lint
  543. url: "https://pub.dartlang.org"
  544. source: hosted
  545. version: "1.7.2"
  546. lints:
  547. dependency: transitive
  548. description:
  549. name: lints
  550. url: "https://pub.dartlang.org"
  551. source: hosted
  552. version: "1.0.1"
  553. loading_indicator:
  554. dependency: transitive
  555. description:
  556. name: loading_indicator
  557. url: "https://pub.dartlang.org"
  558. source: hosted
  559. version: "3.0.2"
  560. logger:
  561. dependency: transitive
  562. description:
  563. name: logger
  564. url: "https://pub.dartlang.org"
  565. source: hosted
  566. version: "1.1.0"
  567. logging:
  568. dependency: transitive
  569. description:
  570. name: logging
  571. url: "https://pub.dartlang.org"
  572. source: hosted
  573. version: "1.0.2"
  574. matcher:
  575. dependency: transitive
  576. description:
  577. name: matcher
  578. url: "https://pub.dartlang.org"
  579. source: hosted
  580. version: "0.12.11"
  581. meta:
  582. dependency: transitive
  583. description:
  584. name: meta
  585. url: "https://pub.dartlang.org"
  586. source: hosted
  587. version: "1.7.0"
  588. mime:
  589. dependency: transitive
  590. description:
  591. name: mime
  592. url: "https://pub.dartlang.org"
  593. source: hosted
  594. version: "1.0.1"
  595. nested:
  596. dependency: transitive
  597. description:
  598. name: nested
  599. url: "https://pub.dartlang.org"
  600. source: hosted
  601. version: "1.0.0"
  602. package_config:
  603. dependency: transitive
  604. description:
  605. name: package_config
  606. url: "https://pub.dartlang.org"
  607. source: hosted
  608. version: "2.0.2"
  609. package_info_plus:
  610. dependency: "direct main"
  611. description:
  612. name: package_info_plus
  613. url: "https://pub.dartlang.org"
  614. source: hosted
  615. version: "1.3.0"
  616. package_info_plus_linux:
  617. dependency: transitive
  618. description:
  619. name: package_info_plus_linux
  620. url: "https://pub.dartlang.org"
  621. source: hosted
  622. version: "1.0.3"
  623. package_info_plus_macos:
  624. dependency: transitive
  625. description:
  626. name: package_info_plus_macos
  627. url: "https://pub.dartlang.org"
  628. source: hosted
  629. version: "1.3.0"
  630. package_info_plus_platform_interface:
  631. dependency: transitive
  632. description:
  633. name: package_info_plus_platform_interface
  634. url: "https://pub.dartlang.org"
  635. source: hosted
  636. version: "1.0.2"
  637. package_info_plus_web:
  638. dependency: transitive
  639. description:
  640. name: package_info_plus_web
  641. url: "https://pub.dartlang.org"
  642. source: hosted
  643. version: "1.0.4"
  644. package_info_plus_windows:
  645. dependency: transitive
  646. description:
  647. name: package_info_plus_windows
  648. url: "https://pub.dartlang.org"
  649. source: hosted
  650. version: "1.0.4"
  651. path:
  652. dependency: transitive
  653. description:
  654. name: path
  655. url: "https://pub.dartlang.org"
  656. source: hosted
  657. version: "1.8.0"
  658. path_drawing:
  659. dependency: transitive
  660. description:
  661. name: path_drawing
  662. url: "https://pub.dartlang.org"
  663. source: hosted
  664. version: "0.5.1+1"
  665. path_parsing:
  666. dependency: transitive
  667. description:
  668. name: path_parsing
  669. url: "https://pub.dartlang.org"
  670. source: hosted
  671. version: "0.2.1"
  672. path_provider:
  673. dependency: "direct main"
  674. description:
  675. name: path_provider
  676. url: "https://pub.dartlang.org"
  677. source: hosted
  678. version: "2.0.6"
  679. path_provider_linux:
  680. dependency: transitive
  681. description:
  682. name: path_provider_linux
  683. url: "https://pub.dartlang.org"
  684. source: hosted
  685. version: "2.1.1"
  686. path_provider_macos:
  687. dependency: transitive
  688. description:
  689. name: path_provider_macos
  690. url: "https://pub.dartlang.org"
  691. source: hosted
  692. version: "2.0.2"
  693. path_provider_platform_interface:
  694. dependency: transitive
  695. description:
  696. name: path_provider_platform_interface
  697. url: "https://pub.dartlang.org"
  698. source: hosted
  699. version: "2.0.1"
  700. path_provider_windows:
  701. dependency: transitive
  702. description:
  703. name: path_provider_windows
  704. url: "https://pub.dartlang.org"
  705. source: hosted
  706. version: "2.0.4"
  707. pedantic:
  708. dependency: transitive
  709. description:
  710. name: pedantic
  711. url: "https://pub.dartlang.org"
  712. source: hosted
  713. version: "1.11.1"
  714. petitparser:
  715. dependency: transitive
  716. description:
  717. name: petitparser
  718. url: "https://pub.dartlang.org"
  719. source: hosted
  720. version: "4.4.0"
  721. photo_view:
  722. dependency: transitive
  723. description:
  724. name: photo_view
  725. url: "https://pub.dartlang.org"
  726. source: hosted
  727. version: "0.13.0"
  728. platform:
  729. dependency: transitive
  730. description:
  731. name: platform
  732. url: "https://pub.dartlang.org"
  733. source: hosted
  734. version: "3.0.2"
  735. plugin_platform_interface:
  736. dependency: transitive
  737. description:
  738. name: plugin_platform_interface
  739. url: "https://pub.dartlang.org"
  740. source: hosted
  741. version: "2.0.2"
  742. pool:
  743. dependency: transitive
  744. description:
  745. name: pool
  746. url: "https://pub.dartlang.org"
  747. source: hosted
  748. version: "1.5.0"
  749. process:
  750. dependency: transitive
  751. description:
  752. name: process
  753. url: "https://pub.dartlang.org"
  754. source: hosted
  755. version: "4.2.4"
  756. protobuf:
  757. dependency: transitive
  758. description:
  759. name: protobuf
  760. url: "https://pub.dartlang.org"
  761. source: hosted
  762. version: "2.0.0"
  763. provider:
  764. dependency: "direct main"
  765. description:
  766. name: provider
  767. url: "https://pub.dartlang.org"
  768. source: hosted
  769. version: "6.0.1"
  770. pub_semver:
  771. dependency: transitive
  772. description:
  773. name: pub_semver
  774. url: "https://pub.dartlang.org"
  775. source: hosted
  776. version: "2.1.0"
  777. pubspec_parse:
  778. dependency: transitive
  779. description:
  780. name: pubspec_parse
  781. url: "https://pub.dartlang.org"
  782. source: hosted
  783. version: "1.1.0"
  784. quiver:
  785. dependency: transitive
  786. description:
  787. name: quiver
  788. url: "https://pub.dartlang.org"
  789. source: hosted
  790. version: "3.0.1+1"
  791. quiver_hashcode:
  792. dependency: transitive
  793. description:
  794. name: quiver_hashcode
  795. url: "https://pub.dartlang.org"
  796. source: hosted
  797. version: "2.0.0"
  798. shelf:
  799. dependency: transitive
  800. description:
  801. name: shelf
  802. url: "https://pub.dartlang.org"
  803. source: hosted
  804. version: "1.2.0"
  805. shelf_web_socket:
  806. dependency: transitive
  807. description:
  808. name: shelf_web_socket
  809. url: "https://pub.dartlang.org"
  810. source: hosted
  811. version: "1.0.1"
  812. sized_context:
  813. dependency: "direct main"
  814. description:
  815. name: sized_context
  816. url: "https://pub.dartlang.org"
  817. source: hosted
  818. version: "1.0.0+1"
  819. sky_engine:
  820. dependency: transitive
  821. description: flutter
  822. source: sdk
  823. version: "0.0.99"
  824. source_gen:
  825. dependency: transitive
  826. description:
  827. name: source_gen
  828. url: "https://pub.dartlang.org"
  829. source: hosted
  830. version: "1.1.1"
  831. source_span:
  832. dependency: transitive
  833. description:
  834. name: source_span
  835. url: "https://pub.dartlang.org"
  836. source: hosted
  837. version: "1.8.1"
  838. sprintf:
  839. dependency: transitive
  840. description:
  841. name: sprintf
  842. url: "https://pub.dartlang.org"
  843. source: hosted
  844. version: "6.0.0"
  845. stack_trace:
  846. dependency: transitive
  847. description:
  848. name: stack_trace
  849. url: "https://pub.dartlang.org"
  850. source: hosted
  851. version: "1.10.0"
  852. stream_channel:
  853. dependency: transitive
  854. description:
  855. name: stream_channel
  856. url: "https://pub.dartlang.org"
  857. source: hosted
  858. version: "2.1.0"
  859. stream_transform:
  860. dependency: transitive
  861. description:
  862. name: stream_transform
  863. url: "https://pub.dartlang.org"
  864. source: hosted
  865. version: "2.0.0"
  866. string_scanner:
  867. dependency: transitive
  868. description:
  869. name: string_scanner
  870. url: "https://pub.dartlang.org"
  871. source: hosted
  872. version: "1.1.0"
  873. string_validator:
  874. dependency: transitive
  875. description:
  876. name: string_validator
  877. url: "https://pub.dartlang.org"
  878. source: hosted
  879. version: "0.3.0"
  880. styled_widget:
  881. dependency: "direct main"
  882. description:
  883. name: styled_widget
  884. url: "https://pub.dartlang.org"
  885. source: hosted
  886. version: "0.4.0+3"
  887. term_glyph:
  888. dependency: transitive
  889. description:
  890. name: term_glyph
  891. url: "https://pub.dartlang.org"
  892. source: hosted
  893. version: "1.2.0"
  894. test_api:
  895. dependency: transitive
  896. description:
  897. name: test_api
  898. url: "https://pub.dartlang.org"
  899. source: hosted
  900. version: "0.4.3"
  901. textstyle_extensions:
  902. dependency: transitive
  903. description:
  904. name: textstyle_extensions
  905. url: "https://pub.dartlang.org"
  906. source: hosted
  907. version: "2.0.0-nullsafety"
  908. time:
  909. dependency: "direct main"
  910. description:
  911. name: time
  912. url: "https://pub.dartlang.org"
  913. source: hosted
  914. version: "2.0.0"
  915. timing:
  916. dependency: transitive
  917. description:
  918. name: timing
  919. url: "https://pub.dartlang.org"
  920. source: hosted
  921. version: "1.0.0"
  922. tuple:
  923. dependency: transitive
  924. description:
  925. name: tuple
  926. url: "https://pub.dartlang.org"
  927. source: hosted
  928. version: "2.0.0"
  929. typed_data:
  930. dependency: transitive
  931. description:
  932. name: typed_data
  933. url: "https://pub.dartlang.org"
  934. source: hosted
  935. version: "1.3.0"
  936. universal_platform:
  937. dependency: transitive
  938. description:
  939. name: universal_platform
  940. url: "https://pub.dartlang.org"
  941. source: hosted
  942. version: "1.0.0+1"
  943. url_launcher:
  944. dependency: "direct main"
  945. description:
  946. name: url_launcher
  947. url: "https://pub.dartlang.org"
  948. source: hosted
  949. version: "6.0.12"
  950. url_launcher_linux:
  951. dependency: transitive
  952. description:
  953. name: url_launcher_linux
  954. url: "https://pub.dartlang.org"
  955. source: hosted
  956. version: "2.0.2"
  957. url_launcher_macos:
  958. dependency: transitive
  959. description:
  960. name: url_launcher_macos
  961. url: "https://pub.dartlang.org"
  962. source: hosted
  963. version: "2.0.2"
  964. url_launcher_platform_interface:
  965. dependency: transitive
  966. description:
  967. name: url_launcher_platform_interface
  968. url: "https://pub.dartlang.org"
  969. source: hosted
  970. version: "2.0.4"
  971. url_launcher_web:
  972. dependency: transitive
  973. description:
  974. name: url_launcher_web
  975. url: "https://pub.dartlang.org"
  976. source: hosted
  977. version: "2.0.4"
  978. url_launcher_windows:
  979. dependency: transitive
  980. description:
  981. name: url_launcher_windows
  982. url: "https://pub.dartlang.org"
  983. source: hosted
  984. version: "2.0.2"
  985. uuid:
  986. dependency: transitive
  987. description:
  988. name: uuid
  989. url: "https://pub.dartlang.org"
  990. source: hosted
  991. version: "3.0.5"
  992. vector_math:
  993. dependency: transitive
  994. description:
  995. name: vector_math
  996. url: "https://pub.dartlang.org"
  997. source: hosted
  998. version: "2.1.0"
  999. video_player:
  1000. dependency: transitive
  1001. description:
  1002. name: video_player
  1003. url: "https://pub.dartlang.org"
  1004. source: hosted
  1005. version: "2.2.7"
  1006. video_player_platform_interface:
  1007. dependency: transitive
  1008. description:
  1009. name: video_player_platform_interface
  1010. url: "https://pub.dartlang.org"
  1011. source: hosted
  1012. version: "4.2.0"
  1013. video_player_web:
  1014. dependency: transitive
  1015. description:
  1016. name: video_player_web
  1017. url: "https://pub.dartlang.org"
  1018. source: hosted
  1019. version: "2.0.4"
  1020. watcher:
  1021. dependency: transitive
  1022. description:
  1023. name: watcher
  1024. url: "https://pub.dartlang.org"
  1025. source: hosted
  1026. version: "1.0.1"
  1027. web_socket_channel:
  1028. dependency: transitive
  1029. description:
  1030. name: web_socket_channel
  1031. url: "https://pub.dartlang.org"
  1032. source: hosted
  1033. version: "2.1.0"
  1034. win32:
  1035. dependency: transitive
  1036. description:
  1037. name: win32
  1038. url: "https://pub.dartlang.org"
  1039. source: hosted
  1040. version: "2.2.10"
  1041. window_size:
  1042. dependency: "direct main"
  1043. description:
  1044. path: "plugins/window_size"
  1045. ref: e48abe7c3e9ebfe0b81622167c5201d4e783bb81
  1046. resolved-ref: e48abe7c3e9ebfe0b81622167c5201d4e783bb81
  1047. url: "git://github.com/google/flutter-desktop-embedding.git"
  1048. source: git
  1049. version: "0.1.0"
  1050. xdg_directories:
  1051. dependency: transitive
  1052. description:
  1053. name: xdg_directories
  1054. url: "https://pub.dartlang.org"
  1055. source: hosted
  1056. version: "0.2.0"
  1057. xml:
  1058. dependency: transitive
  1059. description:
  1060. name: xml
  1061. url: "https://pub.dartlang.org"
  1062. source: hosted
  1063. version: "5.3.1"
  1064. yaml:
  1065. dependency: transitive
  1066. description:
  1067. name: yaml
  1068. url: "https://pub.dartlang.org"
  1069. source: hosted
  1070. version: "3.1.0"
  1071. youtube_player_flutter:
  1072. dependency: transitive
  1073. description:
  1074. name: youtube_player_flutter
  1075. url: "https://pub.dartlang.org"
  1076. source: hosted
  1077. version: "8.0.0"
  1078. sdks:
  1079. dart: ">=2.15.0-116.0.dev <3.0.0"
  1080. flutter: ">=2.5.0"