Skip to content

Commit 5b530d1

Browse files
committed
added dart sample
1 parent d93572c commit 5b530d1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+4781
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
analyzer:
2+
strong-mode: true
Lines changed: 319 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,319 @@
1+
{
2+
"configVersion": 2,
3+
"packages": [
4+
{
5+
"name": "_fe_analyzer_shared",
6+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/_fe_analyzer_shared-14.0.0",
7+
"packageUri": "lib/",
8+
"languageVersion": "2.2"
9+
},
10+
{
11+
"name": "analyzer",
12+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/analyzer-0.41.2",
13+
"packageUri": "lib/",
14+
"languageVersion": "2.7"
15+
},
16+
{
17+
"name": "args",
18+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/args-1.6.0",
19+
"packageUri": "lib/",
20+
"languageVersion": "2.3"
21+
},
22+
{
23+
"name": "async",
24+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/async-2.4.2",
25+
"packageUri": "lib/",
26+
"languageVersion": "2.2"
27+
},
28+
{
29+
"name": "boolean_selector",
30+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.0.0",
31+
"packageUri": "lib/",
32+
"languageVersion": "2.4"
33+
},
34+
{
35+
"name": "charcode",
36+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.3",
37+
"packageUri": "lib/",
38+
"languageVersion": "2.0"
39+
},
40+
{
41+
"name": "cli_util",
42+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/cli_util-0.2.0",
43+
"packageUri": "lib/",
44+
"languageVersion": "2.0"
45+
},
46+
{
47+
"name": "collection",
48+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/collection-1.14.13",
49+
"packageUri": "lib/",
50+
"languageVersion": "2.3"
51+
},
52+
{
53+
"name": "convert",
54+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/convert-2.1.1",
55+
"packageUri": "lib/",
56+
"languageVersion": "1.17"
57+
},
58+
{
59+
"name": "coverage",
60+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/coverage-0.14.2",
61+
"packageUri": "lib/",
62+
"languageVersion": "2.7"
63+
},
64+
{
65+
"name": "crypto",
66+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/crypto-2.1.5",
67+
"packageUri": "lib/",
68+
"languageVersion": "2.3"
69+
},
70+
{
71+
"name": "file",
72+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/file-5.2.1",
73+
"packageUri": "lib/",
74+
"languageVersion": "2.2"
75+
},
76+
{
77+
"name": "glob",
78+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/glob-1.2.0",
79+
"packageUri": "lib/",
80+
"languageVersion": "2.1"
81+
},
82+
{
83+
"name": "http",
84+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/http-0.12.2",
85+
"packageUri": "lib/",
86+
"languageVersion": "2.4"
87+
},
88+
{
89+
"name": "http_multi_server",
90+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/http_multi_server-2.2.0",
91+
"packageUri": "lib/",
92+
"languageVersion": "2.1"
93+
},
94+
{
95+
"name": "http_parser",
96+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/http_parser-3.1.4",
97+
"packageUri": "lib/",
98+
"languageVersion": "2.3"
99+
},
100+
{
101+
"name": "intl",
102+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/intl-0.16.1",
103+
"packageUri": "lib/",
104+
"languageVersion": "2.5"
105+
},
106+
{
107+
"name": "io",
108+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/io-0.3.4",
109+
"packageUri": "lib/",
110+
"languageVersion": "2.0"
111+
},
112+
{
113+
"name": "js",
114+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/js-0.6.2",
115+
"packageUri": "lib/",
116+
"languageVersion": "2.0"
117+
},
118+
{
119+
"name": "logging",
120+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/logging-0.11.4",
121+
"packageUri": "lib/",
122+
"languageVersion": "2.0"
123+
},
124+
{
125+
"name": "matcher",
126+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.9",
127+
"packageUri": "lib/",
128+
"languageVersion": "2.7"
129+
},
130+
{
131+
"name": "meta",
132+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/meta-1.2.4",
133+
"packageUri": "lib/",
134+
"languageVersion": "1.12"
135+
},
136+
{
137+
"name": "mime",
138+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/mime-0.9.7",
139+
"packageUri": "lib/",
140+
"languageVersion": "2.0"
141+
},
142+
{
143+
"name": "node_interop",
144+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/node_interop-1.2.1",
145+
"packageUri": "lib/",
146+
"languageVersion": "2.9"
147+
},
148+
{
149+
"name": "node_io",
150+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/node_io-1.2.0",
151+
"packageUri": "lib/",
152+
"languageVersion": "2.2"
153+
},
154+
{
155+
"name": "node_preamble",
156+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/node_preamble-1.4.12",
157+
"packageUri": "lib/",
158+
"languageVersion": "1.24"
159+
},
160+
{
161+
"name": "package_config",
162+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/package_config-1.9.3",
163+
"packageUri": "lib/",
164+
"languageVersion": "2.7"
165+
},
166+
{
167+
"name": "path",
168+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/path-1.7.0",
169+
"packageUri": "lib/",
170+
"languageVersion": "2.0"
171+
},
172+
{
173+
"name": "pedantic",
174+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/pedantic-1.9.2",
175+
"packageUri": "lib/",
176+
"languageVersion": "2.1"
177+
},
178+
{
179+
"name": "pool",
180+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/pool-1.4.0",
181+
"packageUri": "lib/",
182+
"languageVersion": "2.0"
183+
},
184+
{
185+
"name": "pub_semver",
186+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/pub_semver-1.4.4",
187+
"packageUri": "lib/",
188+
"languageVersion": "2.0"
189+
},
190+
{
191+
"name": "shelf",
192+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/shelf-0.7.9",
193+
"packageUri": "lib/",
194+
"languageVersion": "2.1"
195+
},
196+
{
197+
"name": "shelf_packages_handler",
198+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/shelf_packages_handler-2.0.0",
199+
"packageUri": "lib/",
200+
"languageVersion": "2.0"
201+
},
202+
{
203+
"name": "shelf_static",
204+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/shelf_static-0.2.9+1",
205+
"packageUri": "lib/",
206+
"languageVersion": "2.3"
207+
},
208+
{
209+
"name": "shelf_web_socket",
210+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/shelf_web_socket-0.2.3",
211+
"packageUri": "lib/",
212+
"languageVersion": "2.0"
213+
},
214+
{
215+
"name": "source_map_stack_trace",
216+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/source_map_stack_trace-2.0.0",
217+
"packageUri": "lib/",
218+
"languageVersion": "2.7"
219+
},
220+
{
221+
"name": "source_maps",
222+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/source_maps-0.10.9",
223+
"packageUri": "lib/",
224+
"languageVersion": "2.0"
225+
},
226+
{
227+
"name": "source_span",
228+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/source_span-1.7.0",
229+
"packageUri": "lib/",
230+
"languageVersion": "2.6"
231+
},
232+
{
233+
"name": "stack_trace",
234+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.9.6",
235+
"packageUri": "lib/",
236+
"languageVersion": "2.0"
237+
},
238+
{
239+
"name": "stream_channel",
240+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.0.0",
241+
"packageUri": "lib/",
242+
"languageVersion": "2.0"
243+
},
244+
{
245+
"name": "string_scanner",
246+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.0.5",
247+
"packageUri": "lib/",
248+
"languageVersion": "2.0"
249+
},
250+
{
251+
"name": "term_glyph",
252+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.1.0",
253+
"packageUri": "lib/",
254+
"languageVersion": "1.8"
255+
},
256+
{
257+
"name": "test",
258+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/test-1.15.7",
259+
"packageUri": "lib/",
260+
"languageVersion": "2.7"
261+
},
262+
{
263+
"name": "test_api",
264+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.18+1",
265+
"packageUri": "lib/",
266+
"languageVersion": "2.7"
267+
},
268+
{
269+
"name": "test_core",
270+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/test_core-0.3.11+4",
271+
"packageUri": "lib/",
272+
"languageVersion": "2.7"
273+
},
274+
{
275+
"name": "typed_data",
276+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/typed_data-1.2.0",
277+
"packageUri": "lib/",
278+
"languageVersion": "2.4"
279+
},
280+
{
281+
"name": "vm_service",
282+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/vm_service-4.2.0",
283+
"packageUri": "lib/",
284+
"languageVersion": "2.6"
285+
},
286+
{
287+
"name": "watcher",
288+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/watcher-0.9.7+15",
289+
"packageUri": "lib/",
290+
"languageVersion": "2.2"
291+
},
292+
{
293+
"name": "web_socket_channel",
294+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/web_socket_channel-1.2.0",
295+
"packageUri": "lib/",
296+
"languageVersion": "2.10"
297+
},
298+
{
299+
"name": "webkit_inspection_protocol",
300+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/webkit_inspection_protocol-0.7.4",
301+
"packageUri": "lib/",
302+
"languageVersion": "2.0"
303+
},
304+
{
305+
"name": "yaml",
306+
"rootUri": "file:///Users/hugomercado/.pub-cache/hosted/pub.dartlang.org/yaml-2.2.1",
307+
"packageUri": "lib/",
308+
"languageVersion": "2.4"
309+
},
310+
{
311+
"name": "swagger",
312+
"rootUri": "../",
313+
"packageUri": "lib/"
314+
}
315+
],
316+
"generated": "2021-01-25T02:17:55.717251Z",
317+
"generator": "pub",
318+
"generatorVersion": "2.10.4"
319+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# See https://www.dartlang.org/tools/private-files.html
2+
3+
# Files and directories created by pub
4+
.buildlog
5+
.packages
6+
.project
7+
.pub/
8+
build/
9+
**/packages/
10+
11+
# Files created by dart2js
12+
# (Most Dart developers will use pub build to compile Dart, use/modify these
13+
# rules if you intend to use dart2js directly
14+
# Convention is to use extension '.dart.js' for Dart compiled to Javascript to
15+
# differentiate from explicit Javascript files)
16+
*.dart.js
17+
*.part.js
18+
*.js.deps
19+
*.js.map
20+
*.info.json
21+
22+
# Directory created by dartdoc
23+
doc/api/
24+
25+
# Don't commit pubspec lock file
26+
# (Library packages only! Remove pattern if developing an application package)
27+
pubspec.lock
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Swagger Codegen Ignore
2+
# Generated by swagger-codegen https://github.com/swagger-api/swagger-codegen
3+
4+
# Use this file to prevent files from being overwritten by the generator.
5+
# The patterns follow closely to .gitignore or .dockerignore.
6+
7+
# As an example, the C# client generator defines ApiClient.cs.
8+
# You can make changes and tell Swagger Codgen to ignore just this file by uncommenting the following line:
9+
#ApiClient.cs
10+
11+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
12+
#foo/*/qux
13+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
14+
15+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
16+
#foo/**/qux
17+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
18+
19+
# You can also negate patterns with an exclamation (!).
20+
# For example, you can ignore all files in a docs folder with the file extension .md:
21+
#docs/*.md
22+
# Then explicitly reverse the ignore rule for a single file:
23+
#!docs/README.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0.25-SNAPSHOT

0 commit comments

Comments
 (0)