李卓原

0.5.3

1 -# Generated by pub on 2019-06-22 18:24:22.703599.  
2 -async:file:///D:/Develop/flutter/.pub-cache/hosted/pub.flutter-io.cn/async-2.1.0/lib/  
3 -boolean_selector:file:///D:/Develop/flutter/.pub-cache/hosted/pub.flutter-io.cn/boolean_selector-1.0.4/lib/  
4 -charcode:file:///D:/Develop/flutter/.pub-cache/hosted/pub.flutter-io.cn/charcode-1.1.2/lib/  
5 -collection:file:///D:/Develop/flutter/.pub-cache/hosted/pub.flutter-io.cn/collection-1.14.11/lib/  
6 -flutter:file:///D:/Develop/flutter/packages/flutter/lib/  
7 -flutter_test:file:///D:/Develop/flutter/packages/flutter_test/lib/  
8 -matcher:file:///D:/Develop/flutter/.pub-cache/hosted/pub.flutter-io.cn/matcher-0.12.5/lib/  
9 -meta:file:///D:/Develop/flutter/.pub-cache/hosted/pub.flutter-io.cn/meta-1.1.6/lib/  
10 -path:file:///D:/Develop/flutter/.pub-cache/hosted/pub.flutter-io.cn/path-1.6.2/lib/  
11 -pedantic:file:///D:/Develop/flutter/.pub-cache/hosted/pub.flutter-io.cn/pedantic-1.5.0/lib/  
12 -quiver:file:///D:/Develop/flutter/.pub-cache/hosted/pub.flutter-io.cn/quiver-2.0.2/lib/  
13 -sky_engine:file:///D:/Develop/flutter/bin/cache/pkg/sky_engine/lib/  
14 -source_span:file:///D:/Develop/flutter/.pub-cache/hosted/pub.flutter-io.cn/source_span-1.5.5/lib/  
15 -stack_trace:file:///D:/Develop/flutter/.pub-cache/hosted/pub.flutter-io.cn/stack_trace-1.9.3/lib/  
16 -stream_channel:file:///D:/Develop/flutter/.pub-cache/hosted/pub.flutter-io.cn/stream_channel-2.0.0/lib/  
17 -string_scanner:file:///D:/Develop/flutter/.pub-cache/hosted/pub.flutter-io.cn/string_scanner-1.0.4/lib/  
18 -term_glyph:file:///D:/Develop/flutter/.pub-cache/hosted/pub.flutter-io.cn/term_glyph-1.1.0/lib/  
19 -test_api:file:///D:/Develop/flutter/.pub-cache/hosted/pub.flutter-io.cn/test_api-0.2.4/lib/  
20 -typed_data:file:///D:/Develop/flutter/.pub-cache/hosted/pub.flutter-io.cn/typed_data-1.1.6/lib/  
21 -vector_math:file:///D:/Develop/flutter/.pub-cache/hosted/pub.flutter-io.cn/vector_math-2.0.8/lib/ 1 +# Generated by pub on 2019-06-24 14:51:33.826233.
  2 +async:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.1.0/lib/
  3 +boolean_selector:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-1.0.4/lib/
  4 +charcode:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/
  5 +collection:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.14.11/lib/
  6 +flutter:file:///D:/flutter/packages/flutter/lib/
  7 +flutter_test:file:///D:/flutter/packages/flutter_test/lib/
  8 +matcher:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.5/lib/
  9 +meta:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.1.6/lib/
  10 +path:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/path-1.6.2/lib/
  11 +pedantic:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/pedantic-1.5.0/lib/
  12 +quiver:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/quiver-2.0.2/lib/
  13 +sky_engine:file:///D:/flutter/bin/cache/pkg/sky_engine/lib/
  14 +source_span:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/source_span-1.5.5/lib/
  15 +stack_trace:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.9.3/lib/
  16 +stream_channel:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.0.0/lib/
  17 +string_scanner:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.0.4/lib/
  18 +term_glyph:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.1.0/lib/
  19 +test_api:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.4/lib/
  20 +typed_data:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/typed_data-1.1.6/lib/
  21 +vector_math:file:///D:/flutter/.pub-cache/hosted/pub.dartlang.org/vector_math-2.0.8/lib/
