pubspec.lock 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. # Generated by pub
  2. # See https://dart.dev/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.8.2"
  11. boolean_selector:
  12. dependency: transitive
  13. description:
  14. name: boolean_selector
  15. url: "https://pub.dartlang.org"
  16. source: hosted
  17. version: "2.1.0"
  18. characters:
  19. dependency: transitive
  20. description:
  21. name: characters
  22. url: "https://pub.dartlang.org"
  23. source: hosted
  24. version: "1.2.0"
  25. charcode:
  26. dependency: transitive
  27. description:
  28. name: charcode
  29. url: "https://pub.dartlang.org"
  30. source: hosted
  31. version: "1.3.1"
  32. clock:
  33. dependency: transitive
  34. description:
  35. name: clock
  36. url: "https://pub.dartlang.org"
  37. source: hosted
  38. version: "1.1.0"
  39. collection:
  40. dependency: transitive
  41. description:
  42. name: collection
  43. url: "https://pub.dartlang.org"
  44. source: hosted
  45. version: "1.16.0"
  46. cupertino_icons:
  47. dependency: "direct main"
  48. description:
  49. name: cupertino_icons
  50. url: "https://pub.dartlang.org"
  51. source: hosted
  52. version: "1.0.4"
  53. fake_async:
  54. dependency: transitive
  55. description:
  56. name: fake_async
  57. url: "https://pub.dartlang.org"
  58. source: hosted
  59. version: "1.3.0"
  60. flutter:
  61. dependency: "direct main"
  62. description: flutter
  63. source: sdk
  64. version: "0.0.0"
  65. flutter_lints:
  66. dependency: "direct dev"
  67. description:
  68. name: flutter_lints
  69. url: "https://pub.dartlang.org"
  70. source: hosted
  71. version: "1.0.4"
  72. flutter_test:
  73. dependency: "direct dev"
  74. description: flutter
  75. source: sdk
  76. version: "0.0.0"
  77. lints:
  78. dependency: transitive
  79. description:
  80. name: lints
  81. url: "https://pub.dartlang.org"
  82. source: hosted
  83. version: "1.0.1"
  84. matcher:
  85. dependency: transitive
  86. description:
  87. name: matcher
  88. url: "https://pub.dartlang.org"
  89. source: hosted
  90. version: "0.12.11"
  91. material_color_utilities:
  92. dependency: transitive
  93. description:
  94. name: material_color_utilities
  95. url: "https://pub.dartlang.org"
  96. source: hosted
  97. version: "0.1.4"
  98. meta:
  99. dependency: transitive
  100. description:
  101. name: meta
  102. url: "https://pub.dartlang.org"
  103. source: hosted
  104. version: "1.7.0"
  105. path:
  106. dependency: transitive
  107. description:
  108. name: path
  109. url: "https://pub.dartlang.org"
  110. source: hosted
  111. version: "1.8.1"
  112. sky_engine:
  113. dependency: transitive
  114. description: flutter
  115. source: sdk
  116. version: "0.0.99"
  117. source_span:
  118. dependency: transitive
  119. description:
  120. name: source_span
  121. url: "https://pub.dartlang.org"
  122. source: hosted
  123. version: "1.8.2"
  124. stack_trace:
  125. dependency: transitive
  126. description:
  127. name: stack_trace
  128. url: "https://pub.dartlang.org"
  129. source: hosted
  130. version: "1.10.0"
  131. stream_channel:
  132. dependency: transitive
  133. description:
  134. name: stream_channel
  135. url: "https://pub.dartlang.org"
  136. source: hosted
  137. version: "2.1.0"
  138. string_scanner:
  139. dependency: transitive
  140. description:
  141. name: string_scanner
  142. url: "https://pub.dartlang.org"
  143. source: hosted
  144. version: "1.1.0"
  145. term_glyph:
  146. dependency: transitive
  147. description:
  148. name: term_glyph
  149. url: "https://pub.dartlang.org"
  150. source: hosted
  151. version: "1.2.0"
  152. test_api:
  153. dependency: transitive
  154. description:
  155. name: test_api
  156. url: "https://pub.dartlang.org"
  157. source: hosted
  158. version: "0.4.9"
  159. vector_math:
  160. dependency: transitive
  161. description:
  162. name: vector_math
  163. url: "https://pub.dartlang.org"
  164. source: hosted
  165. version: "2.1.2"
  166. sdks:
  167. dart: ">=2.14.0 <3.0.0"