From 9fed9dcbcecfda1108d5acba5fe5af6e1663b212 Mon Sep 17 00:00:00 2001 From: Valeri Gokadze Date: Sun, 8 Mar 2026 11:08:35 +0400 Subject: [PATCH] fix(dependencies): update youtube_explode_dart to use git source --- pubspec.lock | 17 +++++++++-------- pubspec.yaml | 5 ++++- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index ef7f7477..38cc9565 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -465,10 +465,10 @@ packages: dependency: transitive description: name: matcher - sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6" + sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861 url: "https://pub.dev" source: hosted - version: "0.12.18" + version: "0.12.19" material_color_utilities: dependency: transitive description: @@ -733,10 +733,10 @@ packages: dependency: transitive description: name: test_api - sha256: "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636" + sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a" url: "https://pub.dev" source: hosted - version: "0.7.9" + version: "0.7.10" translations_cleaner: dependency: "direct dev" description: @@ -892,10 +892,11 @@ packages: youtube_explode_dart: dependency: "direct main" description: - name: youtube_explode_dart - sha256: "3d731d71df9901b1915bae806781df519cff32517e36db279f844ae619669e45" - url: "https://pub.dev" - source: hosted + path: "." + ref: "94a82565030cd8a2a50b21c904fba722f05e2468" + resolved-ref: "94a82565030cd8a2a50b21c904fba722f05e2468" + url: "https://github.com/Hexer10/youtube_explode_dart" + source: git version: "3.0.5" sdks: dart: ">=3.11.0 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index bf79925f..05f47505 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -37,7 +37,10 @@ dependencies: path: ./packages/receive_sharing_intent rxdart: ^0.28.0 url_launcher: ^6.3.2 - youtube_explode_dart: ^3.0.4 + youtube_explode_dart: + git: + url: https://github.com/Hexer10/youtube_explode_dart + ref: 94a82565030cd8a2a50b21c904fba722f05e2468 dev_dependencies: flutter_test: