File tree 2 files changed +76
-0
lines changed
2 files changed +76
-0
lines changed Original file line number Diff line number Diff line change 10
10
.svn /
11
11
.vscode /
12
12
pubspec.lock
13
+ ! example /pubspec.lock
13
14
14
15
# IntelliJ related
15
16
* .iml
Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments