Skip to content

Commit fef7676

Browse files
authored
fix: do not use path dependencies for published packages in pubspec.yaml (#183)
1 parent 37e0cd9 commit fef7676

File tree

9 files changed

+52
-59
lines changed

9 files changed

+52
-59
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"RUST_TEST_THREADS": "1",
44
},
55
// "rust-analyzer.cargo.target": "aarch64-apple-ios",
6-
"rust-analyzer.cargo.target": "aarch64-linux-android",
6+
// "rust-analyzer.cargo.target": "aarch64-linux-android",
77
"rust-analyzer.linkedProjects": [
88
"super_native_extensions/rust/Cargo.toml"
99
],

super_clipboard/example/pubspec.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ packages:
3737
dependency: "direct main"
3838
description:
3939
name: collection
40-
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
40+
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
4141
url: "https://pub.dev"
4242
source: hosted
43-
version: "1.18.0"
43+
version: "1.17.2"
4444
crypto:
4545
dependency: transitive
4646
description:
@@ -233,18 +233,18 @@ packages:
233233
dependency: transitive
234234
description:
235235
name: stack_trace
236-
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
236+
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
237237
url: "https://pub.dev"
238238
source: hosted
239-
version: "1.11.1"
239+
version: "1.11.0"
240240
stream_channel:
241241
dependency: transitive
242242
description:
243243
name: stream_channel
244-
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
244+
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
245245
url: "https://pub.dev"
246246
source: hosted
247-
version: "2.1.2"
247+
version: "2.1.1"
248248
string_scanner:
249249
dependency: transitive
250250
description:
@@ -259,14 +259,14 @@ packages:
259259
path: ".."
260260
relative: true
261261
source: path
262-
version: "0.6.3"
262+
version: "0.6.4"
263263
super_native_extensions:
264264
dependency: "direct overridden"
265265
description:
266266
path: "../../super_native_extensions"
267267
relative: true
268268
source: path
269-
version: "0.6.3"
269+
version: "0.6.4"
270270
term_glyph:
271271
dependency: transitive
272272
description:
@@ -279,10 +279,10 @@ packages:
279279
dependency: transitive
280280
description:
281281
name: test_api
282-
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
282+
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
283283
url: "https://pub.dev"
284284
source: hosted
285-
version: "0.6.1"
285+
version: "0.6.0"
286286
typed_data:
287287
dependency: transitive
288288
description:

super_clipboard/example/pubspec.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ dependencies:
3131
sdk: flutter
3232
collection: ^1.16.0
3333
flutter_layout_grid: ^2.0.1
34-
super_clipboard:
35-
path: ../
34+
super_clipboard: ^0.6.4
3635

3736
# The following adds the Cupertino Icons font to your application.
3837
# Use with the CupertinoIcons class for iOS style icons.

super_context_menu/example/pubspec.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ packages:
3737
dependency: transitive
3838
description:
3939
name: collection
40-
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
40+
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
4141
url: "https://pub.dev"
4242
source: hosted
43-
version: "1.18.0"
43+
version: "1.17.2"
4444
crypto:
4545
dependency: transitive
4646
description:
@@ -209,18 +209,18 @@ packages:
209209
dependency: transitive
210210
description:
211211
name: stack_trace
212-
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
212+
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
213213
url: "https://pub.dev"
214214
source: hosted
215-
version: "1.11.1"
215+
version: "1.11.0"
216216
stream_channel:
217217
dependency: transitive
218218
description:
219219
name: stream_channel
220-
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
220+
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
221221
url: "https://pub.dev"
222222
source: hosted
223-
version: "2.1.2"
223+
version: "2.1.1"
224224
string_scanner:
225225
dependency: transitive
226226
description:
@@ -235,28 +235,28 @@ packages:
235235
path: "../../super_clipboard"
236236
relative: true
237237
source: path
238-
version: "0.6.3"
238+
version: "0.6.4"
239239
super_context_menu:
240240
dependency: "direct main"
241241
description:
242242
path: ".."
243243
relative: true
244244
source: path
245-
version: "0.6.3"
245+
version: "0.6.4"
246246
super_drag_and_drop:
247247
dependency: "direct main"
248248
description:
249249
path: "../../super_drag_and_drop"
250250
relative: true
251251
source: path
252-
version: "0.6.3"
252+
version: "0.6.4"
253253
super_native_extensions:
254254
dependency: "direct overridden"
255255
description:
256256
path: "../../super_native_extensions"
257257
relative: true
258258
source: path
259-
version: "0.6.3"
259+
version: "0.6.4"
260260
term_glyph:
261261
dependency: transitive
262262
description:
@@ -269,10 +269,10 @@ packages:
269269
dependency: transitive
270270
description:
271271
name: test_api
272-
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
272+
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
273273
url: "https://pub.dev"
274274
source: hosted
275-
version: "0.6.1"
275+
version: "0.6.0"
276276
typed_data:
277277
dependency: transitive
278278
description:

super_context_menu/example/pubspec.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
super_context_menu:
13-
path: ../
14-
super_drag_and_drop:
15-
path: ../../super_drag_and_drop
12+
super_context_menu: ^0.6.4
13+
super_drag_and_drop: ^0.6.4
1614

