Skip to content

Commit a0c71a6

Browse files
author
GhostenEditor
committed
fix: themoviedb刮削报错
1 parent b529027 commit a0c71a6

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

pubspec.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ packages:
1313
dependency: "direct main"
1414
description:
1515
path: api
16-
ref: "v0.0.6"
17-
resolved-ref: "924ed453ad698a5e4227abe30a11fe967b5412e6"
16+
ref: "v0.0.7"
17+
resolved-ref: "41a860341d5d696a61d244c4cb07c2b6bf6d2413"
1818
url: "https://github.com/GhostenEditor/Ghosten-Player-flutter-packages.git"
1919
source: git
2020
version: "0.0.0"
@@ -46,8 +46,8 @@ packages:
4646
dependency: "direct main"
4747
description:
4848
path: bluetooth
49-
ref: "v0.0.6"
50-
resolved-ref: "924ed453ad698a5e4227abe30a11fe967b5412e6"
49+
ref: "v0.0.7"
50+
resolved-ref: "41a860341d5d696a61d244c4cb07c2b6bf6d2413"
5151
url: "https://github.com/GhostenEditor/Ghosten-Player-flutter-packages.git"
5252
source: git
5353
version: "0.0.0"
@@ -191,8 +191,8 @@ packages:
191191
dependency: "direct main"
192192
description:
193193
path: file_picker
194-
ref: "v0.0.6"
195-
resolved-ref: "924ed453ad698a5e4227abe30a11fe967b5412e6"
194+
ref: "v0.0.7"
195+
resolved-ref: "41a860341d5d696a61d244c4cb07c2b6bf6d2413"
196196
url: "https://github.com/GhostenEditor/Ghosten-Player-flutter-packages.git"
197197
source: git
198198
version: "0.0.0"
@@ -404,8 +404,8 @@ packages:
404404
dependency: "direct main"
405405
description:
406406
path: logger
407-
ref: "v0.0.6"
408-
resolved-ref: "924ed453ad698a5e4227abe30a11fe967b5412e6"
407+
ref: "v0.0.7"
408+
resolved-ref: "41a860341d5d696a61d244c4cb07c2b6bf6d2413"
409409
url: "https://github.com/GhostenEditor/Ghosten-Player-flutter-packages.git"
410410
source: git
411411
version: "0.0.1"
@@ -955,8 +955,8 @@ packages:
955955
dependency: "direct main"
956956
description:
957957
path: video_player
958-
ref: "v0.0.6"
959-
resolved-ref: "924ed453ad698a5e4227abe30a11fe967b5412e6"
958+
ref: "v0.0.7"
959+
resolved-ref: "41a860341d5d696a61d244c4cb07c2b6bf6d2413"
960960
url: "https://github.com/GhostenEditor/Ghosten-Player-flutter-packages.git"
961961
source: git
962962
version: "0.0.0"

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ dependencies:
1515
git:
1616
url: https://github.com/GhostenEditor/Ghosten-Player-flutter-packages.git
1717
path: api
18-
ref: v0.0.6
18+
ref: v0.0.7
1919
bluetooth:
2020
git:
2121
url: https://github.com/GhostenEditor/Ghosten-Player-flutter-packages.git
2222
path: bluetooth
23-
ref: v0.0.6
23+
ref: v0.0.7
2424
cached_network_image: ^3.4.0
2525
collection: ^1.19.0
2626
date_format: ^2.0.0
@@ -30,7 +30,7 @@ dependencies:
3030
git:
3131
url: https://github.com/GhostenEditor/Ghosten-Player-flutter-packages.git
3232
path: file_picker
33-
ref: v0.0.6
33+
ref: v0.0.7
3434
flutter_archive: ^6.0.4
3535
flutter_bloc: ^9.1.0
3636
flutter_slidable: ^4.0.3
@@ -43,7 +43,7 @@ dependencies:
4343
git:
4444
url: https://github.com/GhostenEditor/Ghosten-Player-flutter-packages.git
4545
path: logger
46-
ref: v0.0.6
46+
ref: v0.0.7
4747
markdown: ^7.2.0
4848
markdown_widget:
4949
git:
@@ -65,7 +65,7 @@ dependencies:
6565
git:
6666
url: https://github.com/GhostenEditor/Ghosten-Player-flutter-packages.git
6767
path: video_player
68-
ref: v0.0.6
68+
ref: v0.0.7
6969
volume_controller: ^3.4.1
7070
webview_cookie_manager_plus: ^2.0.17
7171
webview_flutter: ^4.13.1

0 commit comments

Comments
 (0)