externalize dependencies

This commit is contained in:
poka 2022-04-29 13:48:04 +02:00
parent 6e39b5435a
commit cd152f0b56
2 changed files with 13 additions and 10 deletions

View File

@ -320,9 +320,11 @@ packages:
miniplayer:
dependency: "direct main"
description:
path: "/home/poka/dev/flutter/miniplayer"
relative: false
source: path
path: "."
ref: master
resolved-ref: bd9e0bc4e8c71d00a83c1f499224f00da76b5b72
url: "https://git.p2p.legal/poka/flutter_miniplayer.git"
source: git
version: "1.0.1"
nested:
dependency: transitive
@ -598,9 +600,9 @@ packages:
youtube_explode_dart:
dependency: "direct main"
description:
path: "/home/poka/dev/flutter/youtube_explode_dart"
relative: false
source: path
name: youtube_explode_dart
url: "https://pub.dartlang.org"
source: hosted
version: "1.11.0"
sdks:
dart: ">=2.16.2 <3.0.0"

View File

@ -12,14 +12,15 @@ dependencies:
sdk: flutter
cupertino_icons: ^1.0.2
graphql: ^5.0.0
youtube_explode_dart: #^1.10.9+1
path: /home/poka/dev/flutter/youtube_explode_dart
youtube_explode_dart: ^1.10.9+1
retry: ^3.1.0
url_launcher: ^6.1.0
http: ^0.13.4
kplayer: ^0.1.12
miniplayer: # ^1.0.1
path: /home/poka/dev/flutter/miniplayer
miniplayer: #^1.0.1
git:
url: https://git.p2p.legal/poka/flutter_miniplayer.git
ref: master
provider: ^6.0.1
dev_dependencies: