Showing
3 changed files
with
384 additions
and
1 deletions
example/pubspec.lock
0 → 100644
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.5.0-nullsafety" | ||
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-nullsafety" | ||
18 | + characters: | ||
19 | + dependency: transitive | ||
20 | + description: | ||
21 | + name: characters | ||
22 | + url: "https://pub.dartlang.org" | ||
23 | + source: hosted | ||
24 | + version: "1.1.0-nullsafety.2" | ||
25 | + charcode: | ||
26 | + dependency: transitive | ||
27 | + description: | ||
28 | + name: charcode | ||
29 | + url: "https://pub.dartlang.org" | ||
30 | + source: hosted | ||
31 | + version: "1.2.0-nullsafety" | ||
32 | + clock: | ||
33 | + dependency: transitive | ||
34 | + description: | ||
35 | + name: clock | ||
36 | + url: "https://pub.dartlang.org" | ||
37 | + source: hosted | ||
38 | + version: "1.1.0-nullsafety" | ||
39 | + collection: | ||
40 | + dependency: transitive | ||
41 | + description: | ||
42 | + name: collection | ||
43 | + url: "https://pub.dartlang.org" | ||
44 | + source: hosted | ||
45 | + version: "1.15.0-nullsafety.2" | ||
46 | + cupertino_icons: | ||
47 | + dependency: "direct main" | ||
48 | + description: | ||
49 | + name: cupertino_icons | ||
50 | + url: "https://pub.dartlang.org" | ||
51 | + source: hosted | ||
52 | + version: "0.1.3" | ||
53 | + fake_async: | ||
54 | + dependency: transitive | ||
55 | + description: | ||
56 | + name: fake_async | ||
57 | + url: "https://pub.dartlang.org" | ||
58 | + source: hosted | ||
59 | + version: "1.1.0-nullsafety" | ||
60 | + flutter: | ||
61 | + dependency: "direct main" | ||
62 | + description: flutter | ||
63 | + source: sdk | ||
64 | + version: "0.0.0" | ||
65 | + flutter_test: | ||
66 | + dependency: "direct dev" | ||
67 | + description: flutter | ||
68 | + source: sdk | ||
69 | + version: "0.0.0" | ||
70 | + flutter_web_plugins: | ||
71 | + dependency: transitive | ||
72 | + description: flutter | ||
73 | + source: sdk | ||
74 | + version: "0.0.0" | ||
75 | + matcher: | ||
76 | + dependency: transitive | ||
77 | + description: | ||
78 | + name: matcher | ||
79 | + url: "https://pub.dartlang.org" | ||
80 | + source: hosted | ||
81 | + version: "0.12.10-nullsafety" | ||
82 | + meta: | ||
83 | + dependency: transitive | ||
84 | + description: | ||
85 | + name: meta | ||
86 | + url: "https://pub.dartlang.org" | ||
87 | + source: hosted | ||
88 | + version: "1.3.0-nullsafety.2" | ||
89 | + modal_bottom_sheet: | ||
90 | + dependency: "direct main" | ||
91 | + description: | ||
92 | + path: ".." | ||
93 | + relative: true | ||
94 | + source: path | ||
95 | + version: "0.2.1+1-dev" | ||
96 | + path: | ||
97 | + dependency: transitive | ||
98 | + description: | ||
99 | + name: path | ||
100 | + url: "https://pub.dartlang.org" | ||
101 | + source: hosted | ||
102 | + version: "1.8.0-nullsafety" | ||
103 | + platform_detect: | ||
104 | + dependency: transitive | ||
105 | + description: | ||
106 | + name: platform_detect | ||
107 | + url: "https://pub.dartlang.org" | ||
108 | + source: hosted | ||
109 | + version: "1.4.0" | ||
110 | + plugin_platform_interface: | ||
111 | + dependency: transitive | ||
112 | + description: | ||
113 | + name: plugin_platform_interface | ||
114 | + url: "https://pub.dartlang.org" | ||
115 | + source: hosted | ||
116 | + version: "1.0.2" | ||
117 | + pub_semver: | ||
118 | + dependency: transitive | ||
119 | + description: | ||
120 | + name: pub_semver | ||
121 | + url: "https://pub.dartlang.org" | ||
122 | + source: hosted | ||
123 | + version: "1.4.4" | ||
124 | + sky_engine: | ||
125 | + dependency: transitive | ||
126 | + description: flutter | ||
127 | + source: sdk | ||
128 | + version: "0.0.99" | ||
129 | + source_span: | ||
130 | + dependency: transitive | ||
131 | + description: | ||
132 | + name: source_span | ||
133 | + url: "https://pub.dartlang.org" | ||
134 | + source: hosted | ||
135 | + version: "1.8.0-nullsafety" | ||
136 | + stack_trace: | ||
137 | + dependency: transitive | ||
138 | + description: | ||
139 | + name: stack_trace | ||
140 | + url: "https://pub.dartlang.org" | ||
141 | + source: hosted | ||
142 | + version: "1.10.0-nullsafety" | ||
143 | + stream_channel: | ||
144 | + dependency: transitive | ||
145 | + description: | ||
146 | + name: stream_channel | ||
147 | + url: "https://pub.dartlang.org" | ||
148 | + source: hosted | ||
149 | + version: "2.1.0-nullsafety" | ||
150 | + string_scanner: | ||
151 | + dependency: transitive | ||
152 | + description: | ||
153 | + name: string_scanner | ||
154 | + url: "https://pub.dartlang.org" | ||
155 | + source: hosted | ||
156 | + version: "1.1.0-nullsafety" | ||
157 | + term_glyph: | ||
158 | + dependency: transitive | ||
159 | + description: | ||
160 | + name: term_glyph | ||
161 | + url: "https://pub.dartlang.org" | ||
162 | + source: hosted | ||
163 | + version: "1.2.0-nullsafety" | ||
164 | + test_api: | ||
165 | + dependency: transitive | ||
166 | + description: | ||
167 | + name: test_api | ||
168 | + url: "https://pub.dartlang.org" | ||
169 | + source: hosted | ||
170 | + version: "0.2.19-nullsafety" | ||
171 | + typed_data: | ||
172 | + dependency: transitive | ||
173 | + description: | ||
174 | + name: typed_data | ||
175 | + url: "https://pub.dartlang.org" | ||
176 | + source: hosted | ||
177 | + version: "1.3.0-nullsafety.2" | ||
178 | + url_launcher: | ||
179 | + dependency: "direct main" | ||
180 | + description: | ||
181 | + name: url_launcher | ||
182 | + url: "https://pub.dartlang.org" | ||
183 | + source: hosted | ||
184 | + version: "5.6.0" | ||
185 | + url_launcher_linux: | ||
186 | + dependency: transitive | ||
187 | + description: | ||
188 | + name: url_launcher_linux | ||
189 | + url: "https://pub.dartlang.org" | ||
190 | + source: hosted | ||
191 | + version: "0.0.1+1" | ||
192 | + url_launcher_macos: | ||
193 | + dependency: transitive | ||
194 | + description: | ||
195 | + name: url_launcher_macos | ||
196 | + url: "https://pub.dartlang.org" | ||
197 | + source: hosted | ||
198 | + version: "0.0.1+8" | ||
199 | + url_launcher_platform_interface: | ||
200 | + dependency: transitive | ||
201 | + description: | ||
202 | + name: url_launcher_platform_interface | ||
203 | + url: "https://pub.dartlang.org" | ||
204 | + source: hosted | ||
205 | + version: "1.0.8" | ||
206 | + url_launcher_web: | ||
207 | + dependency: transitive | ||
208 | + description: | ||
209 | + name: url_launcher_web | ||
210 | + url: "https://pub.dartlang.org" | ||
211 | + source: hosted | ||
212 | + version: "0.1.3+2" | ||
213 | + url_launcher_windows: | ||
214 | + dependency: transitive | ||
215 | + description: | ||
216 | + name: url_launcher_windows | ||
217 | + url: "https://pub.dartlang.org" | ||
218 | + source: hosted | ||
219 | + version: "0.0.1+1" | ||
220 | + vector_math: | ||
221 | + dependency: transitive | ||
222 | + description: | ||
223 | + name: vector_math | ||
224 | + url: "https://pub.dartlang.org" | ||
225 | + source: hosted | ||
226 | + version: "2.1.0-nullsafety.2" | ||
227 | +sdks: | ||
228 | + dart: ">=2.10.0-0.0.dev <2.10.0" | ||
229 | + flutter: ">=1.12.13+hotfix.5 <2.0.0" |
pubspec.lock
0 → 100644
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.5.0-nullsafety" | ||
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-nullsafety" | ||
18 | + characters: | ||
19 | + dependency: transitive | ||
20 | + description: | ||
21 | + name: characters | ||
22 | + url: "https://pub.dartlang.org" | ||
23 | + source: hosted | ||
24 | + version: "1.1.0-nullsafety.2" | ||
25 | + charcode: | ||
26 | + dependency: transitive | ||
27 | + description: | ||
28 | + name: charcode | ||
29 | + url: "https://pub.dartlang.org" | ||
30 | + source: hosted | ||
31 | + version: "1.2.0-nullsafety" | ||
32 | + clock: | ||
33 | + dependency: transitive | ||
34 | + description: | ||
35 | + name: clock | ||
36 | + url: "https://pub.dartlang.org" | ||
37 | + source: hosted | ||
38 | + version: "1.1.0-nullsafety" | ||
39 | + collection: | ||
40 | + dependency: transitive | ||
41 | + description: | ||
42 | + name: collection | ||
43 | + url: "https://pub.dartlang.org" | ||
44 | + source: hosted | ||
45 | + version: "1.15.0-nullsafety.2" | ||
46 | + fake_async: | ||
47 | + dependency: transitive | ||
48 | + description: | ||
49 | + name: fake_async | ||
50 | + url: "https://pub.dartlang.org" | ||
51 | + source: hosted | ||
52 | + version: "1.1.0-nullsafety" | ||
53 | + flutter: | ||
54 | + dependency: "direct main" | ||
55 | + description: flutter | ||
56 | + source: sdk | ||
57 | + version: "0.0.0" | ||
58 | + flutter_test: | ||
59 | + dependency: "direct dev" | ||
60 | + description: flutter | ||
61 | + source: sdk | ||
62 | + version: "0.0.0" | ||
63 | + matcher: | ||
64 | + dependency: transitive | ||
65 | + description: | ||
66 | + name: matcher | ||
67 | + url: "https://pub.dartlang.org" | ||
68 | + source: hosted | ||
69 | + version: "0.12.10-nullsafety" | ||
70 | + meta: | ||
71 | + dependency: transitive | ||
72 | + description: | ||
73 | + name: meta | ||
74 | + url: "https://pub.dartlang.org" | ||
75 | + source: hosted | ||
76 | + version: "1.3.0-nullsafety.2" | ||
77 | + path: | ||
78 | + dependency: transitive | ||
79 | + description: | ||
80 | + name: path | ||
81 | + url: "https://pub.dartlang.org" | ||
82 | + source: hosted | ||
83 | + version: "1.8.0-nullsafety" | ||
84 | + pedantic: | ||
85 | + dependency: "direct dev" | ||
86 | + description: | ||
87 | + name: pedantic | ||
88 | + url: "https://pub.dartlang.org" | ||
89 | + source: hosted | ||
90 | + version: "1.9.2" | ||
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.8.0-nullsafety" | ||
103 | + stack_trace: | ||
104 | + dependency: transitive | ||
105 | + description: | ||
106 | + name: stack_trace | ||
107 | + url: "https://pub.dartlang.org" | ||
108 | + source: hosted | ||
109 | + version: "1.10.0-nullsafety" | ||
110 | + stream_channel: | ||
111 | + dependency: transitive | ||
112 | + description: | ||
113 | + name: stream_channel | ||
114 | + url: "https://pub.dartlang.org" | ||
115 | + source: hosted | ||
116 | + version: "2.1.0-nullsafety" | ||
117 | + string_scanner: | ||
118 | + dependency: transitive | ||
119 | + description: | ||
120 | + name: string_scanner | ||
121 | + url: "https://pub.dartlang.org" | ||
122 | + source: hosted | ||
123 | + version: "1.1.0-nullsafety" | ||
124 | + term_glyph: | ||
125 | + dependency: transitive | ||
126 | + description: | ||
127 | + name: term_glyph | ||
128 | + url: "https://pub.dartlang.org" | ||
129 | + source: hosted | ||
130 | + version: "1.2.0-nullsafety" | ||
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.19-nullsafety" | ||
138 | + typed_data: | ||
139 | + dependency: transitive | ||
140 | + description: | ||
141 | + name: typed_data | ||
142 | + url: "https://pub.dartlang.org" | ||
143 | + source: hosted | ||
144 | + version: "1.3.0-nullsafety.2" | ||
145 | + vector_math: | ||
146 | + dependency: transitive | ||
147 | + description: | ||
148 | + name: vector_math | ||
149 | + url: "https://pub.dartlang.org" | ||
150 | + source: hosted | ||
151 | + version: "2.1.0-nullsafety.2" | ||
152 | +sdks: | ||
153 | + dart: ">=2.10.0-0.0.dev <2.10.0" | ||
154 | + flutter: ">=1.12.0 <2.0.0" |
1 | name: modal_bottom_sheet | 1 | name: modal_bottom_sheet |
2 | description: 'Create awesome and powerful modal bottom sheets. Material, Cupertino iOS 13 or create your own style' | 2 | description: 'Create awesome and powerful modal bottom sheets. Material, Cupertino iOS 13 or create your own style' |
3 | -version: 0.2.1-dev | 3 | +version: 0.2.1+1-dev |
4 | homepage: 'https://github.com/jamesblasco/modal_bottom_sheet' | 4 | homepage: 'https://github.com/jamesblasco/modal_bottom_sheet' |
5 | 5 | ||
6 | environment: | 6 | environment: |
-
Please register or login to post a comment