pubspec.lock 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. # Generated by pub
  2. # See https://www.dartlang.org/tools/pub/glossary#lockfile
  3. packages:
  4. async:
  5. dependency: transitive
  6. description:
  7. name: async
  8. url: "https://pub.dartlang.org"
  9. source: hosted
  10. version: "2.0.8"
  11. boolean_selector:
  12. dependency: transitive
  13. description:
  14. name: boolean_selector
  15. url: "https://pub.dartlang.org"
  16. source: hosted
  17. version: "1.0.4"
  18. charcode:
  19. dependency: transitive
  20. description:
  21. name: charcode
  22. url: "https://pub.dartlang.org"
  23. source: hosted
  24. version: "1.1.2"
  25. collection:
  26. dependency: transitive
  27. description:
  28. name: collection
  29. url: "https://pub.dartlang.org"
  30. source: hosted
  31. version: "1.14.11"
  32. cookie_jar:
  33. dependency: transitive
  34. description:
  35. name: cookie_jar
  36. url: "https://pub.dartlang.org"
  37. source: hosted
  38. version: "1.0.0"
  39. cupertino_icons:
  40. dependency: "direct main"
  41. description:
  42. name: cupertino_icons
  43. url: "https://pub.dartlang.org"
  44. source: hosted
  45. version: "0.1.2"
  46. dio:
  47. dependency: "direct main"
  48. description:
  49. name: dio
  50. url: "https://pub.dartlang.org"
  51. source: hosted
  52. version: "2.0.14"
  53. flutter:
  54. dependency: "direct main"
  55. description: flutter
  56. source: sdk
  57. version: "0.0.0"
  58. flutter_screenutil:
  59. dependency: "direct main"
  60. description:
  61. name: flutter_screenutil
  62. url: "https://pub.dartlang.org"
  63. source: hosted
  64. version: "0.5.1"
  65. flutter_test:
  66. dependency: "direct dev"
  67. description: flutter
  68. source: sdk
  69. version: "0.0.0"
  70. matcher:
  71. dependency: transitive
  72. description:
  73. name: matcher
  74. url: "https://pub.dartlang.org"
  75. source: hosted
  76. version: "0.12.3+1"
  77. meta:
  78. dependency: transitive
  79. description:
  80. name: meta
  81. url: "https://pub.dartlang.org"
  82. source: hosted
  83. version: "1.1.6"
  84. path:
  85. dependency: transitive
  86. description:
  87. name: path
  88. url: "https://pub.dartlang.org"
  89. source: hosted
  90. version: "1.6.2"
  91. quiver:
  92. dependency: transitive
  93. description:
  94. name: quiver
  95. url: "https://pub.dartlang.org"
  96. source: hosted
  97. version: "2.0.1"
  98. shared_preferences:
  99. dependency: "direct main"
  100. description:
  101. name: shared_preferences
  102. url: "https://pub.dartlang.org"
  103. source: hosted
  104. version: "0.5.1+1"
  105. sky_engine:
  106. dependency: transitive
  107. description: flutter
  108. source: sdk
  109. version: "0.0.99"
  110. source_span:
  111. dependency: transitive
  112. description:
  113. name: source_span
  114. url: "https://pub.dartlang.org"
  115. source: hosted
  116. version: "1.4.1"
  117. stack_trace:
  118. dependency: transitive
  119. description:
  120. name: stack_trace
  121. url: "https://pub.dartlang.org"
  122. source: hosted
  123. version: "1.9.3"
  124. stream_channel:
  125. dependency: transitive
  126. description:
  127. name: stream_channel
  128. url: "https://pub.dartlang.org"
  129. source: hosted
  130. version: "1.6.8"
  131. string_scanner:
  132. dependency: transitive
  133. description:
  134. name: string_scanner
  135. url: "https://pub.dartlang.org"
  136. source: hosted
  137. version: "1.0.4"
  138. term_glyph:
  139. dependency: transitive
  140. description:
  141. name: term_glyph
  142. url: "https://pub.dartlang.org"
  143. source: hosted
  144. version: "1.0.1"
  145. test_api:
  146. dependency: transitive
  147. description:
  148. name: test_api
  149. url: "https://pub.dartlang.org"
  150. source: hosted
  151. version: "0.2.1"
  152. typed_data:
  153. dependency: transitive
  154. description:
  155. name: typed_data
  156. url: "https://pub.dartlang.org"
  157. source: hosted
  158. version: "1.1.6"
  159. vector_math:
  160. dependency: transitive
  161. description:
  162. name: vector_math
  163. url: "https://pub.dartlang.org"
  164. source: hosted
  165. version: "2.0.8"
  166. sdks:
  167. dart: ">=2.0.0 <3.0.0"
  168. flutter: ">=0.1.4 <2.0.0"