pubspec.lock 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807
  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: "22.0.0"
  11. analyzer:
  12. dependency: transitive
  13. description:
  14. name: analyzer
  15. url: "https://pub.dartlang.org"
  16. source: hosted
  17. version: "1.7.2"
  18. animations:
  19. dependency: transitive
  20. description:
  21. name: animations
  22. url: "https://pub.dartlang.org"
  23. source: hosted
  24. version: "2.0.0"
  25. args:
  26. dependency: transitive
  27. description:
  28. name: args
  29. url: "https://pub.dartlang.org"
  30. source: hosted
  31. version: "2.1.1"
  32. async:
  33. dependency: transitive
  34. description:
  35. name: async
  36. url: "https://pub.dartlang.org"
  37. source: hosted
  38. version: "2.7.0"
  39. bloc:
  40. dependency: transitive
  41. description:
  42. name: bloc
  43. url: "https://pub.dartlang.org"
  44. source: hosted
  45. version: "7.0.0"
  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.0.2"
  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.0"
  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.3"
  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.0.4"
  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.0.0"
  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.0"
  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.0"
  109. characters:
  110. dependency: transitive
  111. description:
  112. name: characters
  113. url: "https://pub.dartlang.org"
  114. source: hosted
  115. version: "1.1.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.0"
  137. clock:
  138. dependency: transitive
  139. description:
  140. name: clock
  141. url: "https://pub.dartlang.org"
  142. source: hosted
  143. version: "1.1.0"
  144. code_builder:
  145. dependency: transitive
  146. description:
  147. name: code_builder
  148. url: "https://pub.dartlang.org"
  149. source: hosted
  150. version: "4.0.0"
  151. collection:
  152. dependency: transitive
  153. description:
  154. name: collection
  155. url: "https://pub.dartlang.org"
  156. source: hosted
  157. version: "1.15.0"
  158. convert:
  159. dependency: transitive
  160. description:
  161. name: convert
  162. url: "https://pub.dartlang.org"
  163. source: hosted
  164. version: "3.0.0"
  165. crypto:
  166. dependency: transitive
  167. description:
  168. name: crypto
  169. url: "https://pub.dartlang.org"
  170. source: hosted
  171. version: "3.0.1"
  172. cupertino_icons:
  173. dependency: "direct main"
  174. description:
  175. name: cupertino_icons
  176. url: "https://pub.dartlang.org"
  177. source: hosted
  178. version: "1.0.3"
  179. dart_style:
  180. dependency: transitive
  181. description:
  182. name: dart_style
  183. url: "https://pub.dartlang.org"
  184. source: hosted
  185. version: "2.0.1"
  186. dartz:
  187. dependency: transitive
  188. description:
  189. name: dartz
  190. url: "https://pub.dartlang.org"
  191. source: hosted
  192. version: "0.10.0-nullsafety.2"
  193. equatable:
  194. dependency: "direct main"
  195. description:
  196. name: equatable
  197. url: "https://pub.dartlang.org"
  198. source: hosted
  199. version: "2.0.3"
  200. fake_async:
  201. dependency: transitive
  202. description:
  203. name: fake_async
  204. url: "https://pub.dartlang.org"
  205. source: hosted
  206. version: "1.2.0"
  207. ffi:
  208. dependency: transitive
  209. description:
  210. name: ffi
  211. url: "https://pub.dartlang.org"
  212. source: hosted
  213. version: "1.1.2"
  214. file:
  215. dependency: transitive
  216. description:
  217. name: file
  218. url: "https://pub.dartlang.org"
  219. source: hosted
  220. version: "6.1.2"
  221. fixnum:
  222. dependency: transitive
  223. description:
  224. name: fixnum
  225. url: "https://pub.dartlang.org"
  226. source: hosted
  227. version: "1.0.0"
  228. flowy_editor:
  229. dependency: "direct main"
  230. description:
  231. path: "packages/flowy_editor"
  232. relative: true
  233. source: path
  234. version: "0.0.1"
  235. flowy_logger:
  236. dependency: transitive
  237. description:
  238. path: "packages/flowy_logger"
  239. relative: true
  240. source: path
  241. version: "0.0.1"
  242. flowy_sdk:
  243. dependency: "direct main"
  244. description:
  245. path: "packages/flowy_sdk"
  246. relative: true
  247. source: path
  248. version: "0.0.1"
  249. flowy_style:
  250. dependency: "direct main"
  251. description:
  252. path: "packages/flowy_style"
  253. relative: true
  254. source: path
  255. version: "0.0.1"
  256. flutter:
  257. dependency: "direct main"
  258. description: flutter
  259. source: sdk
  260. version: "0.0.0"
  261. flutter_bloc:
  262. dependency: "direct main"
  263. description:
  264. name: flutter_bloc
  265. url: "https://pub.dartlang.org"
  266. source: hosted
  267. version: "7.0.1"
  268. flutter_colorpicker:
  269. dependency: transitive
  270. description:
  271. name: flutter_colorpicker
  272. url: "https://pub.dartlang.org"
  273. source: hosted
  274. version: "0.5.0"
  275. flutter_keyboard_visibility:
  276. dependency: transitive
  277. description:
  278. name: flutter_keyboard_visibility
  279. url: "https://pub.dartlang.org"
  280. source: hosted
  281. version: "5.0.2"
  282. flutter_keyboard_visibility_platform_interface:
  283. dependency: transitive
  284. description:
  285. name: flutter_keyboard_visibility_platform_interface
  286. url: "https://pub.dartlang.org"
  287. source: hosted
  288. version: "2.0.0"
  289. flutter_keyboard_visibility_web:
  290. dependency: transitive
  291. description:
  292. name: flutter_keyboard_visibility_web
  293. url: "https://pub.dartlang.org"
  294. source: hosted
  295. version: "2.0.0"
  296. flutter_lints:
  297. dependency: "direct dev"
  298. description:
  299. name: flutter_lints
  300. url: "https://pub.dartlang.org"
  301. source: hosted
  302. version: "1.0.3"
  303. flutter_test:
  304. dependency: "direct dev"
  305. description: flutter
  306. source: sdk
  307. version: "0.0.0"
  308. flutter_web_plugins:
  309. dependency: transitive
  310. description: flutter
  311. source: sdk
  312. version: "0.0.0"
  313. freezed:
  314. dependency: "direct dev"
  315. description:
  316. name: freezed
  317. url: "https://pub.dartlang.org"
  318. source: hosted
  319. version: "0.14.2"
  320. freezed_annotation:
  321. dependency: "direct main"
  322. description:
  323. name: freezed_annotation
  324. url: "https://pub.dartlang.org"
  325. source: hosted
  326. version: "0.14.2"
  327. frontend_server_client:
  328. dependency: transitive
  329. description:
  330. name: frontend_server_client
  331. url: "https://pub.dartlang.org"
  332. source: hosted
  333. version: "2.1.0"
  334. get_it:
  335. dependency: "direct main"
  336. description:
  337. name: get_it
  338. url: "https://pub.dartlang.org"
  339. source: hosted
  340. version: "7.1.3"
  341. glob:
  342. dependency: transitive
  343. description:
  344. name: glob
  345. url: "https://pub.dartlang.org"
  346. source: hosted
  347. version: "2.0.1"
  348. graphs:
  349. dependency: transitive
  350. description:
  351. name: graphs
  352. url: "https://pub.dartlang.org"
  353. source: hosted
  354. version: "2.0.0"
  355. http_multi_server:
  356. dependency: transitive
  357. description:
  358. name: http_multi_server
  359. url: "https://pub.dartlang.org"
  360. source: hosted
  361. version: "3.0.1"
  362. http_parser:
  363. dependency: transitive
  364. description:
  365. name: http_parser
  366. url: "https://pub.dartlang.org"
  367. source: hosted
  368. version: "4.0.0"
  369. infra:
  370. dependency: transitive
  371. description:
  372. path: "packages/infra"
  373. relative: true
  374. source: path
  375. version: "0.0.1"
  376. io:
  377. dependency: transitive
  378. description:
  379. name: io
  380. url: "https://pub.dartlang.org"
  381. source: hosted
  382. version: "1.0.0"
  383. isolates:
  384. dependency: transitive
  385. description:
  386. name: isolates
  387. url: "https://pub.dartlang.org"
  388. source: hosted
  389. version: "3.0.3+8"
  390. js:
  391. dependency: transitive
  392. description:
  393. name: js
  394. url: "https://pub.dartlang.org"
  395. source: hosted
  396. version: "0.6.3"
  397. json_annotation:
  398. dependency: transitive
  399. description:
  400. name: json_annotation
  401. url: "https://pub.dartlang.org"
  402. source: hosted
  403. version: "4.0.1"
  404. lints:
  405. dependency: transitive
  406. description:
  407. name: lints
  408. url: "https://pub.dartlang.org"
  409. source: hosted
  410. version: "1.0.1"
  411. logger:
  412. dependency: transitive
  413. description:
  414. name: logger
  415. url: "https://pub.dartlang.org"
  416. source: hosted
  417. version: "1.0.0"
  418. logging:
  419. dependency: transitive
  420. description:
  421. name: logging
  422. url: "https://pub.dartlang.org"
  423. source: hosted
  424. version: "1.0.1"
  425. matcher:
  426. dependency: transitive
  427. description:
  428. name: matcher
  429. url: "https://pub.dartlang.org"
  430. source: hosted
  431. version: "0.12.10"
  432. meta:
  433. dependency: transitive
  434. description:
  435. name: meta
  436. url: "https://pub.dartlang.org"
  437. source: hosted
  438. version: "1.4.0"
  439. mime:
  440. dependency: transitive
  441. description:
  442. name: mime
  443. url: "https://pub.dartlang.org"
  444. source: hosted
  445. version: "1.0.0"
  446. nested:
  447. dependency: transitive
  448. description:
  449. name: nested
  450. url: "https://pub.dartlang.org"
  451. source: hosted
  452. version: "1.0.0"
  453. package_config:
  454. dependency: transitive
  455. description:
  456. name: package_config
  457. url: "https://pub.dartlang.org"
  458. source: hosted
  459. version: "2.0.0"
  460. path:
  461. dependency: transitive
  462. description:
  463. name: path
  464. url: "https://pub.dartlang.org"
  465. source: hosted
  466. version: "1.8.0"
  467. path_provider:
  468. dependency: "direct main"
  469. description:
  470. name: path_provider
  471. url: "https://pub.dartlang.org"
  472. source: hosted
  473. version: "2.0.2"
  474. path_provider_linux:
  475. dependency: transitive
  476. description:
  477. name: path_provider_linux
  478. url: "https://pub.dartlang.org"
  479. source: hosted
  480. version: "2.0.0"
  481. path_provider_macos:
  482. dependency: transitive
  483. description:
  484. name: path_provider_macos
  485. url: "https://pub.dartlang.org"
  486. source: hosted
  487. version: "2.0.0"
  488. path_provider_platform_interface:
  489. dependency: transitive
  490. description:
  491. name: path_provider_platform_interface
  492. url: "https://pub.dartlang.org"
  493. source: hosted
  494. version: "2.0.1"
  495. path_provider_windows:
  496. dependency: transitive
  497. description:
  498. name: path_provider_windows
  499. url: "https://pub.dartlang.org"
  500. source: hosted
  501. version: "2.0.1"
  502. pedantic:
  503. dependency: transitive
  504. description:
  505. name: pedantic
  506. url: "https://pub.dartlang.org"
  507. source: hosted
  508. version: "1.11.1"
  509. photo_view:
  510. dependency: transitive
  511. description:
  512. path: "."
  513. ref: "0.11.1-bugfix.1"
  514. resolved-ref: "2b1915d8e798d887137397ec66511a14af30dadb"
  515. url: "[email protected]:App-Flowy/photo_view.git"
  516. source: git
  517. version: "0.11.1-bugfix.1"
  518. platform:
  519. dependency: transitive
  520. description:
  521. name: platform
  522. url: "https://pub.dartlang.org"
  523. source: hosted
  524. version: "3.0.0"
  525. plugin_platform_interface:
  526. dependency: transitive
  527. description:
  528. name: plugin_platform_interface
  529. url: "https://pub.dartlang.org"
  530. source: hosted
  531. version: "2.0.0"
  532. pool:
  533. dependency: transitive
  534. description:
  535. name: pool
  536. url: "https://pub.dartlang.org"
  537. source: hosted
  538. version: "1.5.0"
  539. process:
  540. dependency: transitive
  541. description:
  542. name: process
  543. url: "https://pub.dartlang.org"
  544. source: hosted
  545. version: "4.2.1"
  546. protobuf:
  547. dependency: transitive
  548. description:
  549. name: protobuf
  550. url: "https://pub.dartlang.org"
  551. source: hosted
  552. version: "2.0.0"
  553. provider:
  554. dependency: transitive
  555. description:
  556. name: provider
  557. url: "https://pub.dartlang.org"
  558. source: hosted
  559. version: "5.0.0"
  560. pub_semver:
  561. dependency: transitive
  562. description:
  563. name: pub_semver
  564. url: "https://pub.dartlang.org"
  565. source: hosted
  566. version: "2.0.0"
  567. pubspec_parse:
  568. dependency: transitive
  569. description:
  570. name: pubspec_parse
  571. url: "https://pub.dartlang.org"
  572. source: hosted
  573. version: "1.0.0"
  574. quiver:
  575. dependency: transitive
  576. description:
  577. name: quiver
  578. url: "https://pub.dartlang.org"
  579. source: hosted
  580. version: "3.0.1"
  581. quiver_hashcode:
  582. dependency: transitive
  583. description:
  584. name: quiver_hashcode
  585. url: "https://pub.dartlang.org"
  586. source: hosted
  587. version: "2.0.0"
  588. shelf:
  589. dependency: transitive
  590. description:
  591. name: shelf
  592. url: "https://pub.dartlang.org"
  593. source: hosted
  594. version: "1.1.4"
  595. shelf_web_socket:
  596. dependency: transitive
  597. description:
  598. name: shelf_web_socket
  599. url: "https://pub.dartlang.org"
  600. source: hosted
  601. version: "1.0.1"
  602. sky_engine:
  603. dependency: transitive
  604. description: flutter
  605. source: sdk
  606. version: "0.0.99"
  607. source_gen:
  608. dependency: transitive
  609. description:
  610. name: source_gen
  611. url: "https://pub.dartlang.org"
  612. source: hosted
  613. version: "1.0.2"
  614. source_span:
  615. dependency: transitive
  616. description:
  617. name: source_span
  618. url: "https://pub.dartlang.org"
  619. source: hosted
  620. version: "1.8.1"
  621. stack_trace:
  622. dependency: transitive
  623. description:
  624. name: stack_trace
  625. url: "https://pub.dartlang.org"
  626. source: hosted
  627. version: "1.10.0"
  628. stream_channel:
  629. dependency: transitive
  630. description:
  631. name: stream_channel
  632. url: "https://pub.dartlang.org"
  633. source: hosted
  634. version: "2.1.0"
  635. stream_transform:
  636. dependency: transitive
  637. description:
  638. name: stream_transform
  639. url: "https://pub.dartlang.org"
  640. source: hosted
  641. version: "2.0.0"
  642. string_scanner:
  643. dependency: transitive
  644. description:
  645. name: string_scanner
  646. url: "https://pub.dartlang.org"
  647. source: hosted
  648. version: "1.1.0"
  649. string_validator:
  650. dependency: transitive
  651. description:
  652. name: string_validator
  653. url: "https://pub.dartlang.org"
  654. source: hosted
  655. version: "0.3.0"
  656. term_glyph:
  657. dependency: transitive
  658. description:
  659. name: term_glyph
  660. url: "https://pub.dartlang.org"
  661. source: hosted
  662. version: "1.2.0"
  663. test_api:
  664. dependency: transitive
  665. description:
  666. name: test_api
  667. url: "https://pub.dartlang.org"
  668. source: hosted
  669. version: "0.4.1"
  670. textstyle_extensions:
  671. dependency: transitive
  672. description:
  673. name: textstyle_extensions
  674. url: "https://pub.dartlang.org"
  675. source: hosted
  676. version: "2.0.0-nullsafety"
  677. time:
  678. dependency: "direct main"
  679. description:
  680. name: time
  681. url: "https://pub.dartlang.org"
  682. source: hosted
  683. version: "2.0.0"
  684. timing:
  685. dependency: transitive
  686. description:
  687. name: timing
  688. url: "https://pub.dartlang.org"
  689. source: hosted
  690. version: "1.0.0"
  691. tuple:
  692. dependency: transitive
  693. description:
  694. name: tuple
  695. url: "https://pub.dartlang.org"
  696. source: hosted
  697. version: "2.0.0"
  698. typed_data:
  699. dependency: transitive
  700. description:
  701. name: typed_data
  702. url: "https://pub.dartlang.org"
  703. source: hosted
  704. version: "1.3.0"
  705. url_launcher:
  706. dependency: transitive
  707. description:
  708. name: url_launcher
  709. url: "https://pub.dartlang.org"
  710. source: hosted
  711. version: "6.0.9"
  712. url_launcher_linux:
  713. dependency: transitive
  714. description:
  715. name: url_launcher_linux
  716. url: "https://pub.dartlang.org"
  717. source: hosted
  718. version: "2.0.0"
  719. url_launcher_macos:
  720. dependency: transitive
  721. description:
  722. name: url_launcher_macos
  723. url: "https://pub.dartlang.org"
  724. source: hosted
  725. version: "2.0.0"
  726. url_launcher_platform_interface:
  727. dependency: transitive
  728. description:
  729. name: url_launcher_platform_interface
  730. url: "https://pub.dartlang.org"
  731. source: hosted
  732. version: "2.0.4"
  733. url_launcher_web:
  734. dependency: transitive
  735. description:
  736. name: url_launcher_web
  737. url: "https://pub.dartlang.org"
  738. source: hosted
  739. version: "2.0.1"
  740. url_launcher_windows:
  741. dependency: transitive
  742. description:
  743. name: url_launcher_windows
  744. url: "https://pub.dartlang.org"
  745. source: hosted
  746. version: "2.0.0"
  747. uuid:
  748. dependency: transitive
  749. description:
  750. name: uuid
  751. url: "https://pub.dartlang.org"
  752. source: hosted
  753. version: "3.0.4"
  754. vector_math:
  755. dependency: transitive
  756. description:
  757. name: vector_math
  758. url: "https://pub.dartlang.org"
  759. source: hosted
  760. version: "2.1.0"
  761. watcher:
  762. dependency: transitive
  763. description:
  764. name: watcher
  765. url: "https://pub.dartlang.org"
  766. source: hosted
  767. version: "1.0.0"
  768. web_socket_channel:
  769. dependency: transitive
  770. description:
  771. name: web_socket_channel
  772. url: "https://pub.dartlang.org"
  773. source: hosted
  774. version: "2.1.0"
  775. win32:
  776. dependency: transitive
  777. description:
  778. name: win32
  779. url: "https://pub.dartlang.org"
  780. source: hosted
  781. version: "2.2.0"
  782. window_size:
  783. dependency: "direct main"
  784. description:
  785. path: "plugins/window_size"
  786. ref: e48abe7c3e9ebfe0b81622167c5201d4e783bb81
  787. resolved-ref: e48abe7c3e9ebfe0b81622167c5201d4e783bb81
  788. url: "git://github.com/google/flutter-desktop-embedding.git"
  789. source: git
  790. version: "0.1.0"
  791. xdg_directories:
  792. dependency: transitive
  793. description:
  794. name: xdg_directories
  795. url: "https://pub.dartlang.org"
  796. source: hosted
  797. version: "0.2.0"
  798. yaml:
  799. dependency: transitive
  800. description:
  801. name: yaml
  802. url: "https://pub.dartlang.org"
  803. source: hosted
  804. version: "3.1.0"
  805. sdks:
  806. dart: ">=2.13.0 <3.0.0"
  807. flutter: ">=2.0.0"