Skip to content

chore(deps): bump the pub group across 1 directory with 18 updates#328

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/app/pub-ff8e5a23bd
Open

chore(deps): bump the pub group across 1 directory with 18 updates#328
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/app/pub-ff8e5a23bd

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Bumps the pub group with 16 updates in the /app directory:

Package From To
app_links 6.4.0 7.0.0
carousel_slider 5.1.1 5.1.2
crypto 3.0.6 3.0.7
cupertino_icons 1.0.8 1.0.9
file_picker 10.2.0 10.3.10
flutter_native_splash 2.4.6 2.4.7
http 1.4.0 1.6.0
just_audio 0.10.4 0.10.5
media_kit 1.2.0 1.2.6
media_kit_libs_video 1.0.6 1.0.7
media_kit_video 1.3.0 2.0.1
msix 3.16.9 3.16.13
package_info_plus 8.3.0 9.0.1
purchases_flutter 9.1.0 9.15.1
shared_preferences 2.5.3 2.5.5
youtube_explode_dart 2.5.1 3.0.5

Updates app_links from 6.4.0 to 7.0.0

Commits

Updates carousel_slider from 5.1.1 to 5.1.2

Changelog

Sourced from carousel_slider's changelog.

5.1.2

  • [Fix] Fix memory leak by properly disposing PageController (#493)
  • [Fix] Prevent crash when calling animateToPage/jumpToPage before PageController is ready (#491)
Commits

Updates crypto from 3.0.6 to 3.0.7

Release notes

Sourced from crypto's releases.

package:crypto v3.0.7

  • Run dart format with the new style.
  • Performance improvements.
  • Updated web conditional import to use js_interop to support WebAssembly.
Commits
  • e6c3810 [crypto] remove the -wip to release new version (#921)
  • 018e1dc fix(crypto): update conditional import for js interop library (#915)
  • 9fefb52 Make Int64 default constructor non-const in native mode (#916)
  • 7fee9c0 Fix Int64.operator == (#911)
  • a4dc873 Implement Int64 as a wrapper for int when targeting native and Wasm (#905)
  • 1aa58ef [fixnum] update the min. required dart sdk (#907)
  • b59ecf4 Optimize surrogate decoding. (#894)
  • dc97530 Speedup package:crypto (with a focus on md5) (#892)
  • 816cea7 [path] Fix test race condition caused by changing Directory.current (#890)
  • de09be6 update the issue templates for package:lints (#887)
  • Additional commits viewable in compare view

Updates cupertino_icons from 1.0.8 to 1.0.9

Commits

Updates file_picker from 10.2.0 to 10.3.10

Release notes

Sourced from file_picker's releases.

10.3.10

Android

  • Reverted breaking changes accidentally introduced in 10.3.9 to maintain Semantic Versioning compliance.
  • Updated Tika library to resolve vulnerability CVE-2025-66516 and CVE-2025-54988 (Critical XXE vulnerability).

10.3.9

Android

10.3.8

iOS

  • Rename FileUtils to FilePickerUtils #1921

Android

  • Restores the ms[df] URI handling logic in FileUtils.kt to fix file selection returning null on some devices.

10.3.7

Android

  • Fixed an issue where file type filtering was not being applied correctly, now only displaying files that match the selected MIME types. #1906

10.3.6

Android

  • Added support for 16 KB. #1888

10.3.3

Android

  • Updated compileSdk to use flutter.compileSdkVersion. #1842

Linux

  • Fixed an issue where initialDirectory was not working. #1878

10.3.2

Linux

10.3.0

Desktop

Android

  • Fixed an issue where CSV files were not properly filtered during file selection. #1849 @​SoftWyer
Changelog

Sourced from file_picker's changelog.

10.3.10

General

  • Reverted breaking changes accidentally introduced in 10.3.9 to maintain Semantic Versioning compliance.

Android

10.3.9

Android

10.3.8

iOS

  • Rename FileUtils to FilePickerUtils #1921

Android

  • Restores the ms[df] URI handling logic in FileUtils.kt to fix file selection returning null on some devices.

10.3.7

Android

  • Fixed an issue where file type filtering was not being applied correctly, now only displaying files that match the selected MIME types. #1906

10.3.6

Android

  • Added support for 16 KB page sizes. #1888

10.3.5

iOS

  • Fixed an error when loading large files (>= 2GB~).

10.3.4

Android

  • Detect HEIC and HEIF extensions as valid image
  • Use compression format based file extension when compressing images.

10.3.3

Android

  • Updated compileSdk to use flutter.compileSdkVersion. #1842

Linux

  • Fixed an issue where initialDirectory was not working. #1878

10.3.2

Linux

10.3.1

General

  • Fixed onFileLoading handler to process status changes only when data is a bool.

10.3.0

... (truncated)

Commits

Updates flutter_native_splash from 2.4.6 to 2.4.7

Release notes

Sourced from flutter_native_splash's releases.

v2.4.7

Changelog

Sourced from flutter_native_splash's changelog.

[2.4.7] - (2025-Oct-16)

Commits
  • b4a310c Updated documentation. Thanks Ideeyn for PR #806. Specify branding dimensio...
  • 9eb2004 docs: grouped parameters in README.md (#806)
  • See full diff in compare view

Updates http from 1.4.0 to 1.6.0

Release notes

Sourced from http's releases.

package:http v1.5.0

  • Fixed a bug in IOClient where the HttpClient's response stream was cancelled after the response stream was completed.
  • Added support for aborting requests before they complete.
  • Clarify that some header names may not be sent/received.
Commits

Updates just_audio from 0.10.4 to 0.10.5

Commits
  • a0bf941 Merge branch 'feature/offload' into minor
  • ce4fe70 Disable Android audio offload by default. Add docs.
  • e60e77d Add androidAudioOfflinePreferences parameter to AudioPlayer()
  • See full diff in compare view

Updates media_kit from 1.2.0 to 1.2.6

Release notes

Sourced from media_kit's releases.

media_kit_video-v1.2.3

  • feat: VideoState.update & VideoViewParameters

media_kit_video-v1.2.2

  • fix: override setState & check mounted in MaterialVideoControls & MaterialDesktopVideoControls

media_kit_video-v1.2.1

  • fix(android): clear android.view.Surface before playback
  • feat: MaterialVideoControlsThemeData.seekBarAlignment
Commits

Updates media_kit_libs_video from 1.0.6 to 1.0.7

Release notes

Sourced from media_kit_libs_video's releases.

media_kit_native_event_loop-v1.0.7

  • build(darwin): bump mpv headers to 0.36.0
  • build(darwin): use symlinks for FRAMEWORK_SEARCH_PATHS, media_kit_libs_*** >= 1.1.0

media_kit_libs_windows_audio-v1.0.7

media_kit_libs_windows_video-v1.0.7

Commits
  • 769829c Merge pull request #337 from 23doors/fix_maxdepth
  • 6075737 -mindepth -maxdepth
  • b63fd01 fix: -maxdepth instead of -depth
  • ce191a8 Merge pull request #336 from media-kit/chore/bump-versions
  • 5682893 chore: bump package version(s) & CHANGELOG(s)
  • a78b0c8 build: bump media_kit_libs_*** packages
  • 1961ae6 Merge pull request #335 from media-kit/revert-330-perf/reduce-initializer-jank
  • 908e5e5 Revert "perf: move InitializerNativeEventLoop calls to another Isolate"
  • 04ee8c3 Merge pull request #334 from media-kit/fix/controls
  • 9d9ca3d Merge pull request #333 from birros/fix/darwin-black-screen
  • Additional commits viewable in compare view

Updates media_kit_video from 1.3.0 to 2.0.1

Commits

Updates msix from 3.16.9 to 3.16.13

Changelog

Sourced from msix's changelog.

3.16.13

  • Update get_it version #320

3.16.12

  • add file/folder delete retry to avoid the exists() → delete() race

3.16.11

  • discover the name of the exe without put wrong exe in AppxManifest.xml #312
  • Update flutter_lints version

3.16.10

  • Update get_it version #306
Commits

Updates package_info_plus from 8.3.0 to 9.0.1

Commits
  • c46ab89 chore(release): prepare for release (#3785)
  • 0534cd2 docs(package_info_plus): add installerStore values documentation (#3721)
  • 096fd4e chore(release): prepare for release (#3720)
  • b64f663 chore(release): prepare for release (#3701)
  • 19138be chore(release): prepare for release (#3678)
  • 1d29902 chore(release): prepare for release (#3675)
  • 78c2b74 feat(package_info_plus)!: Change Android compile SDK, update Android build co...
  • 72b6234 docs(all): replace MacOS by macOS in package READMEs (#3658)
  • 9f03424 chore(release): prepare for release (#3643)
  • 2cf9297 fix(package_info_plus): incorrect install time on macOS when app sandbox disa...
  • Additional commits viewable in compare view

Updates purchases_flutter from 9.1.0 to 9.15.1

Release notes

Sourced from purchases_flutter's releases.

9.15.1

RevenueCat SDK

🐞 Bugfixes

  • [PW-148] Add PaywallPresentationConfiguration for per-platform presentation style (#1623) via Facundo Menzella (@​facumenzella)

📦 Dependency Updates

RevenueCatUI SDK

🐞 Bugfixes

🔄 Other Changes

9.15.0

RevenueCat SDK

✨ New Features

📦 Dependency Updates

... (truncated)

Changelog

Sourced from purchases_flutter's changelog.

9.15.1

RevenueCat SDK

🐞 Bugfixes

  • [PW-148] Add PaywallPresentationConfiguration for per-platform presentation style (#1623) via Facundo Menzella (@​facumenzella)

📦 Dependency Updates

RevenueCatUI SDK

🐞 Bugfixes

🔄 Other Changes

9.15.0

RevenueCat SDK

✨ New Features

📦 Dependency Updates

... (truncated)

Commits
  • 59eaab9 Update VERSIONS.md
  • fa6c653 Version bump for 9.15.1
  • 254f08a [AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.53.0 (#1692)
  • 582a5ed [PW-148] Add PaywallPresentationConfiguration for per-platform presentation s...
  • 58b59a9 [PW-149] Fix PaywallView landscape issue (#1631)
  • 5f95b73 Bump json from 2.18.1 to 2.19.2 (#1691)
  • a9fae85 [AUTOMATIC] Release/9.15.0 (#1690)
  • 045696b Add number and boolean custom variable types (#1683)
  • f0feda4 Add trackCustomPaywallImpression API (#1679)
  • 45867e2 [AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.52.0 (#1689)
  • Additional commits viewable in compare view

Updates shared_preferences from 2.5.3 to 2.5.5

Commits
  • 371106f [various] Add unintended_html_in_doc_comment to analysis options (#11303)
  • ec1ce5b [various] Convert plugin builds to Kotlin gradle (#11172)
  • 409793b [various] Remove CocoaPods from examples (#11237)
  • 02f231f [various] iOS/macOS example project automigrations (#11227)
  • 2673dcd [dependabot]: Bump com.android.tools.build:gradle from 8.9.1 to 9.1.0 in /pac...
  • 79b53f3 [various] Plugin Gradle pre-Kotlin standardization (#11173)
  • 1e0338b Updated AGP and KGP to align with flutter/flutter templates (#10423)
  • f234c1f [shared_preferences] Revert androidx.datastore:datastore to 1.1.7 (#11128)
  • 0250616 [ci] Update repo for 3.41 (#11017)
  • 068e114 [dependabot]: Bump the test-dependencies group across 2 directories with 1 up...
  • Additional commits viewable in compare view

Updates supabase_flutter from 2.9.1 to 2.12.2

Release notes

Sourced from supabase_flutter's releases.

supabase_flutter v2.10.0

Supabase Flutter Release - August 26, 2025

This release includes updates across all Supabase Flutter packages with bug fixes, new features, and improvements.

📦 Package Updates

  • supabase_flutter: v2.10.0
  • supabase: v2.9.0
  • gotrue: v2.14.0
  • storage_client: v2.4.1
  • realtime_client: v2.5.2
  • functions_client: v2.4.4

✨ Highlights

GoTrue (Auth) v2.14.0

  • NEW: Added phone MFA enrollment support
  • IMPROVEMENT: Removed client-side provider validation for signInWithIdToken
  • FIX: Added UUID validation for admin methods
  • REFACTOR: Cleaned up unused _currentUser field

Supabase Flutter v2.10.0

  • IMPROVEMENT: Made Supabase.initialize() idempotent - can now be called multiple times safely
  • FIX: Added null safety check for connection to prevent null check operator errors

Storage Client v2.4.1

  • FIX: Resolved MultipartRequest finalization error in retry mechanism
  • REFACTOR: Code cleanup in Bucket.fromJson

Realtime Client v2.5.2

  • FIX: Added null safety check for connections
  • IMPROVEMENT: Now sends version when joining channels and removed JWT check

Functions Client v2.4.4

  • FIX: Improved binary data request handling and test coverage

Supabase Core v2.9.0

  • IMPROVEMENT: Added standard client headers
  • FIX: Proper URI encoding for platform information

🔧 Other Improvements

  • Updated auth error codes documentation links
  • Enhanced test coverage across packages
  • Various code quality improvements and refactoring

Breaking Changes: None in this release

... (truncated)

Changelog

Sourced from supabase_flutter's changelog.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2026-03-26

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


realtime_client - v2.7.2

  • FIX(realtime): prevent null check crash in connect() during rapid lifecycle transitions (#1321). (61f7cd1c)

supabase - v2.10.5

  • FIX(realtime): prevent null check crash in connect() during rapid lifecycle transitions (#1321). (61f7cd1c)

supabase_flutter - v2.12.3

  • FIX(realtime): prevent null check crash in connect() during rapid lifecycle transitions (#1321). (61f7cd1c)

2026-03-25

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

... (truncated)

Commits
  • dd0d13d chore(release): publish packages
  • a664082 fix(storage): make dedicated storage host opt-in via useNewHostname flag (#1329)
  • 70fe768 chore(release): publish packages (#1326)
  • 9923153 feat(storage): add setHeader method for custom HTTP headers (#1313)
  • bfa480a fix(realtime): add explicit type cast to fix web hot restart TypeError (#1308)
  • 207ed5f fix(auth): fix getClaims() crash with asymmetric JWTs on first call (#1300)
  • 0719e55 fix(auth): fix verifyOTP parameter validation for OtpType.recovery with token...
  • 0d68e50 fix: delete toJson parser print (#1293)
  • 6f56c19 feat(storage): add queryParams support to download method (#1291)
  • c230538 feat(auth): add X (OAuth 2.0) provider (#1290)
  • Additional commits viewable in compare view

Updates xml from 6.5.0 to 6.6.1

Changelog

Sourced from xml's changelog.

6.6.1

  • Dart and Flutter 3.9 compatibility.
  • Minor optimization to eliminate unused namespaces.

6.6.0

  • Dart 3.8 and PetitParser 7.0 requirement.
  • Correct decoding of names with surrogate characters.
Commits

Updates youtube_explode_dart from 2.5.1 to 3.0.5

Changelog

Sourced from youtube_explode_dart's changelog.

3.0.5

  • Re-add requireWatchPage functionality to getManifest.
  • Allow specifying deno path. Thanks to @​obemu.
  • Support for live urls. Thanks to @​Rerurate514.

3.0.4

  • Fix EJS exports.

3.0.3

  • Add comment ejs solvers class.
  • Update tv client.

3.0.2

  • Implement bulk challenges solver.

3.0.1

  • Fix issue with the deno signature solver where the command line arguments on some systems where too long.
  • Small optimizations by reusing the already preprocessed player in the js solver.

3.0.0

  • Implement deno js signature solver.
  • Implement new interfaces for custom JS challenges solver.

2.5.3

  • Update android client.
  • Stop throwing when signature can't be found, instead just skip that stream.
  • Fix parsing error when a collaboration video appeared in a search result.

2.5.2

  • Add Video.musicData getter.
Commits
  • 78d716a New version v3.0.5
  • f5af4fc Merge remote-tracking branch 'origin/master'
  • c847c15 Re-add requireWatchPage functionality
  • b048a0c Merge pull request #366 from obemu/master
  • 9b710d8 Merge pull request #356 from Rerurate514/master
  • 939022e Add optional parameter denoExe to DenoEJSSolver.init
  • d1599b5 Update changelog, new version 3.0.4
  • edb6800 Fix ejs export
  • df5595d Add common ejs solver class.
  • 4f722f9 Add common ejs solver class.
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pub group with 16 updates in the /app directory:

| Package | From | To |
| --- | --- | --- |
| [app_links](https://github.com/llfbandit/app_links) | `6.4.0` | `7.0.0` |
| [carousel_slider](https://github.com/serenader2014/flutter_carousel_slider) | `5.1.1` | `5.1.2` |
| [crypto](https://github.com/dart-lang/core/tree/main/pkgs) | `3.0.6` | `3.0.7` |
| [cupertino_icons](https://github.com/flutter/packages/tree/main/third_party/packages) | `1.0.8` | `1.0.9` |
| [file_picker](https://github.com/miguelpruivo/flutter_file_picker) | `10.2.0` | `10.3.10` |
| [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash) | `2.4.6` | `2.4.7` |
| [http](https://github.com/dart-lang/http/tree/master/pkgs) | `1.4.0` | `1.6.0` |
| [just_audio](https://github.com/ryanheise/just_audio) | `0.10.4` | `0.10.5` |
| [media_kit](https://github.com/media-kit/media-kit) | `1.2.0` | `1.2.6` |
| [media_kit_libs_video](https://github.com/media-kit/media-kit) | `1.0.6` | `1.0.7` |
| [media_kit_video](https://github.com/media-kit/media-kit) | `1.3.0` | `2.0.1` |
| [msix](https://github.com/YehudaKremer/msix) | `3.16.9` | `3.16.13` |
| [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) | `8.3.0` | `9.0.1` |
| [purchases_flutter](https://github.com/RevenueCat/purchases-flutter) | `9.1.0` | `9.15.1` |
| [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) | `2.5.3` | `2.5.5` |
| [youtube_explode_dart](https://github.com/Hexer10/youtube_explode_dart) | `2.5.1` | `3.0.5` |



Updates `app_links` from 6.4.0 to 7.0.0
- [Release notes](https://github.com/llfbandit/app_links/releases)
- [Commits](https://github.com/llfbandit/app_links/commits)

Updates `carousel_slider` from 5.1.1 to 5.1.2
- [Release notes](https://github.com/serenader2014/flutter_carousel_slider/releases)
- [Changelog](https://github.com/serenader2014/flutter_carousel_slider/blob/master/CHANGELOG.md)
- [Commits](https://github.com/serenader2014/flutter_carousel_slider/commits/v5.1.2)

Updates `crypto` from 3.0.6 to 3.0.7
- [Release notes](https://github.com/dart-lang/core/releases)
- [Commits](https://github.com/dart-lang/core/commits/crypto-v3.0.7/pkgs)

Updates `cupertino_icons` from 1.0.8 to 1.0.9
- [Commits](https://github.com/flutter/packages/commits/cupertino_icons-v1.0.9/third_party/packages)

Updates `file_picker` from 10.2.0 to 10.3.10
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Changelog](https://github.com/miguelpruivo/flutter_file_picker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/miguelpruivo/flutter_file_picker/commits/v10.3.10)

Updates `flutter_native_splash` from 2.4.6 to 2.4.7
- [Release notes](https://github.com/jonbhanson/flutter_native_splash/releases)
- [Changelog](https://github.com/jonbhanson/flutter_native_splash/blob/master/CHANGELOG.md)
- [Commits](jonbhanson/flutter_native_splash@v2.4.6...v2.4.7)

Updates `http` from 1.4.0 to 1.6.0
- [Release notes](https://github.com/dart-lang/http/releases)
- [Commits](https://github.com/dart-lang/http/commits/HEAD/pkgs)

Updates `just_audio` from 0.10.4 to 0.10.5
- [Release notes](https://github.com/ryanheise/just_audio/releases)
- [Commits](ryanheise/just_audio@just_audio-v0.10.4...just_audio-v0.10.5)

Updates `media_kit` from 1.2.0 to 1.2.6
- [Release notes](https://github.com/media-kit/media-kit/releases)
- [Commits](https://github.com/media-kit/media-kit/commits)

Updates `media_kit_libs_video` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/media-kit/media-kit/releases)
- [Commits](media-kit/media-kit@media_kit_libs_macos_audio-v1.0.6...media_kit_native_event_loop-v1.0.7)

Updates `media_kit_video` from 1.3.0 to 2.0.1
- [Release notes](https://github.com/media-kit/media-kit/releases)
- [Commits](https://github.com/media-kit/media-kit/commits)

Updates `msix` from 3.16.9 to 3.16.13
- [Release notes](https://github.com/YehudaKremer/msix/releases)
- [Changelog](https://github.com/YehudaKremer/msix/blob/main/CHANGELOG.md)
- [Commits](YehudaKremer/msix@v3.16.9...v3.16.13)

Updates `package_info_plus` from 8.3.0 to 9.0.1
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v9.0.1/packages/package_info_plus)

Updates `purchases_flutter` from 9.1.0 to 9.15.1
- [Release notes](https://github.com/RevenueCat/purchases-flutter/releases)
- [Changelog](https://github.com/RevenueCat/purchases-flutter/blob/main/CHANGELOG.md)
- [Commits](RevenueCat/purchases-flutter@9.1.0...9.15.1)

Updates `shared_preferences` from 2.5.3 to 2.5.5
- [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.5.5/packages/shared_preferences)

Updates `supabase_flutter` from 2.9.1 to 2.12.2
- [Release notes](https://github.com/supabase/supabase-flutter/releases)
- [Changelog](https://github.com/supabase/supabase-flutter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-flutter/commits/supabase_flutter-v2.12.2/packages)

Updates `xml` from 6.5.0 to 6.6.1
- [Changelog](https://github.com/renggli/dart-xml/blob/main/CHANGELOG.md)
- [Commits](renggli/dart-xml@v6.5.0...v6.6.1)

Updates `youtube_explode_dart` from 2.5.1 to 3.0.5
- [Release notes](https://github.com/Hexer10/youtube_explode_dart/releases)
- [Changelog](https://github.com/Hexer10/youtube_explode_dart/blob/master/CHANGELOG.md)
- [Commits](Hexer10/youtube_explode_dart@v2.5.1...v3.0.5)

---
updated-dependencies:
- dependency-name: app_links
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub
- dependency-name: carousel_slider
  dependency-version: 5.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub
- dependency-name: crypto
  dependency-version: 3.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub
- dependency-name: cupertino_icons
  dependency-version: 1.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub
- dependency-name: file_picker
  dependency-version: 10.3.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: flutter_native_splash
  dependency-version: 2.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub
- dependency-name: http
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: just_audio
  dependency-version: 0.10.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub
- dependency-name: media_kit
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub
- dependency-name: media_kit_libs_video
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub
- dependency-name: media_kit_video
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub
- dependency-name: msix
  dependency-version: 3.16.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub
- dependency-name: package_info_plus
  dependency-version: 9.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub
- dependency-name: purchases_flutter
  dependency-version: 9.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: shared_preferences
  dependency-version: 2.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub
- dependency-name: supabase_flutter
  dependency-version: 2.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: xml
  dependency-version: 6.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: youtube_explode_dart
  dependency-version: 3.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from ricoberger as a code owner March 30, 2026 17:34
@dependabot dependabot Bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant