Skip to content

Commit 9fed9dc

Browse files
committed
fix(dependencies): update youtube_explode_dart to use git source
1 parent 7c55265 commit 9fed9dc

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

pubspec.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,10 @@ packages:
465465
dependency: transitive
466466
description:
467467
name: matcher
468-
sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6"
468+
sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861
469469
url: "https://pub.dev"
470470
source: hosted
471-
version: "0.12.18"
471+
version: "0.12.19"
472472
material_color_utilities:
473473
dependency: transitive
474474
description:
@@ -733,10 +733,10 @@ packages:
733733
dependency: transitive
734734
description:
735735
name: test_api
736-
sha256: "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636"
736+
sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a"
737737
url: "https://pub.dev"
738738
source: hosted
739-
version: "0.7.9"
739+
version: "0.7.10"
740740
translations_cleaner:
741741
dependency: "direct dev"
742742
description:
@@ -892,10 +892,11 @@ packages:
892892
youtube_explode_dart:
893893
dependency: "direct main"
894894
description:
895-
name: youtube_explode_dart
896-
sha256: "3d731d71df9901b1915bae806781df519cff32517e36db279f844ae619669e45"
897-
url: "https://pub.dev"
898-
source: hosted
895+
path: "."
896+
ref: "94a82565030cd8a2a50b21c904fba722f05e2468"
897+
resolved-ref: "94a82565030cd8a2a50b21c904fba722f05e2468"
898+
url: "https://github.com/Hexer10/youtube_explode_dart"
899+
source: git
899900
version: "3.0.5"
900901
sdks:
901902
dart: ">=3.11.0 <4.0.0"

pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ dependencies:
3737
path: ./packages/receive_sharing_intent
3838
rxdart: ^0.28.0
3939
url_launcher: ^6.3.2
40-
youtube_explode_dart: ^3.0.4
40+
youtube_explode_dart:
41+
git:
42+
url: https://github.com/Hexer10/youtube_explode_dart
43+
ref: 94a82565030cd8a2a50b21c904fba722f05e2468
4144

4245
dev_dependencies:
4346
flutter_test:

0 commit comments

Comments
 (0)