diff --git a/pubspec.lock b/pubspec.lock index 2d9b48ce..1500df64 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -2737,9 +2737,11 @@ packages: yt_dlp_dart: dependency: "direct main" description: - path: "../yt_dlp_dart" - relative: true - source: path + path: "." + ref: e2d82305fab18566408d6f8758361017d1640c3d + resolved-ref: e2d82305fab18566408d6f8758361017d1640c3d + url: "https://github.com/KRTirtho/yt_dlp_dart.git" + source: git version: "1.0.0" sdks: dart: ">=3.6.1 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index d742b221..a98b6a37 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -141,7 +141,9 @@ dependencies: url: https://github.com/Hexer10/youtube_explode_dart.git ref: e519db65ad0b0a40b12f69285932f9db509da3cf yt_dlp_dart: - path: ../yt_dlp_dart + git: + url: https://github.com/KRTirtho/yt_dlp_dart.git + ref: e2d82305fab18566408d6f8758361017d1640c3d dev_dependencies: build_runner: ^2.4.13