pubspec.lock 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. # Generated by pub
  2. # See https://dart.dev/tools/pub/glossary#lockfile
  3. packages:
  4. characters:
  5. dependency: transitive
  6. description:
  7. name: characters
  8. url: "https://pub.dartlang.org"
  9. source: hosted
  10. version: "1.2.0"
  11. collection:
  12. dependency: transitive
  13. description:
  14. name: collection
  15. url: "https://pub.dartlang.org"
  16. source: hosted
  17. version: "1.15.0"
  18. cupertino_icons:
  19. dependency: "direct main"
  20. description:
  21. name: cupertino_icons
  22. url: "https://pub.dartlang.org"
  23. source: hosted
  24. version: "1.0.4"
  25. flutter:
  26. dependency: "direct main"
  27. description: flutter
  28. source: sdk
  29. version: "0.0.0"
  30. flutter_lints:
  31. dependency: "direct dev"
  32. description:
  33. name: flutter_lints
  34. url: "https://pub.dartlang.org"
  35. source: hosted
  36. version: "1.0.4"
  37. keystore_generator:
  38. dependency: "direct dev"
  39. description:
  40. path: ".."
  41. relative: true
  42. source: path
  43. version: "0.0.1"
  44. lints:
  45. dependency: transitive
  46. description:
  47. name: lints
  48. url: "https://pub.dartlang.org"
  49. source: hosted
  50. version: "1.0.1"
  51. meta:
  52. dependency: transitive
  53. description:
  54. name: meta
  55. url: "https://pub.dartlang.org"
  56. source: hosted
  57. version: "1.7.0"
  58. sky_engine:
  59. dependency: transitive
  60. description: flutter
  61. source: sdk
  62. version: "0.0.99"
  63. typed_data:
  64. dependency: transitive
  65. description:
  66. name: typed_data
  67. url: "https://pub.dartlang.org"
  68. source: hosted
  69. version: "1.3.0"
  70. vector_math:
  71. dependency: transitive
  72. description:
  73. name: vector_math
  74. url: "https://pub.dartlang.org"
  75. source: hosted
  76. version: "2.1.1"
  77. sdks:
  78. dart: ">=2.14.4 <3.0.0"