1715
dev_dependencies:
1816
flutter_test:

super_drag_and_drop/example/pubspec.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ packages:
3737
dependency: "direct main"
3838
description:
3939
name: collection
40-
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
40+
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
4141
url: "https://pub.dev"
4242
source: hosted
43-
version: "1.18.0"
43+
version: "1.17.2"
4444
crypto:
4545
dependency: transitive
4646
description:
@@ -233,18 +233,18 @@ packages:
233233
dependency: transitive
234234
description:
235235
name: stack_trace
236-
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
236+
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
237237
url: "https://pub.dev"
238238
source: hosted
239-
version: "1.11.1"
239+
version: "1.11.0"
240240
stream_channel:
241241
dependency: transitive
242242
description:
243243
name: stream_channel
244-
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
244+
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
245245
url: "https://pub.dev"
246246
source: hosted
247-
version: "2.1.2"
247+
version: "2.1.1"
248248
string_scanner:
249249
dependency: transitive
250250
description:
@@ -259,7 +259,7 @@ packages:
259259
path: "../../super_clipboard"
260260
relative: true
261261
source: path
262-
version: "0.6.3"
262+
version: "0.6.4"
263263
super_clipboard_example:
264264
dependency: "direct main"
265265
description:
@@ -273,21 +273,21 @@ packages:
273273
path: "../../super_context_menu"
274274
relative: true
275275
source: path
276-
version: "0.6.3"
276+
version: "0.6.4"
277277
super_drag_and_drop:
278278
dependency: "direct main"
279279
description:
280280
path: ".."
281281
relative: true
282282
source: path
283-
version: "0.6.3"
283+
version: "0.6.4"
284284
super_native_extensions:
285285
dependency: "direct overridden"
286286
description:
287287
path: "../../super_native_extensions"
288288
relative: true
289289
source: path
290-
version: "0.6.3"
290+
version: "0.6.4"
291291
term_glyph:
292292
dependency: transitive
293293
description:
@@ -300,10 +300,10 @@ packages:
300300
dependency: transitive
301301
description:
302302
name: test_api
303-
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
303+
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
304304
url: "https://pub.dev"
305305
source: hosted
306-
version: "0.6.1"
306+
version: "0.6.0"
307307
typed_data:
308308
dependency: transitive
309309
description:

super_drag_and_drop/example/pubspec.yaml

+3-6
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,11 @@ dependencies:
3232
flutter:
3333
sdk: flutter
3434
collection: ^1.16.0
35-
super_clipboard:
36-
path: ../../super_clipboard
37-
super_drag_and_drop:
38-
path: ../
35+
super_clipboard: ^0.6.4
36+
super_drag_and_drop: ^0.6.4
3937
super_clipboard_example:
4038
path: ../../super_clipboard/example
41-
super_context_menu:
42-
path: ../../super_context_menu
39+
super_context_menu: ^0.6.4
4340

4441
# The following adds the Cupertino Icons font to your application.
4542
# Use with the CupertinoIcons class for iOS style icons.

super_keyboard_layout/example/pubspec.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ packages:
3737
dependency: transitive
3838
description:
3939
name: collection
40-
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
40+
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
4141
url: "https://pub.dev"
4242
source: hosted
43-
version: "1.18.0"
43+
version: "1.17.2"
4444
crypto:
4545
dependency: transitive
4646
description:
@@ -217,18 +217,18 @@ packages:
217217
dependency: transitive
218218
description:
219219
name: stack_trace
220-
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
220+
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
221221
url: "https://pub.dev"
222222
source: hosted
223-
version: "1.11.1"
223+
version: "1.11.0"
224224
stream_channel:
225225
dependency: transitive
226226
description:
227227
name: stream_channel
228-
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
228+
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
229229
url: "https://pub.dev"
230230
source: hosted
231-
version: "2.1.2"
231+
version: "2.1.1"
232232
string_scanner:
233233
dependency: transitive
234234
description:
@@ -243,14 +243,14 @@ packages:
243243
path: ".."
244244
relative: true
245245
source: path
246-
version: "0.6.3"
246+
version: "0.6.4"
247247
super_native_extensions:
248248
dependency: "direct overridden"
249249
description:
250250
path: "../../super_native_extensions"
251251
relative: true
252252
source: path
253-
version: "0.6.3"
253+
version: "0.6.4"
254254
term_glyph:
255255
dependency: transitive
256256
description:
@@ -263,10 +263,10 @@ packages:
263263
dependency: transitive
264264
description:
265265
name: test_api
266-
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
266+
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
267267
url: "https://pub.dev"
268268
source: hosted
269-
version: "0.6.1"
269+
version: "0.6.0"
270270
typed_data:
271271
dependency: transitive
272272
description:

super_keyboard_layout/example/pubspec.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ environment:
3131
dependencies:
3232
flutter:
3333
sdk: flutter
34-
super_keyboard_layout:
35-
path: ../
34+
super_keyboard_layout: ^0.6.4
3635

3736
# The following adds the Cupertino Icons font to your application.
3837
# Use with the CupertinoIcons class for iOS style icons.

0 commit comments

Comments
 (0)