22 flutter_screenutil:lib/ 22 flutter_screenutil:lib/
@@ -26,7 +26,7 @@ dependencies: @@ -26,7 +26,7 @@ dependencies:
26 flutter: 26 flutter:
27 sdk: flutter 27 sdk: flutter
28 # 添加依赖 28 # 添加依赖
29 - flutter_screenutil: ^0.5.2 29 + flutter_screenutil: ^0.5.3
30 ``` 30 ```
31 31
32 ### 在每个使用的地方导入包: 32 ### 在每个使用的地方导入包:
@@ -5,35 +5,35 @@ packages: @@ -5,35 +5,35 @@ packages:
5 dependency: transitive 5 dependency: transitive
6 description: 6 description:
7 name: async 7 name: async
8 - url: "https://pub.flutter-io.cn" 8 + url: "https://pub.dartlang.org"
9 source: hosted 9 source: hosted
10 version: "2.1.0" 10 version: "2.1.0"
11 boolean_selector: 11 boolean_selector:
12 dependency: transitive 12 dependency: transitive
13 description: 13 description:
14 name: boolean_selector 14 name: boolean_selector
15 - url: "https://pub.flutter-io.cn" 15 + url: "https://pub.dartlang.org"
16 source: hosted 16 source: hosted
17 version: "1.0.4" 17 version: "1.0.4"
18 charcode: 18 charcode:
19 dependency: transitive 19 dependency: transitive
20 description: 20 description:
21 name: charcode 21 name: charcode
22 - url: "https://pub.flutter-io.cn" 22 + url: "https://pub.dartlang.org"
23 source: hosted 23 source: hosted
24 version: "1.1.2" 24 version: "1.1.2"
25 collection: 25 collection:
26 dependency: transitive 26 dependency: transitive
27 description: 27 description:
28 name: collection 28 name: collection
29 - url: "https://pub.flutter-io.cn" 29 + url: "https://pub.dartlang.org"
30 source: hosted 30 source: hosted
31 version: "1.14.11" 31 version: "1.14.11"
32 cupertino_icons: 32 cupertino_icons:
33 dependency: "direct main" 33 dependency: "direct main"
34 description: 34 description:
35 name: cupertino_icons 35 name: cupertino_icons
36 - url: "https://pub.flutter-io.cn" 36 + url: "https://pub.dartlang.org"
37 source: hosted 37 source: hosted
38 version: "0.1.2" 38 version: "0.1.2"
39 flutter: 39 flutter:
@@ -57,35 +57,35 @@ packages: @@ -57,35 +57,35 @@ packages:
57 dependency: transitive 57 dependency: transitive
58 description: 58 description:
59 name: matcher 59 name: matcher
60 - url: "https://pub.flutter-io.cn" 60 + url: "https://pub.dartlang.org"
61 source: hosted 61 source: hosted
62 version: "0.12.5" 62 version: "0.12.5"
63 meta: 63 meta:
64 dependency: transitive 64 dependency: transitive
65 description: 65 description:
66 name: meta 66 name: meta
67 - url: "https://pub.flutter-io.cn" 67 + url: "https://pub.dartlang.org"
68 source: hosted 68 source: hosted
69 version: "1.1.6" 69 version: "1.1.6"
70 path: 70 path:
71 dependency: transitive 71 dependency: transitive
72 description: 72 description:
73 name: path 73 name: path
74 - url: "https://pub.flutter-io.cn" 74 + url: "https://pub.dartlang.org"
75 source: hosted 75 source: hosted
76 version: "1.6.2" 76 version: "1.6.2"
77 pedantic: 77 pedantic:
78 dependency: transitive 78 dependency: transitive
79 description: 79 description:
80 name: pedantic 80 name: pedantic
81 - url: "https://pub.flutter-io.cn" 81 + url: "https://pub.dartlang.org"
82 source: hosted 82 source: hosted
83 version: "1.5.0" 83 version: "1.5.0"
84 quiver: 84 quiver:
85 dependency: transitive 85 dependency: transitive
86 description: 86 description:
87 name: quiver 87 name: quiver
88 - url: "https://pub.flutter-io.cn" 88 + url: "https://pub.dartlang.org"
89 source: hosted 89 source: hosted
90 version: "2.0.2" 90 version: "2.0.2"
91 sky_engine: 91 sky_engine:
@@ -97,56 +97,56 @@ packages: @@ -97,56 +97,56 @@ packages:
97 dependency: transitive 97 dependency: transitive
98 description: 98 description:
99 name: source_span 99 name: source_span
100 - url: "https://pub.flutter-io.cn" 100 + url: "https://pub.dartlang.org"
101 source: hosted 101 source: hosted
102 version: "1.5.5" 102 version: "1.5.5"
103 stack_trace: 103 stack_trace:
104 dependency: transitive 104 dependency: transitive
105 description: 105 description:
106 name: stack_trace 106 name: stack_trace
107 - url: "https://pub.flutter-io.cn" 107 + url: "https://pub.dartlang.org"
108 source: hosted 108 source: hosted
109 version: "1.9.3" 109 version: "1.9.3"
110 stream_channel: 110 stream_channel:
111 dependency: transitive 111 dependency: transitive
112 description: 112 description:
113 name: stream_channel 113 name: stream_channel
114 - url: "https://pub.flutter-io.cn" 114 + url: "https://pub.dartlang.org"
115 source: hosted 115 source: hosted
116 version: "2.0.0" 116 version: "2.0.0"
117 string_scanner: 117 string_scanner:
118 dependency: transitive 118 dependency: transitive
119 description: 119 description:
120 name: string_scanner 120 name: string_scanner
121 - url: "https://pub.flutter-io.cn" 121 + url: "https://pub.dartlang.org"
122 source: hosted 122 source: hosted
123 version: "1.0.4" 123 version: "1.0.4"
124 term_glyph: 124 term_glyph:
125 dependency: transitive 125 dependency: transitive
126 description: 126 description:
127 name: term_glyph 127 name: term_glyph
128 - url: "https://pub.flutter-io.cn" 128 + url: "https://pub.dartlang.org"
129 source: hosted 129 source: hosted
130 version: "1.1.0" 130 version: "1.1.0"
131 test_api: 131 test_api:
132 dependency: transitive 132 dependency: transitive
133 description: 133 description:
134 name: test_api 134 name: test_api
135 - url: "https://pub.flutter-io.cn" 135 + url: "https://pub.dartlang.org"
136 source: hosted 136 source: hosted
137 version: "0.2.4" 137 version: "0.2.4"
138 typed_data: 138 typed_data:
139 dependency: transitive 139 dependency: transitive
140 description: 140 description:
141 name: typed_data 141 name: typed_data
142 - url: "https://pub.flutter-io.cn" 142 + url: "https://pub.dartlang.org"
143 source: hosted 143 source: hosted
144 version: "1.1.6" 144 version: "1.1.6"
145 vector_math: 145 vector_math:
146 dependency: transitive 146 dependency: transitive
147 description: 147 description:
148 name: vector_math 148 name: vector_math
149 - url: "https://pub.flutter-io.cn" 149 + url: "https://pub.dartlang.org"
150 source: hosted 150 source: hosted
151 version: "2.0.8" 151 version: "2.0.8"
152 sdks: 152 sdks:
@@ -5,28 +5,28 @@ packages: @@ -5,28 +5,28 @@ packages:
5 dependency: transitive 5 dependency: transitive
6 description: 6 description:
7 name: async 7 name: async
8 - url: "https://pub.flutter-io.cn" 8 + url: "https://pub.dartlang.org"
9 source: hosted 9 source: hosted
10 version: "2.1.0" 10 version: "2.1.0"
11 boolean_selector: 11 boolean_selector:
12 dependency: transitive 12 dependency: transitive
13 description: 13 description:
14 name: boolean_selector 14 name: boolean_selector
15 - url: "https://pub.flutter-io.cn" 15 + url: "https://pub.dartlang.org"
16 source: hosted 16 source: hosted
17 version: "1.0.4" 17 version: "1.0.4"
18 charcode: 18 charcode:
19 dependency: transitive 19 dependency: transitive
20 description: 20 description:
21 name: charcode 21 name: charcode
22 - url: "https://pub.flutter-io.cn" 22 + url: "https://pub.dartlang.org"
23 source: hosted 23 source: hosted
24 version: "1.1.2" 24 version: "1.1.2"
25 collection: 25 collection:
26 dependency: transitive 26 dependency: transitive
27 description: 27 description:
28 name: collection 28 name: collection
29 - url: "https://pub.flutter-io.cn" 29 + url: "https://pub.dartlang.org"
30 source: hosted 30 source: hosted
31 version: "1.14.11" 31 version: "1.14.11"
32 flutter: 32 flutter:
@@ -43,35 +43,35 @@ packages: @@ -43,35 +43,35 @@ packages:
43 dependency: transitive 43 dependency: transitive
44 description: 44 description:
45 name: matcher 45 name: matcher
46 - url: "https://pub.flutter-io.cn" 46 + url: "https://pub.dartlang.org"
47 source: hosted 47 source: hosted
48 version: "0.12.5" 48 version: "0.12.5"
49 meta: 49 meta:
50 dependency: transitive 50 dependency: transitive
51 description: 51 description:
52 name: meta 52 name: meta
53 - url: "https://pub.flutter-io.cn" 53 + url: "https://pub.dartlang.org"
54 source: hosted 54 source: hosted
55 version: "1.1.6" 55 version: "1.1.6"
56 path: 56 path:
57 dependency: transitive 57 dependency: transitive
58 description: 58 description:
59 name: path 59 name: path
60 - url: "https://pub.flutter-io.cn" 60 + url: "https://pub.dartlang.org"
61 source: hosted 61 source: hosted
62 version: "1.6.2" 62 version: "1.6.2"
63 pedantic: 63 pedantic:
64 dependency: transitive 64 dependency: transitive
65 description: 65 description:
66 name: pedantic 66 name: pedantic
67 - url: "https://pub.flutter-io.cn" 67 + url: "https://pub.dartlang.org"
68 source: hosted 68 source: hosted
69 version: "1.5.0" 69 version: "1.5.0"
70 quiver: 70 quiver:
71 dependency: transitive 71 dependency: transitive
72 description: 72 description:
73 name: quiver 73 name: quiver
74 - url: "https://pub.flutter-io.cn" 74 + url: "https://pub.dartlang.org"
75 source: hosted 75 source: hosted
76 version: "2.0.2" 76 version: "2.0.2"
77 sky_engine: 77 sky_engine:
@@ -83,56 +83,56 @@ packages: @@ -83,56 +83,56 @@ packages:
83 dependency: transitive 83 dependency: transitive
84 description: 84 description:
85 name: source_span 85 name: source_span
86 - url: "https://pub.flutter-io.cn" 86 + url: "https://pub.dartlang.org"
87 source: hosted 87 source: hosted
88 version: "1.5.5" 88 version: "1.5.5"
89 stack_trace: 89 stack_trace:
90 dependency: transitive 90 dependency: transitive
91 description: 91 description:
92 name: stack_trace 92 name: stack_trace
93 - url: "https://pub.flutter-io.cn" 93 + url: "https://pub.dartlang.org"
94 source: hosted 94 source: hosted
95 version: "1.9.3" 95 version: "1.9.3"
96 stream_channel: 96 stream_channel:
97 dependency: transitive 97 dependency: transitive
98 description: 98 description:
99 name: stream_channel 99 name: stream_channel
100 - url: "https://pub.flutter-io.cn" 100 + url: "https://pub.dartlang.org"
101 source: hosted 101 source: hosted
102 version: "2.0.0" 102 version: "2.0.0"
103 string_scanner: 103 string_scanner:
104 dependency: transitive 104 dependency: transitive
105 description: 105 description:
106 name: string_scanner 106 name: string_scanner
107 - url: "https://pub.flutter-io.cn" 107 + url: "https://pub.dartlang.org"
108 source: hosted 108 source: hosted
109 version: "1.0.4" 109 version: "1.0.4"
110 term_glyph: 110 term_glyph:
111 dependency: transitive 111 dependency: transitive
112 description: 112 description:
113 name: term_glyph 113 name: term_glyph
114 - url: "https://pub.flutter-io.cn" 114 + url: "https://pub.dartlang.org"
115 source: hosted 115 source: hosted
116 version: "1.1.0" 116 version: "1.1.0"
117 test_api: 117 test_api:
118 dependency: transitive 118 dependency: transitive
119 description: 119 description:
120 name: test_api 120 name: test_api
121 - url: "https://pub.flutter-io.cn" 121 + url: "https://pub.dartlang.org"
122 source: hosted 122 source: hosted
123 version: "0.2.4" 123 version: "0.2.4"
124 typed_data: 124 typed_data:
125 dependency: transitive 125 dependency: transitive
126 description: 126 description:
127 name: typed_data 127 name: typed_data
128 - url: "https://pub.flutter-io.cn" 128 + url: "https://pub.dartlang.org"
129 source: hosted 129 source: hosted
130 version: "1.1.6" 130 version: "1.1.6"
131 vector_math: 131 vector_math:
132 dependency: transitive 132 dependency: transitive
133 description: 133 description:
134 name: vector_math 134 name: vector_math
135 - url: "https://pub.flutter-io.cn" 135 + url: "https://pub.dartlang.org"
136 source: hosted 136 source: hosted
137 version: "2.0.8" 137 version: "2.0.8"
138 sdks: 138 sdks: