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