canal -> brook
This commit is contained in:
parent
a2ef7da707
commit
a6f2291309
25 changed files with 169 additions and 129 deletions
11
pubspec.yaml
11
pubspec.yaml
|
@ -1,4 +1,4 @@
|
|||
name: canal
|
||||
name: brook
|
||||
description: "A music player"
|
||||
publish_to: "none"
|
||||
version: 1.0.0+1
|
||||
|
@ -7,8 +7,8 @@ environment:
|
|||
sdk: "^3.5.4"
|
||||
|
||||
dependencies:
|
||||
collection: ^1.19.1
|
||||
adwaita: ^1.1.0
|
||||
collection: ^1.18.0
|
||||
fast_immutable_collections: ^11.0.2
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
@ -25,10 +25,13 @@ dependencies:
|
|||
git:
|
||||
url: https://github.com/google/flutter-desktop-embedding
|
||||
path: plugins/window_size
|
||||
dart_ytmusic_api: ^1.0.8
|
||||
dart_ytmusic_api:
|
||||
git:
|
||||
url: https://github.com/Henry-Hiles/dart_ytmusic_api
|
||||
|
||||
dependency_overrides:
|
||||
meta: ^1.15.0
|
||||
collection: ^1.19.1
|
||||
intl: ^0.20.1
|
||||
|
||||
dev_dependencies:
|
||||
build_runner: ^2.4.11
|
||||
|
|
Reference in a new issue