Committed by
GitHub
Merge pull request #655 from jonataslaw/master
Made master branch work with relative paths
Showing
5 changed files
with
17 additions
and
176 deletions
example/pubspec.lock
deleted
100644 → 0
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.4.2" | ||
11 | - boolean_selector: | ||
12 | - dependency: transitive | ||
13 | - description: | ||
14 | - name: boolean_selector | ||
15 | - url: "https://pub.dartlang.org" | ||
16 | - source: hosted | ||
17 | - version: "2.0.0" | ||
18 | - characters: | ||
19 | - dependency: transitive | ||
20 | - description: | ||
21 | - name: characters | ||
22 | - url: "https://pub.dartlang.org" | ||
23 | - source: hosted | ||
24 | - version: "1.0.0" | ||
25 | - charcode: | ||
26 | - dependency: transitive | ||
27 | - description: | ||
28 | - name: charcode | ||
29 | - url: "https://pub.dartlang.org" | ||
30 | - source: hosted | ||
31 | - version: "1.1.3" | ||
32 | - clock: | ||
33 | - dependency: transitive | ||
34 | - description: | ||
35 | - name: clock | ||
36 | - url: "https://pub.dartlang.org" | ||
37 | - source: hosted | ||
38 | - version: "1.0.1" | ||
39 | - collection: | ||
40 | - dependency: transitive | ||
41 | - description: | ||
42 | - name: collection | ||
43 | - url: "https://pub.dartlang.org" | ||
44 | - source: hosted | ||
45 | - version: "1.14.13" | ||
46 | - dio: | ||
47 | - dependency: "direct main" | ||
48 | - description: | ||
49 | - name: dio | ||
50 | - url: "https://pub.dartlang.org" | ||
51 | - source: hosted | ||
52 | - version: "3.0.10" | ||
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" | ||
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 | - get: | ||
71 | - dependency: "direct main" | ||
72 | - description: | ||
73 | - path: ".." | ||
74 | - relative: true | ||
75 | - source: path | ||
76 | - version: "3.10.2" | ||
77 | - http_parser: | ||
78 | - dependency: transitive | ||
79 | - description: | ||
80 | - name: http_parser | ||
81 | - url: "https://pub.dartlang.org" | ||
82 | - source: hosted | ||
83 | - version: "3.1.4" | ||
84 | - matcher: | ||
85 | - dependency: transitive | ||
86 | - description: | ||
87 | - name: matcher | ||
88 | - url: "https://pub.dartlang.org" | ||
89 | - source: hosted | ||
90 | - version: "0.12.8" | ||
91 | - meta: | ||
92 | - dependency: transitive | ||
93 | - description: | ||
94 | - name: meta | ||
95 | - url: "https://pub.dartlang.org" | ||
96 | - source: hosted | ||
97 | - version: "1.1.8" | ||
98 | - path: | ||
99 | - dependency: transitive | ||
100 | - description: | ||
101 | - name: path | ||
102 | - url: "https://pub.dartlang.org" | ||
103 | - source: hosted | ||
104 | - version: "1.7.0" | ||
105 | - sky_engine: | ||
106 | - dependency: transitive | ||
107 | - description: flutter | ||
108 | - source: sdk | ||
109 | - version: "0.0.99" | ||
110 | - source_span: | ||
111 | - dependency: transitive | ||
112 | - description: | ||
113 | - name: source_span | ||
114 | - url: "https://pub.dartlang.org" | ||
115 | - source: hosted | ||
116 | - version: "1.7.0" | ||
117 | - stack_trace: | ||
118 | - dependency: transitive | ||
119 | - description: | ||
120 | - name: stack_trace | ||
121 | - url: "https://pub.dartlang.org" | ||
122 | - source: hosted | ||
123 | - version: "1.9.5" | ||
124 | - stream_channel: | ||
125 | - dependency: transitive | ||
126 | - description: | ||
127 | - name: stream_channel | ||
128 | - url: "https://pub.dartlang.org" | ||
129 | - source: hosted | ||
130 | - version: "2.0.0" | ||
131 | - string_scanner: | ||
132 | - dependency: transitive | ||
133 | - description: | ||
134 | - name: string_scanner | ||
135 | - url: "https://pub.dartlang.org" | ||
136 | - source: hosted | ||
137 | - version: "1.0.5" | ||
138 | - term_glyph: | ||
139 | - dependency: transitive | ||
140 | - description: | ||
141 | - name: term_glyph | ||
142 | - url: "https://pub.dartlang.org" | ||
143 | - source: hosted | ||
144 | - version: "1.1.0" | ||
145 | - test_api: | ||
146 | - dependency: transitive | ||
147 | - description: | ||
148 | - name: test_api | ||
149 | - url: "https://pub.dartlang.org" | ||
150 | - source: hosted | ||
151 | - version: "0.2.17" | ||
152 | - typed_data: | ||
153 | - dependency: transitive | ||
154 | - description: | ||
155 | - name: typed_data | ||
156 | - url: "https://pub.dartlang.org" | ||
157 | - source: hosted | ||
158 | - version: "1.2.0" | ||
159 | - vector_math: | ||
160 | - dependency: transitive | ||
161 | - description: | ||
162 | - name: vector_math | ||
163 | - url: "https://pub.dartlang.org" | ||
164 | - source: hosted | ||
165 | - version: "2.0.8" | ||
166 | -sdks: | ||
167 | - dart: ">=2.9.0-14.0.dev <3.0.0" |
@@ -29,7 +29,8 @@ dependencies: | @@ -29,7 +29,8 @@ dependencies: | ||
29 | get: | 29 | get: |
30 | path: ../ | 30 | path: ../ |
31 | dio: ^3.0.9 | 31 | dio: ^3.0.9 |
32 | - get_test: ^3.11.0 | 32 | + get_test: |
33 | + path: ../../packages/get_test | ||
33 | dev_dependencies: | 34 | dev_dependencies: |
34 | flutter_test: | 35 | flutter_test: |
35 | sdk: flutter | 36 | sdk: flutter |
@@ -9,12 +9,18 @@ environment: | @@ -9,12 +9,18 @@ environment: | ||
9 | dependencies: | 9 | dependencies: |
10 | flutter: | 10 | flutter: |
11 | sdk: flutter | 11 | sdk: flutter |
12 | - get_core: ">=3.10.2 <4.0.0" | ||
13 | - get_instance: ">=3.10.2 <4.0.0" | ||
14 | - get_rx: ">=3.10.2 <4.0.0" | ||
15 | - get_state_manager: ">=3.10.2 <4.0.0" | ||
16 | - get_navigation: ">=3.10.2 <4.0.0" | ||
17 | - get_utils: ">=3.10.2 <4.0.0" | 12 | + get_core: |
13 | + path: ../packages/get_core | ||
14 | + get_instance: | ||
15 | + path: ../packages/get_instance | ||
16 | + get_rx: | ||
17 | + path: ../packages/get_rx | ||
18 | + get_state_manager: | ||
19 | + path: ../packages/get_state_manager | ||
20 | + get_navigation: | ||
21 | + path: ../packages/get_navigation | ||
22 | + get_utils: | ||
23 | + path: ../packages/get_utils | ||
18 | 24 | ||
19 | 25 | ||
20 | dev_dependencies: | 26 | dev_dependencies: |
@@ -26,6 +26,7 @@ dependencies: | @@ -26,6 +26,7 @@ dependencies: | ||
26 | get_test: | 26 | get_test: |
27 | path: ../ | 27 | path: ../ |
28 | get: | 28 | get: |
29 | + path: ../../../getx | ||
29 | 30 | ||
30 | 31 | ||
31 | # The following adds the Cupertino Icons font to your application. | 32 | # The following adds the Cupertino Icons font to your application. |
@@ -11,8 +11,8 @@ dependencies: | @@ -11,8 +11,8 @@ dependencies: | ||
11 | flutter: | 11 | flutter: |
12 | sdk: flutter | 12 | sdk: flutter |
13 | mockito: ">=3.0.0 <4.0.0" | 13 | mockito: ">=3.0.0 <4.0.0" |
14 | - get_navigation: ">=3.10.2 <4.0.0" | ||
15 | - get_state_manager: ">=3.10.2 <4.0.0" | 14 | + get: |
15 | + path: ../../getx | ||
16 | image_test_utils: ">=1.0.0 <2.0.0" | 16 | image_test_utils: ">=1.0.0 <2.0.0" |
17 | flutter_test: | 17 | flutter_test: |
18 | sdk: flutter | 18 | sdk: flutter |
-
Please register or login to post a comment