mirror of
https://github.com/gokadzev/Musify.git
synced 2026-03-13 15:20:46 +08:00
fix(dependencies): update youtube_explode_dart to use git source
This commit is contained in:
17
pubspec.lock
17
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"
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user