Skip to content

Commit 441e87f

Browse files
Merge #195
195: Add example/pubspec.lock to git r=brunoocasali a=brunoocasali This pubspec.lock is required to release new versions of this package. Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
2 parents e047e87 + cea7dd1 commit 441e87f

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
.svn/
1111
.vscode/
1212
pubspec.lock
13+
!example/pubspec.lock
1314

1415
# IntelliJ related
1516
*.iml

example/pubspec.lock

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Generated by pub
2+
# See https://dart.dev/tools/pub/glossary#lockfile
3+
packages:
4+
collection:
5+
dependency: transitive
6+
description:
7+
name: collection
8+
url: "https://pub.dartlang.org"
9+
source: hosted
10+
version: "1.16.0"
11+
crypto:
12+
dependency: transitive
13+
description:
14+
name: crypto
15+
url: "https://pub.dartlang.org"
16+
source: hosted
17+
version: "3.0.2"
18+
dio:
19+
dependency: transitive
20+
description:
21+
name: dio
22+
url: "https://pub.dartlang.org"
23+
source: hosted
24+
version: "4.0.6"
25+
http_parser:
26+
dependency: transitive
27+
description:
28+
name: http_parser
29+
url: "https://pub.dartlang.org"
30+
source: hosted
31+
version: "4.0.1"
32+
meilisearch:
33+
dependency: "direct main"
34+
description:
35+
path: ".."
36+
relative: true
37+
source: path
38+
version: "0.6.0"
39+
path:
40+
dependency: transitive
41+
description:
42+
name: path
43+
url: "https://pub.dartlang.org"
44+
source: hosted
45+
version: "1.8.2"
46+
source_span:
47+
dependency: transitive
48+
description:
49+
name: source_span
50+
url: "https://pub.dartlang.org"
51+
source: hosted
52+
version: "1.9.0"
53+
string_scanner:
54+
dependency: transitive
55+
description:
56+
name: string_scanner
57+
url: "https://pub.dartlang.org"
58+
source: hosted
59+
version: "1.1.1"
60+
term_glyph:
61+
dependency: transitive
62+
description:
63+
name: term_glyph
64+
url: "https://pub.dartlang.org"
65+
source: hosted
66+
version: "1.2.1"
67+
typed_data:
68+
dependency: transitive
69+
description:
70+
name: typed_data
71+
url: "https://pub.dartlang.org"
72+
source: hosted
73+
version: "1.3.1"
74+
sdks:
75+
dart: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)