File tree Expand file tree Collapse file tree 3 files changed +314
-0
lines changed Expand file tree Collapse file tree 3 files changed +314
-0
lines changed Original file line number Diff line number Diff line change
1
+ PODS:
2
+ - Flutter (1.0.0)
3
+ - google_api_availability (0.0.1):
4
+ - Flutter
5
+
6
+ DEPENDENCIES:
7
+ - Flutter (from `.symlinks/flutter/ios`)
8
+ - google_api_availability (from `.symlinks/plugins/google_api_availability/ios`)
9
+
10
+ EXTERNAL SOURCES:
11
+ Flutter:
12
+ :path: ".symlinks/flutter/ios"
13
+ google_api_availability:
14
+ :path: ".symlinks/plugins/google_api_availability/ios"
15
+
16
+ SPEC CHECKSUMS:
17
+ Flutter: 9d0fac939486c9aba2809b7982dfdbb47a7b0296
18
+ google_api_availability: eacf2c87e9cb31b66d4852de6d1667616e24c055
19
+
20
+ PODFILE CHECKSUM: aff02bfeed411c636180d6812254b2daeea14d09
21
+
22
+ COCOAPODS: 1.5.3
Original file line number Diff line number Diff line change
1
+ # Generated by pub
2
+ # See https://www.dartlang.org/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.0.8"
11
+ boolean_selector:
12
+ dependency: transitive
13
+ description:
14
+ name: boolean_selector
15
+ url: "https://pub.dartlang.org"
16
+ source: hosted
17
+ version: "1.0.4"
18
+ charcode:
19
+ dependency: transitive
20
+ description:
21
+ name: charcode
22
+ url: "https://pub.dartlang.org"
23
+ source: hosted
24
+ version: "1.1.2"
25
+ collection:
26
+ dependency: transitive
27
+ description:
28
+ name: collection
29
+ url: "https://pub.dartlang.org"
30
+ source: hosted
31
+ version: "1.14.11"
32
+ cupertino_icons:
33
+ dependency: "direct main"
34
+ description:
35
+ name: cupertino_icons
36
+ url: "https://pub.dartlang.org"
37
+ source: hosted
38
+ version: "0.1.2"
39
+ flutter:
40
+ dependency: "direct main"
41
+ description: flutter
42
+ source: sdk
43
+ version: "0.0.0"
44
+ flutter_test:
45
+ dependency: "direct dev"
46
+ description: flutter
47
+ source: sdk
48
+ version: "0.0.0"
49
+ google_api_availability:
50
+ dependency: "direct dev"
51
+ description:
52
+ path: ".."
53
+ relative: true
54
+ source: path
55
+ version: "2.0.0"
56
+ matcher:
57
+ dependency: transitive
58
+ description:
59
+ name: matcher
60
+ url: "https://pub.dartlang.org"
61
+ source: hosted
62
+ version: "0.12.3+1"
63
+ meta:
64
+ dependency: transitive
65
+ description:
66
+ name: meta
67
+ url: "https://pub.dartlang.org"
68
+ source: hosted
69
+ version: "1.1.6"
70
+ path:
71
+ dependency: transitive
72
+ description:
73
+ name: path
74
+ url: "https://pub.dartlang.org"
75
+ source: hosted
76
+ version: "1.6.2"
77
+ pedantic:
78
+ dependency: transitive
79
+ description:
80
+ name: pedantic
81
+ url: "https://pub.dartlang.org"
82
+ source: hosted
83
+ version: "1.4.0"
84
+ quiver:
85
+ dependency: transitive
86
+ description:
87
+ name: quiver
88
+ url: "https://pub.dartlang.org"
89
+ source: hosted
90
+ version: "2.0.1"
91
+ sky_engine:
92
+ dependency: transitive
93
+ description: flutter
94
+ source: sdk
95
+ version: "0.0.99"
96
+ source_span:
97
+ dependency: transitive
98
+ description:
99
+ name: source_span
100
+ url: "https://pub.dartlang.org"
101
+ source: hosted
102
+ version: "1.5.4"
103
+ stack_trace:
104
+ dependency: transitive
105
+ description:
106
+ name: stack_trace
107
+ url: "https://pub.dartlang.org"
108
+ source: hosted
109
+ version: "1.9.3"
110
+ stream_channel:
111
+ dependency: transitive
112
+ description:
113
+ name: stream_channel
114
+ url: "https://pub.dartlang.org"
115
+ source: hosted
116
+ version: "1.6.8"
117
+ string_scanner:
118
+ dependency: transitive
119
+ description:
120
+ name: string_scanner
121
+ url: "https://pub.dartlang.org"
122
+ source: hosted
123
+ version: "1.0.4"
124
+ term_glyph:
125
+ dependency: transitive
126
+ description:
127
+ name: term_glyph
128
+ url: "https://pub.dartlang.org"
129
+ source: hosted
130
+ version: "1.1.0"
131
+ test_api:
132
+ dependency: transitive
133
+ description:
134
+ name: test_api
135
+ url: "https://pub.dartlang.org"
136
+ source: hosted
137
+ version: "0.2.2"
138
+ typed_data:
139
+ dependency: transitive
140
+ description:
141
+ name: typed_data
142
+ url: "https://pub.dartlang.org"
143
+ source: hosted
144
+ version: "1.1.6"
145
+ vector_math:
146
+ dependency: transitive
147
+ description:
148
+ name: vector_math
149
+ url: "https://pub.dartlang.org"
150
+ source: hosted
151
+ version: "2.0.8"
152
+ sdks:
153
+ dart: ">=2.1.0 <3.0.0"
Original file line number Diff line number Diff line change
1
+ # Generated by pub
2
+ # See https://www.dartlang.org/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.0.8"
11
+ boolean_selector:
12
+ dependency: transitive
13
+ description:
14
+ name: boolean_selector
15
+ url: "https://pub.dartlang.org"
16
+ source: hosted
17
+ version: "1.0.4"
18
+ charcode:
19
+ dependency: transitive
20
+ description:
21
+ name: charcode
22
+ url: "https://pub.dartlang.org"
23
+ source: hosted
24
+ version: "1.1.2"
25
+ collection:
26
+ dependency: transitive
27
+ description:
28
+ name: collection
29
+ url: "https://pub.dartlang.org"
30
+ source: hosted
31
+ version: "1.14.11"
32
+ flutter:
33
+ dependency: "direct main"
34
+ description: flutter
35
+ source: sdk
36
+ version: "0.0.0"
37
+ flutter_test:
38
+ dependency: "direct dev"
39
+ description: flutter
40
+ source: sdk
41
+ version: "0.0.0"
42
+ matcher:
43
+ dependency: transitive
44
+ description:
45
+ name: matcher
46
+ url: "https://pub.dartlang.org"
47
+ source: hosted
48
+ version: "0.12.3+1"
49
+ meta:
50
+ dependency: transitive
51
+ description:
52
+ name: meta
53
+ url: "https://pub.dartlang.org"
54
+ source: hosted
55
+ version: "1.1.6"
56
+ path:
57
+ dependency: transitive
58
+ description:
59
+ name: path
60
+ url: "https://pub.dartlang.org"
61
+ source: hosted
62
+ version: "1.6.2"
63
+ pedantic:
64
+ dependency: transitive
65
+ description:
66
+ name: pedantic
67
+ url: "https://pub.dartlang.org"
68
+ source: hosted
69
+ version: "1.4.0"
70
+ quiver:
71
+ dependency: transitive
72
+ description:
73
+ name: quiver
74
+ url: "https://pub.dartlang.org"
75
+ source: hosted
76
+ version: "2.0.1"
77
+ sky_engine:
78
+ dependency: transitive
79
+ description: flutter
80
+ source: sdk
81
+ version: "0.0.99"
82
+ source_span:
83
+ dependency: transitive
84
+ description:
85
+ name: source_span
86
+ url: "https://pub.dartlang.org"
87
+ source: hosted
88
+ version: "1.5.4"
89
+ stack_trace:
90
+ dependency: transitive
91
+ description:
92
+ name: stack_trace
93
+ url: "https://pub.dartlang.org"
94
+ source: hosted
95
+ version: "1.9.3"
96
+ stream_channel:
97
+ dependency: transitive
98
+ description:
99
+ name: stream_channel
100
+ url: "https://pub.dartlang.org"
101
+ source: hosted
102
+ version: "1.6.8"
103
+ string_scanner:
104
+ dependency: transitive
105
+ description:
106
+ name: string_scanner
107
+ url: "https://pub.dartlang.org"
108
+ source: hosted
109
+ version: "1.0.4"
110
+ term_glyph:
111
+ dependency: transitive
112
+ description:
113
+ name: term_glyph
114
+ url: "https://pub.dartlang.org"
115
+ source: hosted
116
+ version: "1.1.0"
117
+ test_api:
118
+ dependency: transitive
119
+ description:
120
+ name: test_api
121
+ url: "https://pub.dartlang.org"
122
+ source: hosted
123
+ version: "0.2.2"
124
+ typed_data:
125
+ dependency: transitive
126
+ description:
127
+ name: typed_data
128
+ url: "https://pub.dartlang.org"
129
+ source: hosted
130
+ version: "1.1.6"
131
+ vector_math:
132
+ dependency: transitive
133
+ description:
134
+ name: vector_math
135
+ url: "https://pub.dartlang.org"
136
+ source: hosted
137
+ version: "2.0.8"
138
+ sdks:
139
+ dart: ">=2.1.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments