Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Feb 17, 2025
1 parent be9457f commit 4c4c86d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ packages:
dependency: "direct main"
description:
name: file_picker
sha256: ab13ae8ef5580a411c458d6207b6774a6c237d77ac37011b13994879f68a8810
sha256: "6f6bfa8797f296965bdc3e1f702574ab49a540c19b9237b401e7c2b25dfe594c"
url: "https://pub.dev"
source: hosted
version: "8.3.7"
version: "9.0.0"
fixnum:
dependency: transitive
description:
Expand Down Expand Up @@ -255,10 +255,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_native_splash
sha256: "7062602e0dbd29141fb8eb19220b5871ca650be5197ab9c1f193a28b17537bc7"
sha256: edb09c35ee9230c4b03f13dd45bb3a276d0801865f0a4650b7e2a3bba61a803a
url: "https://pub.dev"
source: hosted
version: "2.4.4"
version: "2.4.5"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
Expand Down Expand Up @@ -421,14 +421,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.0.1"
lists:
dependency: transitive
description:
name: lists
sha256: "4ca5c19ae4350de036a7e996cdd1ee39c93ac0a2b840f4915459b7d0a7d4ab27"
url: "https://pub.dev"
source: hosted
version: "1.0.1"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -565,6 +557,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.28.0"
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
Expand Down Expand Up @@ -694,10 +694,10 @@ packages:
dependency: transitive
description:
name: unicode
sha256: "0f69e46593d65245774d4f17125c6084d2c20b4e473a983f6e21b7d7762218f1"
sha256: "0d99edbd2e74726bed2e4989713c8bec02e5581628e334d8c88c0271593fb402"
url: "https://pub.dev"
source: hosted
version: "0.3.1"
version: "1.1.8"
universal_io:
dependency: transitive
description:
Expand Down Expand Up @@ -838,10 +838,10 @@ packages:
dependency: "direct main"
description:
name: youtube_explode_dart
sha256: "9f044feb602659392a7c7a160e74d373671c959373a199658d687fe18ba1ab07"
sha256: f226459955b3de3e4cdd88bb4098dd7fed0261ac3f41485e2b8bbfb2f7c9ddc5
url: "https://pub.dev"
source: hosted
version: "2.3.9"
version: "2.3.10"
sdks:
dart: ">=3.7.0 <4.0.0"
flutter: ">=3.29.0"
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
audio_session: ^0.1.25
cached_network_image: ^3.4.1
dynamic_color: ^1.7.0
file_picker: ^8.3.7
file_picker: ^9.0.0
fluentui_system_icons: ^1.1.273
flutter:
sdk: flutter
Expand All @@ -33,11 +33,11 @@ dependencies:
path_provider: ^2.1.5
rxdart: ^0.28.0
url_launcher: ^6.3.1
youtube_explode_dart: ^2.3.9
youtube_explode_dart: ^2.3.10

dev_dependencies:
flutter_launcher_icons: ^0.14.3
flutter_native_splash: ^2.4.4
flutter_native_splash: ^2.4.5
flutter_test:
sdk: flutter
translations_cleaner: ^0.0.5
Expand Down

0 comments on commit 4c4c86d

Please sign in to comment.