pubspec.lock 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721
  1. # Generated by pub
  2. # See https://dart.dev/tools/pub/glossary#lockfile
  3. packages:
  4. analyzer:
  5. dependency: transitive
  6. description:
  7. name: analyzer
  8. url: "https://pub.dartlang.org"
  9. source: hosted
  10. version: "0.36.4"
  11. args:
  12. dependency: transitive
  13. description:
  14. name: args
  15. url: "https://pub.dartlang.org"
  16. source: hosted
  17. version: "1.5.2"
  18. async:
  19. dependency: transitive
  20. description:
  21. name: async
  22. url: "https://pub.dartlang.org"
  23. source: hosted
  24. version: "2.3.0"
  25. battery:
  26. dependency: "direct main"
  27. description:
  28. name: battery
  29. url: "https://pub.dartlang.org"
  30. source: hosted
  31. version: "0.3.0+5"
  32. boolean_selector:
  33. dependency: transitive
  34. description:
  35. name: boolean_selector
  36. url: "https://pub.dartlang.org"
  37. source: hosted
  38. version: "1.0.5"
  39. build:
  40. dependency: transitive
  41. description:
  42. name: build
  43. url: "https://pub.dartlang.org"
  44. source: hosted
  45. version: "1.2.0"
  46. build_config:
  47. dependency: transitive
  48. description:
  49. name: build_config
  50. url: "https://pub.dartlang.org"
  51. source: hosted
  52. version: "0.4.1+1"
  53. build_daemon:
  54. dependency: transitive
  55. description:
  56. name: build_daemon
  57. url: "https://pub.dartlang.org"
  58. source: hosted
  59. version: "2.1.0"
  60. build_resolvers:
  61. dependency: transitive
  62. description:
  63. name: build_resolvers
  64. url: "https://pub.dartlang.org"
  65. source: hosted
  66. version: "1.0.8"
  67. build_runner:
  68. dependency: "direct dev"
  69. description:
  70. name: build_runner
  71. url: "https://pub.dartlang.org"
  72. source: hosted
  73. version: "1.7.1"
  74. build_runner_core:
  75. dependency: transitive
  76. description:
  77. name: build_runner_core
  78. url: "https://pub.dartlang.org"
  79. source: hosted
  80. version: "4.1.0"
  81. built_collection:
  82. dependency: transitive
  83. description:
  84. name: built_collection
  85. url: "https://pub.dartlang.org"
  86. source: hosted
  87. version: "4.2.2"
  88. built_value:
  89. dependency: transitive
  90. description:
  91. name: built_value
  92. url: "https://pub.dartlang.org"
  93. source: hosted
  94. version: "6.7.1"
  95. cached_network_image:
  96. dependency: "direct main"
  97. description:
  98. name: cached_network_image
  99. url: "https://pub.dartlang.org"
  100. source: hosted
  101. version: "0.8.0"
  102. charcode:
  103. dependency: transitive
  104. description:
  105. name: charcode
  106. url: "https://pub.dartlang.org"
  107. source: hosted
  108. version: "1.1.2"
  109. checked_yaml:
  110. dependency: transitive
  111. description:
  112. name: checked_yaml
  113. url: "https://pub.dartlang.org"
  114. source: hosted
  115. version: "1.0.2"
  116. code_builder:
  117. dependency: transitive
  118. description:
  119. name: code_builder
  120. url: "https://pub.dartlang.org"
  121. source: hosted
  122. version: "3.2.0"
  123. collection:
  124. dependency: transitive
  125. description:
  126. name: collection
  127. url: "https://pub.dartlang.org"
  128. source: hosted
  129. version: "1.14.11"
  130. convert:
  131. dependency: transitive
  132. description:
  133. name: convert
  134. url: "https://pub.dartlang.org"
  135. source: hosted
  136. version: "2.1.1"
  137. cookie_jar:
  138. dependency: transitive
  139. description:
  140. name: cookie_jar
  141. url: "https://pub.dartlang.org"
  142. source: hosted
  143. version: "1.0.1"
  144. crypto:
  145. dependency: transitive
  146. description:
  147. name: crypto
  148. url: "https://pub.dartlang.org"
  149. source: hosted
  150. version: "2.1.3"
  151. csslib:
  152. dependency: transitive
  153. description:
  154. name: csslib
  155. url: "https://pub.dartlang.org"
  156. source: hosted
  157. version: "0.16.1"
  158. cupertino_icons:
  159. dependency: "direct main"
  160. description:
  161. name: cupertino_icons
  162. url: "https://pub.dartlang.org"
  163. source: hosted
  164. version: "0.1.2"
  165. dart_style:
  166. dependency: transitive
  167. description:
  168. name: dart_style
  169. url: "https://pub.dartlang.org"
  170. source: hosted
  171. version: "1.2.9"
  172. dio:
  173. dependency: "direct main"
  174. description:
  175. name: dio
  176. url: "https://pub.dartlang.org"
  177. source: hosted
  178. version: "2.2.2"
  179. file_picker:
  180. dependency: "direct main"
  181. description:
  182. name: file_picker
  183. url: "https://pub.dartlang.org"
  184. source: hosted
  185. version: "1.4.1"
  186. fixnum:
  187. dependency: transitive
  188. description:
  189. name: fixnum
  190. url: "https://pub.dartlang.org"
  191. source: hosted
  192. version: "0.10.9"
  193. flutter:
  194. dependency: "direct main"
  195. description: flutter
  196. source: sdk
  197. version: "0.0.0"
  198. flutter_bugly:
  199. dependency: "direct main"
  200. description:
  201. name: flutter_bugly
  202. url: "https://pub.dartlang.org"
  203. source: hosted
  204. version: "0.2.6"
  205. flutter_cache_manager:
  206. dependency: transitive
  207. description:
  208. name: flutter_cache_manager
  209. url: "https://pub.dartlang.org"
  210. source: hosted
  211. version: "0.3.2"
  212. flutter_localizations:
  213. dependency: "direct main"
  214. description: flutter
  215. source: sdk
  216. version: "0.0.0"
  217. flutter_page_indicator:
  218. dependency: transitive
  219. description:
  220. name: flutter_page_indicator
  221. url: "https://pub.dartlang.org"
  222. source: hosted
  223. version: "0.0.3"
  224. flutter_picker:
  225. dependency: "direct main"
  226. description:
  227. name: flutter_picker
  228. url: "https://pub.dartlang.org"
  229. source: hosted
  230. version: "1.0.15"
  231. flutter_redux:
  232. dependency: "direct main"
  233. description:
  234. name: flutter_redux
  235. url: "https://pub.dartlang.org"
  236. source: hosted
  237. version: "0.5.3"
  238. flutter_screenutil:
  239. dependency: "direct main"
  240. description:
  241. name: flutter_screenutil
  242. url: "https://pub.dartlang.org"
  243. source: hosted
  244. version: "0.4.6"
  245. flutter_swiper:
  246. dependency: "direct main"
  247. description:
  248. name: flutter_swiper
  249. url: "https://pub.dartlang.org"
  250. source: hosted
  251. version: "1.1.6"
  252. flutter_test:
  253. dependency: "direct dev"
  254. description: flutter
  255. source: sdk
  256. version: "0.0.0"
  257. fluwx:
  258. dependency: "direct main"
  259. description:
  260. path: "."
  261. ref: HEAD
  262. resolved-ref: fd8b97739082a51b64afa26501c9c284088c460a
  263. url: "https://github.com/x1ongzhu/fluwx.git"
  264. source: git
  265. version: "1.0.4"
  266. front_end:
  267. dependency: transitive
  268. description:
  269. name: front_end
  270. url: "https://pub.dartlang.org"
  271. source: hosted
  272. version: "0.1.19"
  273. glob:
  274. dependency: transitive
  275. description:
  276. name: glob
  277. url: "https://pub.dartlang.org"
  278. source: hosted
  279. version: "1.1.7"
  280. graphs:
  281. dependency: transitive
  282. description:
  283. name: graphs
  284. url: "https://pub.dartlang.org"
  285. source: hosted
  286. version: "0.2.0"
  287. html:
  288. dependency: transitive
  289. description:
  290. name: html
  291. url: "https://pub.dartlang.org"
  292. source: hosted
  293. version: "0.14.0+2"
  294. http:
  295. dependency: "direct main"
  296. description:
  297. name: http
  298. url: "https://pub.dartlang.org"
  299. source: hosted
  300. version: "0.12.0+2"
  301. http_multi_server:
  302. dependency: transitive
  303. description:
  304. name: http_multi_server
  305. url: "https://pub.dartlang.org"
  306. source: hosted
  307. version: "2.1.0"
  308. http_parser:
  309. dependency: transitive
  310. description:
  311. name: http_parser
  312. url: "https://pub.dartlang.org"
  313. source: hosted
  314. version: "3.1.3"
  315. image_cropper:
  316. dependency: "direct main"
  317. description:
  318. name: image_cropper
  319. url: "https://pub.dartlang.org"
  320. source: hosted
  321. version: "1.0.2"
  322. image_picker_saver:
  323. dependency: "direct main"
  324. description:
  325. name: image_picker_saver
  326. url: "https://pub.dartlang.org"
  327. source: hosted
  328. version: "0.3.0"
  329. intl:
  330. dependency: "direct main"
  331. description:
  332. name: intl
  333. url: "https://pub.dartlang.org"
  334. source: hosted
  335. version: "0.15.8"
  336. io:
  337. dependency: transitive
  338. description:
  339. name: io
  340. url: "https://pub.dartlang.org"
  341. source: hosted
  342. version: "0.3.3"
  343. jpush_flutter:
  344. dependency: "direct main"
  345. description:
  346. name: jpush_flutter
  347. url: "https://pub.dartlang.org"
  348. source: hosted
  349. version: "0.1.0"
  350. js:
  351. dependency: transitive
  352. description:
  353. name: js
  354. url: "https://pub.dartlang.org"
  355. source: hosted
  356. version: "0.6.1+1"
  357. json_annotation:
  358. dependency: "direct dev"
  359. description:
  360. name: json_annotation
  361. url: "https://pub.dartlang.org"
  362. source: hosted
  363. version: "2.3.0"
  364. json_serializable:
  365. dependency: "direct main"
  366. description:
  367. name: json_serializable
  368. url: "https://pub.dartlang.org"
  369. source: hosted
  370. version: "2.3.0"
  371. kernel:
  372. dependency: transitive
  373. description:
  374. name: kernel
  375. url: "https://pub.dartlang.org"
  376. source: hosted
  377. version: "0.3.19"
  378. logging:
  379. dependency: transitive
  380. description:
  381. name: logging
  382. url: "https://pub.dartlang.org"
  383. source: hosted
  384. version: "0.11.3+2"
  385. matcher:
  386. dependency: transitive
  387. description:
  388. name: matcher
  389. url: "https://pub.dartlang.org"
  390. source: hosted
  391. version: "0.12.5"
  392. meta:
  393. dependency: transitive
  394. description:
  395. name: meta
  396. url: "https://pub.dartlang.org"
  397. source: hosted
  398. version: "1.1.7"
  399. mime:
  400. dependency: transitive
  401. description:
  402. name: mime
  403. url: "https://pub.dartlang.org"
  404. source: hosted
  405. version: "0.9.6+3"
  406. package_config:
  407. dependency: transitive
  408. description:
  409. name: package_config
  410. url: "https://pub.dartlang.org"
  411. source: hosted
  412. version: "1.1.0"
  413. package_info:
  414. dependency: "direct main"
  415. description:
  416. name: package_info
  417. url: "https://pub.dartlang.org"
  418. source: hosted
  419. version: "0.4.0+6"
  420. package_resolver:
  421. dependency: transitive
  422. description:
  423. name: package_resolver
  424. url: "https://pub.dartlang.org"
  425. source: hosted
  426. version: "1.0.10"
  427. path:
  428. dependency: transitive
  429. description:
  430. name: path
  431. url: "https://pub.dartlang.org"
  432. source: hosted
  433. version: "1.6.4"
  434. path_provider:
  435. dependency: "direct main"
  436. description:
  437. name: path_provider
  438. url: "https://pub.dartlang.org"
  439. source: hosted
  440. version: "0.5.0+1"
  441. pedantic:
  442. dependency: transitive
  443. description:
  444. name: pedantic
  445. url: "https://pub.dartlang.org"
  446. source: hosted
  447. version: "1.8.0+1"
  448. permission_handler:
  449. dependency: "direct main"
  450. description:
  451. name: permission_handler
  452. url: "https://pub.dartlang.org"
  453. source: hosted
  454. version: "3.2.2"
  455. photo_view:
  456. dependency: "direct main"
  457. description:
  458. name: photo_view
  459. url: "https://pub.dartlang.org"
  460. source: hosted
  461. version: "0.5.0"
  462. platform:
  463. dependency: transitive
  464. description:
  465. name: platform
  466. url: "https://pub.dartlang.org"
  467. source: hosted
  468. version: "2.2.1"
  469. pool:
  470. dependency: transitive
  471. description:
  472. name: pool
  473. url: "https://pub.dartlang.org"
  474. source: hosted
  475. version: "1.4.0"
  476. pub_semver:
  477. dependency: transitive
  478. description:
  479. name: pub_semver
  480. url: "https://pub.dartlang.org"
  481. source: hosted
  482. version: "1.4.2"
  483. pubspec_parse:
  484. dependency: transitive
  485. description:
  486. name: pubspec_parse
  487. url: "https://pub.dartlang.org"
  488. source: hosted
  489. version: "0.1.5"
  490. pull_to_refresh:
  491. dependency: "direct main"
  492. description:
  493. name: pull_to_refresh
  494. url: "https://pub.dartlang.org"
  495. source: hosted
  496. version: "1.5.6"
  497. qr:
  498. dependency: "direct main"
  499. description:
  500. name: qr
  501. url: "https://pub.dartlang.org"
  502. source: hosted
  503. version: "1.2.0"
  504. qr_flutter:
  505. dependency: "direct main"
  506. description:
  507. name: qr_flutter
  508. url: "https://pub.dartlang.org"
  509. source: hosted
  510. version: "2.1.0+55"
  511. quiver:
  512. dependency: transitive
  513. description:
  514. name: quiver
  515. url: "https://pub.dartlang.org"
  516. source: hosted
  517. version: "2.0.5"
  518. redux:
  519. dependency: "direct main"
  520. description:
  521. name: redux
  522. url: "https://pub.dartlang.org"
  523. source: hosted
  524. version: "3.0.0"
  525. redux_persist:
  526. dependency: "direct main"
  527. description:
  528. name: redux_persist
  529. url: "https://pub.dartlang.org"
  530. source: hosted
  531. version: "0.8.2"
  532. redux_persist_flutter:
  533. dependency: "direct main"
  534. description:
  535. name: redux_persist_flutter
  536. url: "https://pub.dartlang.org"
  537. source: hosted
  538. version: "0.8.1"
  539. screen:
  540. dependency: "direct main"
  541. description:
  542. name: screen
  543. url: "https://pub.dartlang.org"
  544. source: hosted
  545. version: "0.0.5"
  546. screen_stream_plugin:
  547. dependency: "direct main"
  548. description:
  549. path: screen_stream_plugin
  550. relative: true
  551. source: path
  552. version: "0.0.1"
  553. shared_preferences:
  554. dependency: "direct main"
  555. description:
  556. name: shared_preferences
  557. url: "https://pub.dartlang.org"
  558. source: hosted
  559. version: "0.5.3+4"
  560. shelf:
  561. dependency: transitive
  562. description:
  563. name: shelf
  564. url: "https://pub.dartlang.org"
  565. source: hosted
  566. version: "0.7.5"
  567. shelf_web_socket:
  568. dependency: transitive
  569. description:
  570. name: shelf_web_socket
  571. url: "https://pub.dartlang.org"
  572. source: hosted
  573. version: "0.2.3"
  574. sky_engine:
  575. dependency: transitive
  576. description: flutter
  577. source: sdk
  578. version: "0.0.99"
  579. source_gen:
  580. dependency: transitive
  581. description:
  582. name: source_gen
  583. url: "https://pub.dartlang.org"
  584. source: hosted
  585. version: "0.9.4+4"
  586. source_span:
  587. dependency: transitive
  588. description:
  589. name: source_span
  590. url: "https://pub.dartlang.org"
  591. source: hosted
  592. version: "1.5.5"
  593. sqflite:
  594. dependency: transitive
  595. description:
  596. name: sqflite
  597. url: "https://pub.dartlang.org"
  598. source: hosted
  599. version: "1.1.6+5"
  600. stack_trace:
  601. dependency: transitive
  602. description:
  603. name: stack_trace
  604. url: "https://pub.dartlang.org"
  605. source: hosted
  606. version: "1.9.3"
  607. stream_channel:
  608. dependency: transitive
  609. description:
  610. name: stream_channel
  611. url: "https://pub.dartlang.org"
  612. source: hosted
  613. version: "2.0.0"
  614. stream_transform:
  615. dependency: transitive
  616. description:
  617. name: stream_transform
  618. url: "https://pub.dartlang.org"
  619. source: hosted
  620. version: "0.0.19"
  621. string_scanner:
  622. dependency: transitive
  623. description:
  624. name: string_scanner
  625. url: "https://pub.dartlang.org"
  626. source: hosted
  627. version: "1.0.5"
  628. synchronized:
  629. dependency: transitive
  630. description:
  631. name: synchronized
  632. url: "https://pub.dartlang.org"
  633. source: hosted
  634. version: "2.1.0+1"
  635. term_glyph:
  636. dependency: transitive
  637. description:
  638. name: term_glyph
  639. url: "https://pub.dartlang.org"
  640. source: hosted
  641. version: "1.1.0"
  642. test_api:
  643. dependency: transitive
  644. description:
  645. name: test_api
  646. url: "https://pub.dartlang.org"
  647. source: hosted
  648. version: "0.2.5"
  649. timing:
  650. dependency: transitive
  651. description:
  652. name: timing
  653. url: "https://pub.dartlang.org"
  654. source: hosted
  655. version: "0.1.1+2"
  656. transformer_page_view:
  657. dependency: transitive
  658. description:
  659. name: transformer_page_view
  660. url: "https://pub.dartlang.org"
  661. source: hosted
  662. version: "0.1.6"
  663. typed_data:
  664. dependency: transitive
  665. description:
  666. name: typed_data
  667. url: "https://pub.dartlang.org"
  668. source: hosted
  669. version: "1.1.6"
  670. url_launcher:
  671. dependency: "direct main"
  672. description:
  673. name: url_launcher
  674. url: "https://pub.dartlang.org"
  675. source: hosted
  676. version: "5.1.3"
  677. uuid:
  678. dependency: transitive
  679. description:
  680. name: uuid
  681. url: "https://pub.dartlang.org"
  682. source: hosted
  683. version: "2.0.2"
  684. vector_math:
  685. dependency: transitive
  686. description:
  687. name: vector_math
  688. url: "https://pub.dartlang.org"
  689. source: hosted
  690. version: "2.0.8"
  691. video_player:
  692. dependency: "direct main"
  693. description:
  694. name: video_player
  695. url: "https://pub.dartlang.org"
  696. source: hosted
  697. version: "0.10.2+1"
  698. watcher:
  699. dependency: transitive
  700. description:
  701. name: watcher
  702. url: "https://pub.dartlang.org"
  703. source: hosted
  704. version: "0.9.7+12"
  705. web_socket_channel:
  706. dependency: transitive
  707. description:
  708. name: web_socket_channel
  709. url: "https://pub.dartlang.org"
  710. source: hosted
  711. version: "1.0.15"
  712. yaml:
  713. dependency: transitive
  714. description:
  715. name: yaml
  716. url: "https://pub.dartlang.org"
  717. source: hosted
  718. version: "2.2.0"
  719. sdks:
  720. dart: ">=2.3.0 <3.0.0"
  721. flutter: ">=1.5.9-pre.94 <2.0.0"