Skip to content

Commit

Permalink
Merge pull request #445 from chrispavlopoulos/fixyoutube
Browse files Browse the repository at this point in the history
Fix YouTube:
  • Loading branch information
arianneorpilla authored Mar 12, 2025
2 parents 8be4e18 + 007d036 commit f6f7e42
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 25 deletions.
56 changes: 32 additions & 24 deletions yuuna/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,10 @@ packages:
dependency: transitive
description:
name: characters
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803
url: "https://pub.dev"
source: hosted
version: "1.3.0"
version: "1.4.0"
chat_gpt_sdk:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1019,18 +1019,18 @@ packages:
dependency: "direct main"
description:
name: json_annotation
sha256: b10a7b2ff83d83c777edba3c6a0f97045ddadd56c944e1a23a3fdf43a1bf4467
sha256: "1ce844379ca14835a50d2f019a3099f419082cfdd231cd86a142af94dd5c6bb1"
url: "https://pub.dev"
source: hosted
version: "4.8.1"
version: "4.9.0"
json_serializable:
dependency: "direct main"
description:
name: json_serializable
sha256: "61a60716544392a82726dd0fa1dd6f5f1fd32aec66422b6e229e7b90d52325c4"
sha256: ea1432d167339ea9b5bb153f0571d0039607a873d6e04e0117af043f14a1fd4b
url: "https://pub.dev"
source: hosted
version: "6.7.0"
version: "6.8.0"
just_audio:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1099,10 +1099,10 @@ packages:
dependency: transitive
description:
name: logging
sha256: "04094f2eb032cbb06c6f6e8d3607edcfcb0455e2bb6cbc010cb01171dcb64e6d"
sha256: c8245ada5f1717ed44271ed1c26b8ce85ca3228fd2ffdb75468ab01979309d61
url: "https://pub.dev"
source: hosted
version: "1.1.1"
version: "1.3.0"
marquee:
dependency: "direct main"
description:
Expand All @@ -1123,10 +1123,10 @@ packages:
dependency: transitive
description:
name: material_color_utilities
sha256: "9528f2f296073ff54cb9fee677df673ace1218163c3bc7628093e7eed5203d41"
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
url: "https://pub.dev"
source: hosted
version: "0.5.0"
version: "0.11.1"
material_floating_search_bar:
dependency: "direct main"
description:
Expand All @@ -1148,10 +1148,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
url: "https://pub.dev"
source: hosted
version: "1.9.1"
version: "1.16.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -1579,11 +1579,19 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.4"
simple_sparse_list:
dependency: transitive
description:
name: simple_sparse_list
sha256: aa648fd240fa39b49dcd11c19c266990006006de6699a412de485695910fbc1f
url: "https://pub.dev"
source: hosted
version: "0.1.4"
sky_engine:
dependency: transitive
description: flutter
source: sdk
version: "0.0.99"
version: "0.0.0"
slang:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1778,6 +1786,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.3.2"
unicode:
dependency: transitive
description:
name: unicode
sha256: "48f8b6c50ed70ba61647f4987d56ec505923041956bbdb651db2838ce7b47b58"
url: "https://pub.dev"
source: hosted
version: "1.1.7"
universal_io:
dependency: transitive
description:
Expand Down Expand Up @@ -1965,14 +1981,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.1.0"
web:
dependency: transitive
description:
name: web
sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10
url: "https://pub.dev"
source: hosted
version: "0.1.4-beta"
web_socket_channel:
dependency: "direct main"
description:
Expand Down Expand Up @@ -2025,10 +2033,10 @@ packages:
dependency: "direct main"
description:
name: youtube_explode_dart
sha256: "28dca07fefb4b6518beab95f0c1ef81031f921ed0fe87ebcd9c51378546edfee"
sha256: f226459955b3de3e4cdd88bb4098dd7fed0261ac3f41485e2b8bbfb2f7c9ddc5
url: "https://pub.dev"
source: hosted
version: "2.2.3"
version: "2.3.10"
sdks:
dart: ">=3.1.0-185.0.dev <4.0.0"
dart: ">=3.7.0-0 <4.0.0"
flutter: ">=3.13.5"
2 changes: 1 addition & 1 deletion yuuna/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ dependencies:
ref: 40464c75e908f57f458597ef4912f5273ab89b1a
path: wakelock
web_socket_channel: ^2.3.0
youtube_explode_dart: ^2.2.3
youtube_explode_dart: ^2.3.9

dependency_overrides:
collection: ^1.17.2
Expand Down

0 comments on commit f6f7e42

Please sign in to comment.