Encrypted messaging app
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

202 lines
4.5 KiB

  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.15.0"
  46. convert:
  47. dependency: transitive
  48. description:
  49. name: convert
  50. url: "https://pub.dartlang.org"
  51. source: hosted
  52. version: "3.0.1"
  53. cupertino_icons:
  54. dependency: "direct main"
  55. description:
  56. name: cupertino_icons
  57. url: "https://pub.dartlang.org"
  58. source: hosted
  59. version: "1.0.4"
  60. fake_async:
  61. dependency: transitive
  62. description:
  63. name: fake_async
  64. url: "https://pub.dartlang.org"
  65. source: hosted
  66. version: "1.2.0"
  67. flutter:
  68. dependency: "direct main"
  69. description: flutter
  70. source: sdk
  71. version: "0.0.0"
  72. flutter_lints:
  73. dependency: "direct dev"
  74. description:
  75. name: flutter_lints
  76. url: "https://pub.dartlang.org"
  77. source: hosted
  78. version: "1.0.4"
  79. flutter_test:
  80. dependency: "direct dev"
  81. description: flutter
  82. source: sdk
  83. version: "0.0.0"
  84. font_awesome_flutter:
  85. dependency: "direct main"
  86. description:
  87. name: font_awesome_flutter
  88. url: "https://pub.dartlang.org"
  89. source: hosted
  90. version: "10.1.0"
  91. js:
  92. dependency: transitive
  93. description:
  94. name: js
  95. url: "https://pub.dartlang.org"
  96. source: hosted
  97. version: "0.6.4"
  98. lints:
  99. dependency: transitive
  100. description:
  101. name: lints
  102. url: "https://pub.dartlang.org"
  103. source: hosted
  104. version: "1.0.1"
  105. matcher:
  106. dependency: transitive
  107. description:
  108. name: matcher
  109. url: "https://pub.dartlang.org"
  110. source: hosted
  111. version: "0.12.11"
  112. material_color_utilities:
  113. dependency: transitive
  114. description:
  115. name: material_color_utilities
  116. url: "https://pub.dartlang.org"
  117. source: hosted
  118. version: "0.1.3"
  119. meta:
  120. dependency: transitive
  121. description:
  122. name: meta
  123. url: "https://pub.dartlang.org"
  124. source: hosted
  125. version: "1.7.0"
  126. path:
  127. dependency: transitive
  128. description:
  129. name: path
  130. url: "https://pub.dartlang.org"
  131. source: hosted
  132. version: "1.8.0"
  133. pointycastle:
  134. dependency: "direct main"
  135. description:
  136. name: pointycastle
  137. url: "https://pub.dartlang.org"
  138. source: hosted
  139. version: "3.5.2"
  140. sky_engine:
  141. dependency: transitive
  142. description: flutter
  143. source: sdk
  144. version: "0.0.99"
  145. source_span:
  146. dependency: transitive
  147. description:
  148. name: source_span
  149. url: "https://pub.dartlang.org"
  150. source: hosted
  151. version: "1.8.1"
  152. stack_trace:
  153. dependency: transitive
  154. description:
  155. name: stack_trace
  156. url: "https://pub.dartlang.org"
  157. source: hosted
  158. version: "1.10.0"
  159. stream_channel:
  160. dependency: transitive
  161. description:
  162. name: stream_channel
  163. url: "https://pub.dartlang.org"
  164. source: hosted
  165. version: "2.1.0"
  166. string_scanner:
  167. dependency: transitive
  168. description:
  169. name: string_scanner
  170. url: "https://pub.dartlang.org"
  171. source: hosted
  172. version: "1.1.0"
  173. term_glyph:
  174. dependency: transitive
  175. description:
  176. name: term_glyph
  177. url: "https://pub.dartlang.org"
  178. source: hosted
  179. version: "1.2.0"
  180. test_api:
  181. dependency: transitive
  182. description:
  183. name: test_api
  184. url: "https://pub.dartlang.org"
  185. source: hosted
  186. version: "0.4.8"
  187. typed_data:
  188. dependency: transitive
  189. description:
  190. name: typed_data
  191. url: "https://pub.dartlang.org"
  192. source: hosted
  193. version: "1.3.0"
  194. vector_math:
  195. dependency: transitive
  196. description:
  197. name: vector_math
  198. url: "https://pub.dartlang.org"
  199. source: hosted
  200. version: "2.1.1"
  201. sdks:
  202. dart: ">=2.16.2 <3.0.0"