[PR #295] [CLOSED] Bump the pub group across 1 directory with 14 updates #565

Closed
opened 2026-03-22 12:53:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/295
Author: @dependabot[bot]
Created: 11/1/2025
Status: Closed

Base: mainHead: dependabot/pub/app/pub-81d61fbca5


📝 Commits (1)

  • e3b792e Bump the pub group across 1 directory with 14 updates

📊 Changes

2 files changed (+79 additions, -79 deletions)

View changed files

📝 app/pubspec.lock (+66 -66)
📝 app/pubspec.yaml (+13 -13)

📄 Description

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

Package From To
app_links 6.4.0 6.4.1
file_picker 10.2.0 10.3.3
flutter_native_splash 2.4.6 2.4.7
http 1.4.0 1.5.0
just_audio 0.10.4 0.10.5
media_kit 1.2.0 1.2.1
media_kit_libs_video 1.0.6 1.0.7
media_kit_video 1.3.0 1.3.1
msix 3.16.9 3.16.12
package_info_plus 8.3.0 9.0.0
purchases_flutter 9.1.0 9.9.1
supabase_flutter 2.9.1 2.10.3
youtube_explode_dart 2.5.1 2.5.3

Updates app_links from 6.4.0 to 6.4.1

Commits

Updates file_picker from 10.2.0 to 10.3.3

Release notes

Sourced from file_picker's releases.

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.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

Desktop

Android

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

Web

10.2.4

Android

  • Fixed an issue where custom MIME types were failing to load picking files on Chromebook. #1858 @​vicajilau

10.2.3

General

  • Fixed build failures on Flutter 3.24 caused by changes to address Win32 deprecation warnings on Windows. #1855 @​vicajilau

10.2.2

Android

  • Fixed an issue where some files would incorrectly append a .txt extension when saving files on Android. @​vicajilau

10.2.1

Android

  • Fixed an issue where the image upload would not display the loading indicator.
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.5.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.1

Release notes

Sourced from media_kit's releases.

media_kit_video-v1.2.1

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

Sourced from media_kit's changelog.

media_kit - v1.2.0

  • REFACTOR: InitializerNativeCallable & InitializerIsolate.
  • REFACTOR: migrate NativePlayer Initializer to NativeCallable.
  • REFACTOR: hook NativeReferenceHolder.
  • REFACTOR: TempFile.
  • REFACTOR: remove InitializerNativeEventLoop.
  • PERF: observe playlist-playing-pos instead of playlist.
  • PERF: use loadlist in NativePlayer.open.
  • FIX: increase retry count for flaky player subtitle test.
  • FIX: bump web to 1.1.0.
  • FIX: comment out unsupported headers on web.
  • FIX: proper function signature.
  • FIX: pass http headers to hls.js.
  • FIX: emit position in stop.
  • FIX: NativePlayer.remove.
  • FIX: player.stream.playlist in add/remove.
  • FIX: player-open-playable-playlist-start-end.
  • FIX: playlist emit.
  • FIX: emit playlist from open.
  • FIX: add more formats to FallbackBitrateHandler.
  • FIX: delete temporary file in NativePlayer.
  • FIX: video_player black screen.
  • FIX: handle incorrect encoding in toDartString.
  • FIX: catch observe property callback exception.
  • FIX: NativeReferenceHolder on 32-bit systems.
  • FIX: do not reset audioParams & audioBitrate in stop.
  • FIX: Initializer._callback.
  • FIX: supply callback to NativeReferenceHolder.
  • FIX(android): libass font support.
  • FEAT: PlayerConfiguration.async.
  • FEAT: NativeReferenceHolder.remove.
  • FEAT: NativeReferenceHolder.
  • FEAT: waitForInitialization.
  • FEAT: Add support for including libass subtitles in screenshots.

media_kit_libs_android_audio - v1.3.7

  • FIX: undefined variable.
  • FIX: check if is found before md5.
  • FIX: md5 check.
  • FIX: md5Matches.
  • FIX: new gradle logic for downloading.

media_kit_libs_android_video - v1.3.7

  • FIX: undefined variable.
  • FIX: check if is found before md5.
  • FIX: md5 check.
  • FIX: md5Matches.

... (truncated)

Commits
  • ed353ad Merge pull request #505 from alexmercerind/main
  • a9fce8d build: bump media_kit_video to v1.2.1
  • 3274119 Merge pull request #504 from alexmercerind/main
  • 0f72f74 Merge pull request #503 from alexmercerind/improved_seekbar_on_tap_area
  • c9becc1 feat: MaterialVideoControlsThemeData.seekBarAlignment
  • 4391571 perf(android): skip VideoOutputManager.CreateSurface for same resource
  • e243096 feat(android): VideoOutput.clearSurface
  • 1965f1c Change media_kit dependnecy of media_kit_video from hosten to custom git depe...
  • 0e28715 feat(seekbar): make tap area towards top and bottom of seekbar the same
  • See full diff in compare view

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

Changelog

Sourced from media_kit_libs_video's changelog.

Change Log

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

2025-03-05

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • media_kit_libs_audio - v1.0.6
  • media_kit_libs_video - v1.0.6

media_kit - v1.2.0

  • REFACTOR: InitializerNativeCallable & InitializerIsolate.
  • REFACTOR: migrate NativePlayer Initializer to NativeCallable.
  • REFACTOR: hook NativeReferenceHolder.
  • REFACTOR: TempFile.
  • REFACTOR: remove InitializerNativeEventLoop.
  • PERF: observe playlist-playing-pos instead of playlist.
  • PERF: use loadlist in NativePlayer.open.
  • FIX: increase retry count for flaky player subtitle test.
  • FIX: bump web to 1.1.0.
  • FIX: comment out unsupported headers on web.
  • FIX: proper function signature.
  • FIX: pass http headers to hls.js.

... (truncated)

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 1.3.1

Changelog

Sourced from media_kit_video's changelog.

Change Log

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

2025-03-05

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • media_kit_libs_audio - v1.0.6
  • media_kit_libs_video - v1.0.6

media_kit - v1.2.0

  • REFACTOR: InitializerNativeCallable & InitializerIsolate.
  • REFACTOR: migrate NativePlayer Initializer to NativeCallable.
  • REFACTOR: hook NativeReferenceHolder.
  • REFACTOR: TempFile.
  • REFACTOR: remove InitializerNativeEventLoop.
  • PERF: observe playlist-playing-pos instead of playlist.
  • PERF: use loadlist in NativePlayer.open.
  • FIX: increase retry count for flaky player subtitle test.
  • FIX: bump web to 1.1.0.
  • FIX: comment out unsupported headers on web.
  • FIX: proper function signature.
  • FIX: pass http headers to hls.js.

... (truncated)

Commits
  • 79e96a7 Merge pull request #342 from media-kit/android-video-fixes
  • 30d6d14 Merge pull request #341 from media-kit/build/bump-windows-android-dependencies
  • f366f1c fix(android): SurfaceTexture.setDefaultBufferSize & render race (#339)
  • 6a4b8c1 fix: NativePlayer subs-fallback=yes subs-with-matching-audio=yes
  • 4de1575 fix(android): use hwdec=auto
  • 92a6d8a feat(android): VideoControllerConfiguration.scale
  • 55b100d build: bump package versions & CHANGELOGs
  • 0af1a9c build(windows): bump dependencies
  • 0631096 build(android): bump dependencies
  • c303519 chore: bump media_kit to 1.1.2+1
  • Additional commits viewable in compare view

Updates msix from 3.16.9 to 3.16.12

Changelog

Sourced from msix's changelog.

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
  • 0174b10 add delete retry
  • eefc69c update CHANGELOG
  • e54f217 update flutter_lints version
  • a742b71 update logs to trace lever
  • 04074dc Merge pull request #312 from brasizza/main
  • 2209544 ready to fork
  • 6ca3f0e ready to fork
  • d59f090 fix search executable in fallback to exclude the crashpad_handler.exe from good
  • 1662b00 fix search executable in fallback to exclude the crashpad_handler.exe from good
  • 0b8d938 fix search executable in fallback to exclude the crashpad_handler.exe from good
  • Additional commits viewable in compare view

Updates package_info_plus from 8.3.0 to 9.0.0

Commits
  • 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...
  • 1b37ba2 chore(release): prepare for release (#3603)
  • c593c07 chore(release): prepare for release (#3550)
  • 6926144 chore(package_info_plus): remove unnecessary library name in test (#3521)
  • 71a8e00 chore(release): prepare for release (#3508)
  • 9ec7eb4 chore(release): prepare for release (#3501)
  • See full diff in compare view

Updates purchases_flutter from 9.1.0 to 9.9.1

Release notes

Sourced from purchases_flutter's releases.

9.9.1

[!WARNING]
If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrectly configured as consumables, RevenueCat will consume these purchases. This means that users won't be able to restore them from version 9.0.0 onward. Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions.

RevenueCat SDK

📦 Dependency Updates

9.9.0

[!WARNING]
If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrectly configured as consumables, RevenueCat will consume these purchases. This means that users won't be able to restore them from version 9.0.0 onward. Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions.

RevenueCat SDK

📦 Dependency Updates

RevenueCatUI SDK

Customer Center

New Features

  • Add support for customer center view without presentCustomerCenter helper (#1476) via Facundo Menzella (@​facumenzella)

🔄 Other Changes

  • Bump fastlane-plugin-revenuecat_internal from 25c7fb8 to 525d48c (#1506) via dependabot[bot] (@​dependabot[bot])
  • Update Xcode versions to avoid CircleCI deprecation (#1505) via Antonio Pallares (@​ajpallares)

9.8.0

[!WARNING]
If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrectly configured as consumables, RevenueCat will consume these purchases. This means that users won't be able to restore them from version 9.0.0 onward. Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions.

RevenueCat SDK

New Features

📦 Dependency Updates

... (truncated)

Changelog

Sourced from purchases_flutter's changelog.

9.9.1

[!WARNING]
If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrectly configured as consumables, RevenueCat will consume these purchases. This means that users won't be able to restore them from version 9.0.0 onward. Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions.

RevenueCat SDK

📦 Dependency Updates

9.9.0

[!WARNING]
If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrectly configured as consumables, RevenueCat will consume these purchases. This means that users won't be able to restore them from version 9.0.0 onward. Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions.

RevenueCat SDK

📦 Dependency Updates

RevenueCatUI SDK

Customer Center

New Features

  • Add support for customer center view without presentCustomerCenter helper (#1476) via Facundo Menzella (@​facumenzella)

🔄 Other Changes

  • Bump fastlane-plugin-revenuecat_internal from 25c7fb8 to 525d48c (#1506) via dependabot[bot] (@​dependabot[bot])
  • Update Xcode versions to avoid CircleCI deprecation (#1505) via Antonio Pallares (@​ajpallares)

9.8.0

[!WARNING]
If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrectly configured as consumables, RevenueCat will consume these purchases. This means that users won't be able to restore them from version 9.0.0 onward. Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions.

RevenueCat SDK

New Features

📦 Dependency Updates

... (truncated)

Commits
  • 18406eb Update VERSIONS.md
  • e8b9d99 Version bump for 9.9.1
  • 05c1b2c [AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.12.0 (#1510)
  • 8b6eb4c [AUTOMATIC] Release/9.9.0 (#1509)
  • 11ba71d [AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.11.0 (#1507)
  • c4c2ac8 Add support for customer center view without presentCustomerCenter helper (...
  • 1ac23c0 Bump fastlane-plugin-revenuecat_internal from 25c7fb8 to 525d48c (#1506)
  • d267b6f Update Xcode versions to avoid CircleCI deprecation (#1505)
  • e00f2fd [AUTOMATIC] Release/9.8.0 (#1504)
  • c3b806e Add support for the Test Store (#1503)
  • Additional commits viewable in compare view

Updates supabase_flutter from 2.9.1 to 2.10.3

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.

supabase_flutter - v2.10.3

2025-09-29

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • supabase - v2.9.2
  • supabase_flutter - v2.10.2

postgrest - v2.5.0

  • FIX(postgrest): URL replacement logic in query builder (#1228). (908976c5)
  • FEAT(postgrest): Implement maxAffected method (#1226). (ae2d12d9)

realtime_client - v2.5.3

2025-09-15

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

... (truncated)

Commits

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 2.5.3

Changelog

Sourced from youtube_explode_dart's changelog.

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
  • 7bf4605 New version v2.5.3
  • cbe638c Fix collaboration videos throwing error in searches.
  • 114ac26 Don't throw anymore if signature function can't be found + Update default yt ...
  • a395db4 Update android client
  • e30861c New version v2.5.2
  • e27be7c Add Video.musicData getter
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/295 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pub/app/pub-81d61fbca5` --- ### 📝 Commits (1) - [`e3b792e`](https://github.com/feeddeck/feeddeck/commit/e3b792e3b512f9058a59f5c69073de0cbd4e396c) Bump the pub group across 1 directory with 14 updates ### 📊 Changes **2 files changed** (+79 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `app/pubspec.lock` (+66 -66) 📝 `app/pubspec.yaml` (+13 -13) </details> ### 📄 Description Bumps the pub group with 13 updates in the /app directory: | Package | From | To | | --- | --- | --- | | [app_links](https://github.com/llfbandit/app_links) | `6.4.0` | `6.4.1` | | [file_picker](https://github.com/miguelpruivo/flutter_file_picker) | `10.2.0` | `10.3.3` | | [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.5.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.1` | | [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` | `1.3.1` | | [msix](https://github.com/YehudaKremer/msix) | `3.16.9` | `3.16.12` | | [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) | `8.3.0` | `9.0.0` | | [purchases_flutter](https://github.com/RevenueCat/purchases-flutter) | `9.1.0` | `9.9.1` | | [supabase_flutter](https://github.com/supabase/supabase-flutter/tree/main/packages) | `2.9.1` | `2.10.3` | | [youtube_explode_dart](https://github.com/Hexer10/youtube_explode_dart) | `2.5.1` | `2.5.3` | Updates `app_links` from 6.4.0 to 6.4.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/llfbandit/app_links/commits">compare view</a></li> </ul> </details> <br /> Updates `file_picker` from 10.2.0 to 10.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/miguelpruivo/flutter_file_picker/releases">file_picker's releases</a>.</em></p> <blockquote> <h2>10.3.3</h2> <h3>Android</h3> <ul> <li>Updated compileSdk to use flutter.compileSdkVersion. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1842">#1842</a></li> </ul> <h3>Linux</h3> <ul> <li>Fixed an issue where initialDirectory was not working. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1878">#1878</a></li> </ul> <h2>10.3.2</h2> <h3>Linux</h3> <ul> <li>Fixed an issue filtering files by extension on Linux. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/pull/1870">#1870</a> <a href="https://github.com/Decodetalkers"><code>@​Decodetalkers</code></a></li> </ul> <h2>10.3.0</h2> <h3>Desktop</h3> <ul> <li>Support xdg desktop portal filechooser on linux. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1827">#1827</a> <a href="https://github.com/Decodetalkers"><code>@​Decodetalkers</code></a></li> </ul> <h3>Android</h3> <ul> <li>Fixed an issue where CSV files were not properly filtered during file selection. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/pull/1849">#1849</a> <a href="https://github.com/SoftWyer"><code>@​SoftWyer</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/miguelpruivo/flutter_file_picker/blob/master/CHANGELOG.md">file_picker's changelog</a>.</em></p> <blockquote> <h2>10.3.3</h2> <h3>Android</h3> <ul> <li>Updated compileSdk to use flutter.compileSdkVersion. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1842">#1842</a></li> </ul> <h3>Linux</h3> <ul> <li>Fixed an issue where initialDirectory was not working. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1878">#1878</a></li> </ul> <h2>10.3.2</h2> <h3>Linux</h3> <ul> <li>Fixed an issue filtering files by extension on Linux. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/pull/1870">#1870</a> <a href="https://github.com/Decodetalkers"><code>@​Decodetalkers</code></a></li> </ul> <h2>10.3.1</h2> <h3>General</h3> <ul> <li>Fixed onFileLoading handler to process status changes only when data is a bool.</li> </ul> <h2>10.3.0</h2> <h3>Desktop</h3> <ul> <li>Support xdg desktop portal filechooser on linux. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1827">#1827</a> <a href="https://github.com/Decodetalkers"><code>@​Decodetalkers</code></a></li> </ul> <h3>Android</h3> <ul> <li>Fixed an issue where CSV files were not properly filtered during file selection. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/pull/1849">#1849</a> <a href="https://github.com/SoftWyer"><code>@​SoftWyer</code></a></li> </ul> <h3>Web</h3> <ul> <li>Introduced bool flag to control upload behavior on window blur. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1833">#1833</a> <a href="https://github.com/mugglmenzel"><code>@​mugglmenzel</code></a></li> </ul> <h2>10.2.4</h2> <h3>Android</h3> <ul> <li>Fixed an issue where custom MIME types were failing to load picking files on Chromebook. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1858">#1858</a> <a href="https://github.com/vicajilau"><code>@​vicajilau</code></a></li> </ul> <h2>10.2.3</h2> <h3>General</h3> <ul> <li>Fixed build failures on Flutter 3.24 caused by changes to address Win32 deprecation warnings on Windows. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1855">#1855</a> <a href="https://github.com/vicajilau"><code>@​vicajilau</code></a></li> </ul> <h2>10.2.2</h2> <h3>Android</h3> <ul> <li>Fixed an issue where some files would incorrectly append a <code>.txt</code> extension when saving files on Android. <a href="https://github.com/vicajilau"><code>@​vicajilau</code></a></li> </ul> <h2>10.2.1</h2> <h3>Android</h3> <ul> <li>Fixed an issue where the image upload would not display the loading indicator.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/miguelpruivo/flutter_file_picker/commits/v10.3.3">compare view</a></li> </ul> </details> <br /> Updates `flutter_native_splash` from 2.4.6 to 2.4.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jonbhanson/flutter_native_splash/releases">flutter_native_splash's releases</a>.</em></p> <blockquote> <h2>v2.4.7</h2> <ul> <li>Updated documentation. Thanks <a href="https://github.com/ideeyn">Ideeyn</a> for [PR <a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/806">#806</a>](<a href="https://redirect.github.com/jonbhanson/flutter_native_splash/pull/806">jonbhanson/flutter_native_splash#806</a>).</li> <li>Specify branding dimensions. Thanks <a href="https://github.com/divan">Ivan</a> for the <a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/729#issuecomment-3172822059">tip</a>.</li> <li>Update dependencies.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jonbhanson/flutter_native_splash/blob/master/CHANGELOG.md">flutter_native_splash's changelog</a>.</em></p> <blockquote> <h2>[2.4.7] - (2025-Oct-16)</h2> <ul> <li>Updated documentation. Thanks <a href="https://github.com/ideeyn">Ideeyn</a> for [PR <a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/806">#806</a>](<a href="https://redirect.github.com/jonbhanson/flutter_native_splash/pull/806">jonbhanson/flutter_native_splash#806</a>).</li> <li>Specify branding dimensions. Thanks <a href="https://github.com/divan">Ivan</a> for the <a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/729#issuecomment-3172822059">tip</a>.</li> <li>Update dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jonbhanson/flutter_native_splash/commit/b4a310ce8de6162ebf8c4b27b4917893c89c2f73"><code>b4a310c</code></a> Updated documentation. Thanks Ideeyn for PR <a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/806">#806</a>. Specify branding dimensio...</li> <li><a href="https://github.com/jonbhanson/flutter_native_splash/commit/9eb2004e55c44836b2c0924567f6a9859175cee5"><code>9eb2004</code></a> docs: grouped parameters in README.md (<a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/806">#806</a>)</li> <li>See full diff in <a href="https://github.com/jonbhanson/flutter_native_splash/compare/v2.4.6...v2.4.7">compare view</a></li> </ul> </details> <br /> Updates `http` from 1.4.0 to 1.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/http/releases">http's releases</a>.</em></p> <blockquote> <h2>package:http v1.5.0</h2> <ul> <li>Fixed a bug in <code>IOClient</code> where the <code>HttpClient</code>'s response stream was cancelled after the response stream was completed.</li> <li>Added support for aborting requests before they complete.</li> <li>Clarify that some header names may not be sent/received.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/dart-lang/http/commits/http-v1.5.0/pkgs">compare view</a></li> </ul> </details> <br /> Updates `just_audio` from 0.10.4 to 0.10.5 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ryanheise/just_audio/commit/a0bf9411dbdf06968ce643f914c01e0e546cfb02"><code>a0bf941</code></a> Merge branch 'feature/offload' into minor</li> <li><a href="https://github.com/ryanheise/just_audio/commit/ce4fe70468fb2a2b6550e7fef5ef20bd02753a8c"><code>ce4fe70</code></a> Disable Android audio offload by default. Add docs.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/e60e77d1cc4d92327cee24df2a3e0b106dae8e5e"><code>e60e77d</code></a> Add androidAudioOfflinePreferences parameter to AudioPlayer()</li> <li>See full diff in <a href="https://github.com/ryanheise/just_audio/compare/just_audio-v0.10.4...just_audio-v0.10.5">compare view</a></li> </ul> </details> <br /> Updates `media_kit` from 1.2.0 to 1.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/media-kit/media-kit/releases">media_kit's releases</a>.</em></p> <blockquote> <h2>media_kit_video-v1.2.1</h2> <ul> <li>fix(android): clear <code>android.view.Surface</code> before playback</li> <li>feat: <code>MaterialVideoControlsThemeData.seekBarAlignment</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/media-kit/media-kit/blob/main/CHANGELOG.md">media_kit's changelog</a>.</em></p> <blockquote> <h4><code>media_kit</code> - <code>v1.2.0</code></h4> <ul> <li><strong>REFACTOR</strong>: InitializerNativeCallable &amp; InitializerIsolate.</li> <li><strong>REFACTOR</strong>: migrate NativePlayer Initializer to NativeCallable.</li> <li><strong>REFACTOR</strong>: hook NativeReferenceHolder.</li> <li><strong>REFACTOR</strong>: TempFile.</li> <li><strong>REFACTOR</strong>: remove InitializerNativeEventLoop.</li> <li><strong>PERF</strong>: observe playlist-playing-pos instead of playlist.</li> <li><strong>PERF</strong>: use loadlist in NativePlayer.open.</li> <li><strong>FIX</strong>: increase retry count for flaky player subtitle test.</li> <li><strong>FIX</strong>: bump web to 1.1.0.</li> <li><strong>FIX</strong>: comment out unsupported headers on web.</li> <li><strong>FIX</strong>: proper function signature.</li> <li><strong>FIX</strong>: pass http headers to hls.js.</li> <li><strong>FIX</strong>: emit position in stop.</li> <li><strong>FIX</strong>: NativePlayer.remove.</li> <li><strong>FIX</strong>: player.stream.playlist in add/remove.</li> <li><strong>FIX</strong>: player-open-playable-playlist-start-end.</li> <li><strong>FIX</strong>: playlist emit.</li> <li><strong>FIX</strong>: emit playlist from open.</li> <li><strong>FIX</strong>: add more formats to FallbackBitrateHandler.</li> <li><strong>FIX</strong>: delete temporary file in <code>NativePlayer</code>.</li> <li><strong>FIX</strong>: video_player black screen.</li> <li><strong>FIX</strong>: handle incorrect encoding in toDartString.</li> <li><strong>FIX</strong>: catch observe property callback exception.</li> <li><strong>FIX</strong>: NativeReferenceHolder on 32-bit systems.</li> <li><strong>FIX</strong>: do not reset audioParams &amp; audioBitrate in stop.</li> <li><strong>FIX</strong>: Initializer._callback.</li> <li><strong>FIX</strong>: supply callback to NativeReferenceHolder.</li> <li><strong>FIX</strong>(android): libass font support.</li> <li><strong>FEAT</strong>: PlayerConfiguration.async.</li> <li><strong>FEAT</strong>: NativeReferenceHolder.remove.</li> <li><strong>FEAT</strong>: NativeReferenceHolder.</li> <li><strong>FEAT</strong>: waitForInitialization.</li> <li><strong>FEAT</strong>: Add support for including libass subtitles in screenshots.</li> </ul> <h4><code>media_kit_libs_android_audio</code> - <code>v1.3.7</code></h4> <ul> <li><strong>FIX</strong>: undefined variable.</li> <li><strong>FIX</strong>: check if is found before md5.</li> <li><strong>FIX</strong>: md5 check.</li> <li><strong>FIX</strong>: md5Matches.</li> <li><strong>FIX</strong>: new gradle logic for downloading.</li> </ul> <h4><code>media_kit_libs_android_video</code> - <code>v1.3.7</code></h4> <ul> <li><strong>FIX</strong>: undefined variable.</li> <li><strong>FIX</strong>: check if is found before md5.</li> <li><strong>FIX</strong>: md5 check.</li> <li><strong>FIX</strong>: md5Matches.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/media-kit/media-kit/commit/ed353ad0ecbdd3882a994e813499da283c4fac35"><code>ed353ad</code></a> Merge pull request <a href="https://redirect.github.com/media-kit/media-kit/issues/505">#505</a> from alexmercerind/main</li> <li><a href="https://github.com/media-kit/media-kit/commit/a9fce8d8e2193834a006bc7e3fd5dd783f5d2ede"><code>a9fce8d</code></a> build: bump media_kit_video to v1.2.1</li> <li><a href="https://github.com/media-kit/media-kit/commit/327411904c8bc8d6ba82d00aa010f7610817bb1c"><code>3274119</code></a> Merge pull request <a href="https://redirect.github.com/media-kit/media-kit/issues/504">#504</a> from alexmercerind/main</li> <li><a href="https://github.com/media-kit/media-kit/commit/0f72f74af9b9508b06859604d262bcdd85083d42"><code>0f72f74</code></a> Merge pull request <a href="https://redirect.github.com/media-kit/media-kit/issues/503">#503</a> from alexmercerind/improved_seekbar_on_tap_area</li> <li><a href="https://github.com/media-kit/media-kit/commit/c9becc1b88db6497d49140e1acfb4ddffe06fa46"><code>c9becc1</code></a> feat: MaterialVideoControlsThemeData.seekBarAlignment</li> <li><a href="https://github.com/media-kit/media-kit/commit/4391571bd31f08ee0a8d70983c06e23beb82ec67"><code>4391571</code></a> perf(android): skip VideoOutputManager.CreateSurface for same resource</li> <li><a href="https://github.com/media-kit/media-kit/commit/e243096d87609d4155fc30ec434996ca8ebca5be"><code>e243096</code></a> feat(android): VideoOutput.clearSurface</li> <li><a href="https://github.com/media-kit/media-kit/commit/1965f1c1240096b0596da4313753f438d721f46d"><code>1965f1c</code></a> Change media_kit dependnecy of media_kit_video from hosten to custom git depe...</li> <li><a href="https://github.com/media-kit/media-kit/commit/0e2871520a5976835f6cf5df1c2350624b3ca65f"><code>0e28715</code></a> feat(seekbar): make tap area towards top and bottom of seekbar the same</li> <li>See full diff in <a href="https://github.com/media-kit/media-kit/compare/media_kit_video-v1.2.0...media_kit_video-v1.2.1">compare view</a></li> </ul> </details> <br /> Updates `media_kit_libs_video` from 1.0.6 to 1.0.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/media-kit/media-kit/releases">media_kit_libs_video's releases</a>.</em></p> <blockquote> <h2>media_kit_native_event_loop-v1.0.7</h2> <ul> <li>build(darwin): bump <code>mpv</code> headers to <code>0.36.0</code></li> <li>build(darwin): use symlinks for <code>FRAMEWORK_SEARCH_PATHS</code>, <code>media_kit_libs_*** &gt;= 1.1.0</code></li> </ul> <h2>media_kit_libs_windows_audio-v1.0.7</h2> <ul> <li><a href="https://github.com/mpv-player/mpv/commit/140ec21c89d671d392877a7f3b91d67e7d7b9239">mpv-player/mpv@<code>140ec21</code></a></li> <li>fix: DASH having BaseURL(s) with special characters not loading (<a href="https://redirect.github.com/media-kit/media-kit/issues/353">#353</a>)</li> </ul> <h2>media_kit_libs_windows_video-v1.0.7</h2> <ul> <li><a href="https://github.com/mpv-player/mpv/commit/140ec21c89d671d392877a7f3b91d67e7d7b9239">mpv-player/mpv@<code>140ec21</code></a></li> <li><a href="https://github.com/google/angle">ANGLE 2.1.18844 git hash: 2693b03eba82</a></li> <li>MSVCRT</li> <li>UCRT</li> <li>fix: DASH having BaseURL(s) with special characters not loading (<a href="https://redirect.github.com/media-kit/media-kit/issues/353">#353</a>)</li> <li>fix: AV1 support (<a href="https://redirect.github.com/media-kit/media-kit/issues/351">#351</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/media-kit/media-kit/blob/main/CHANGELOG.md">media_kit_libs_video's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <p>All notable changes to this project will be documented in this file. See <a href="https://conventionalcommits.org">Conventional Commits</a> for commit guidelines.</p> <h2>2025-03-05</h2> <h3>Changes</h3> <hr /> <p>Packages with breaking changes:</p> <ul> <li>There are no breaking changes in this release.</li> </ul> <p>Packages with other changes:</p> <ul> <li><a href="https://github.com/media-kit/media-kit/blob/main/#media_kit---v120"><code>media_kit</code> - <code>v1.2.0</code></a></li> <li><a href="https://github.com/media-kit/media-kit/blob/main/#media_kit_libs_android_audio---v137"><code>media_kit_libs_android_audio</code> - <code>v1.3.7</code></a></li> <li><a href="https://github.com/media-kit/media-kit/blob/main/#media_kit_libs_android_video---v137"><code>media_kit_libs_android_video</code> - <code>v1.3.7</code></a></li> <li><a href="https://github.com/media-kit/media-kit/blob/main/#media_kit_libs_linux---v121"><code>media_kit_libs_linux</code> - <code>v1.2.1</code></a></li> <li><a href="https://github.com/media-kit/media-kit/blob/main/#media_kit_libs_windows_video---v1011"><code>media_kit_libs_windows_video</code> - <code>v1.0.11</code></a></li> <li><a href="https://github.com/media-kit/media-kit/blob/main/#media_kit_video---v130"><code>media_kit_video</code> - <code>v1.3.0</code></a></li> <li><a href="https://github.com/media-kit/media-kit/blob/main/#video_player_media_kit---v106"><code>video_player_media_kit</code> - <code>v1.0.6</code></a></li> <li><a href="https://github.com/media-kit/media-kit/blob/main/#media_kit_libs_audio---v106"><code>media_kit_libs_audio</code> - <code>v1.0.6</code></a></li> <li><a href="https://github.com/media-kit/media-kit/blob/main/#media_kit_libs_video---v106"><code>media_kit_libs_video</code> - <code>v1.0.6</code></a></li> </ul> <p>Packages with dependency updates only:</p> <blockquote> <p>Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.</p> </blockquote> <ul> <li><code>media_kit_libs_audio</code> - <code>v1.0.6</code></li> <li><code>media_kit_libs_video</code> - <code>v1.0.6</code></li> </ul> <hr /> <h4><code>media_kit</code> - <code>v1.2.0</code></h4> <ul> <li><strong>REFACTOR</strong>: InitializerNativeCallable &amp; InitializerIsolate.</li> <li><strong>REFACTOR</strong>: migrate NativePlayer Initializer to NativeCallable.</li> <li><strong>REFACTOR</strong>: hook NativeReferenceHolder.</li> <li><strong>REFACTOR</strong>: TempFile.</li> <li><strong>REFACTOR</strong>: remove InitializerNativeEventLoop.</li> <li><strong>PERF</strong>: observe playlist-playing-pos instead of playlist.</li> <li><strong>PERF</strong>: use loadlist in NativePlayer.open.</li> <li><strong>FIX</strong>: increase retry count for flaky player subtitle test.</li> <li><strong>FIX</strong>: bump web to 1.1.0.</li> <li><strong>FIX</strong>: comment out unsupported headers on web.</li> <li><strong>FIX</strong>: proper function signature.</li> <li><strong>FIX</strong>: pass http headers to hls.js.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/media-kit/media-kit/commit/769829c5c56c30216db646ba426c81ffb9368a39"><code>769829c</code></a> Merge pull request <a href="https://redirect.github.com/media-kit/media-kit/issues/337">#337</a> from 23doors/fix_maxdepth</li> <li><a href="https://github.com/media-kit/media-kit/commit/607573716667e71eb2baf696edd1c8cbe7bdee45"><code>6075737</code></a> -mindepth -maxdepth</li> <li><a href="https://github.com/media-kit/media-kit/commit/b63fd018ad88d2187c54a4e9374415beabbb0dcd"><code>b63fd01</code></a> fix: -maxdepth instead of -depth</li> <li><a href="https://github.com/media-kit/media-kit/commit/ce191a83c9939069529a23b87a91a7cf0baa52aa"><code>ce191a8</code></a> Merge pull request <a href="https://redirect.github.com/media-kit/media-kit/issues/336">#336</a> from media-kit/chore/bump-versions</li> <li><a href="https://github.com/media-kit/media-kit/commit/5682893ff5ede7af8071013260afe0cf27da6701"><code>5682893</code></a> chore: bump package version(s) &amp; CHANGELOG(s)</li> <li><a href="https://github.com/media-kit/media-kit/commit/a78b0c89b20b67a683a592875404ef3af5e78111"><code>a78b0c8</code></a> build: bump media_kit_libs_*** packages</li> <li><a href="https://github.com/media-kit/media-kit/commit/1961ae6dcef2cc2c3eb5b57d222db373318fa275"><code>1961ae6</code></a> Merge pull request <a href="https://redirect.github.com/media-kit/media-kit/issues/335">#335</a> from media-kit/revert-330-perf/reduce-initializer-jank</li> <li><a href="https://github.com/media-kit/media-kit/commit/908e5e5dcdaf3771e0b7f73aee587e7642ab18df"><code>908e5e5</code></a> Revert &quot;perf: move <code>InitializerNativeEventLoop</code> calls to another <code>Isolate</code>&quot;</li> <li><a href="https://github.com/media-kit/media-kit/commit/04ee8c30023f9debcbe3eb0e9e2f8f5208d683f7"><code>04ee8c3</code></a> Merge pull request <a href="https://redirect.github.com/media-kit/media-kit/issues/334">#334</a> from media-kit/fix/controls</li> <li><a href="https://github.com/media-kit/media-kit/commit/9d9ca3d20b2b5235d9d9b6c51d9368d5d589c363"><code>9d9ca3d</code></a> Merge pull request <a href="https://redirect.github.com/media-kit/media-kit/issues/333">#333</a> from birros/fix/darwin-black-screen</li> <li>Additional commits viewable in <a href="https://github.com/media-kit/media-kit/compare/media_kit_libs_macos_audio-v1.0.6...media_kit_native_event_loop-v1.0.7">compare view</a></li> </ul> </details> <br /> Updates `media_kit_video` from 1.3.0 to 1.3.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/media-kit/media-kit/blob/main/CHANGELOG.md">media_kit_video's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <p>All notable changes to this project will be documented in this file. See <a href="https://conventionalcommits.org">Conventional Commits</a> for commit guidelines.</p> <h2>2025-03-05</h2> <h3>Changes</h3> <hr /> <p>Packages with breaking changes:</p> <ul> <li>There are no breaking changes in this release.</li> </ul> <p>Packages with other changes:</p> <ul> <li><a href="https://github.com/media-kit/media-kit/blob/main/#media_kit---v120"><code>media_kit</code> - <code>v1.2.0</code></a></li> <li><a href="https://github.com/media-kit/media-kit/blob/main/#media_kit_libs_android_audio---v137"><code>media_kit_libs_android_audio</code> - <code>v1.3.7</code></a></li> <li><a href="https://github.com/media-kit/media-kit/blob/main/#media_kit_libs_android_video---v137"><code>media_kit_libs_android_video</code> - <code>v1.3.7</code></a></li> <li><a href="https://github.com/media-kit/media-kit/blob/main/#media_kit_libs_linux---v121"><code>media_kit_libs_linux</code> - <code>v1.2.1</code></a></li> <li><a href="https://github.com/media-kit/media-kit/blob/main/#media_kit_libs_windows_video---v1011"><code>media_kit_libs_windows_video</code> - <code>v1.0.11</code></a></li> <li><a href="https://github.com/media-kit/media-kit/blob/main/#media_kit_video---v130"><code>media_kit_video</code> - <code>v1.3.0</code></a></li> <li><a href="https://github.com/media-kit/media-kit/blob/main/#video_player_media_kit---v106"><code>video_player_media_kit</code> - <code>v1.0.6</code></a></li> <li><a href="https://github.com/media-kit/media-kit/blob/main/#media_kit_libs_audio---v106"><code>media_kit_libs_audio</code> - <code>v1.0.6</code></a></li> <li><a href="https://github.com/media-kit/media-kit/blob/main/#media_kit_libs_video---v106"><code>media_kit_libs_video</code> - <code>v1.0.6</code></a></li> </ul> <p>Packages with dependency updates only:</p> <blockquote> <p>Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.</p> </blockquote> <ul> <li><code>media_kit_libs_audio</code> - <code>v1.0.6</code></li> <li><code>media_kit_libs_video</code> - <code>v1.0.6</code></li> </ul> <hr /> <h4><code>media_kit</code> - <code>v1.2.0</code></h4> <ul> <li><strong>REFACTOR</strong>: InitializerNativeCallable &amp; InitializerIsolate.</li> <li><strong>REFACTOR</strong>: migrate NativePlayer Initializer to NativeCallable.</li> <li><strong>REFACTOR</strong>: hook NativeReferenceHolder.</li> <li><strong>REFACTOR</strong>: TempFile.</li> <li><strong>REFACTOR</strong>: remove InitializerNativeEventLoop.</li> <li><strong>PERF</strong>: observe playlist-playing-pos instead of playlist.</li> <li><strong>PERF</strong>: use loadlist in NativePlayer.open.</li> <li><strong>FIX</strong>: increase retry count for flaky player subtitle test.</li> <li><strong>FIX</strong>: bump web to 1.1.0.</li> <li><strong>FIX</strong>: comment out unsupported headers on web.</li> <li><strong>FIX</strong>: proper function signature.</li> <li><strong>FIX</strong>: pass http headers to hls.js.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/media-kit/media-kit/commit/79e96a7d81089459752e058f3d3cb6247d6c0efa"><code>79e96a7</code></a> Merge pull request <a href="https://redirect.github.com/media-kit/media-kit/issues/342">#342</a> from media-kit/android-video-fixes</li> <li><a href="https://github.com/media-kit/media-kit/commit/30d6d14f6e356a93e9328fac550d99625b954957"><code>30d6d14</code></a> Merge pull request <a href="https://redirect.github.com/media-kit/media-kit/issues/341">#341</a> from media-kit/build/bump-windows-android-dependencies</li> <li><a href="https://github.com/media-kit/media-kit/commit/f366f1cf6c43bcf8110d41f993f7589bbf305a48"><code>f366f1c</code></a> fix(android): SurfaceTexture.setDefaultBufferSize &amp; render race (<a href="https://redirect.github.com/media-kit/media-kit/issues/339">#339</a>)</li> <li><a href="https://github.com/media-kit/media-kit/commit/6a4b8c109621aff98dbc22f87afe7a6a2b832661"><code>6a4b8c1</code></a> fix: NativePlayer subs-fallback=yes subs-with-matching-audio=yes</li> <li><a href="https://github.com/media-kit/media-kit/commit/4de1575c4262f16a825a79c4719bd20f5df81774"><code>4de1575</code></a> fix(android): use hwdec=auto</li> <li><a href="https://github.com/media-kit/media-kit/commit/92a6d8a1ec3938cb9f6756f0b5a2b51cb4806395"><code>92a6d8a</code></a> feat(android): VideoControllerConfiguration.scale</li> <li><a href="https://github.com/media-kit/media-kit/commit/55b100d023df6346d31868a6673a714257430f45"><code>55b100d</code></a> build: bump package versions &amp; CHANGELOGs</li> <li><a href="https://github.com/media-kit/media-kit/commit/0af1a9c5a55823515bf4008b55488a7235a2c45d"><code>0af1a9c</code></a> build(windows): bump dependencies</li> <li><a href="https://github.com/media-kit/media-kit/commit/06310966e2bd43feea266db9536960fa5a38f6c5"><code>0631096</code></a> build(android): bump dependencies</li> <li><a href="https://github.com/media-kit/media-kit/commit/c30351935ee07f569c87aab5be62da566ab43b50"><code>c303519</code></a> chore: bump <code>media_kit</code> to 1.1.2+1</li> <li>Additional commits viewable in <a href="https://github.com/media-kit/media-kit/compare/media_kit_libs_android_audio-v1.3.0...media_kit_libs_android_audio-v1.3.1">compare view</a></li> </ul> </details> <br /> Updates `msix` from 3.16.9 to 3.16.12 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/YehudaKremer/msix/blob/main/CHANGELOG.md">msix's changelog</a>.</em></p> <blockquote> <h2>3.16.12</h2> <ul> <li>add file/folder delete retry to avoid the exists() → delete() race</li> </ul> <h2>3.16.11</h2> <ul> <li>discover the name of the exe without put wrong exe in AppxManifest.xml <a href="https://redirect.github.com/YehudaKremer/msix/pull/312">#312</a></li> <li>Update <code>flutter_lints</code> version</li> </ul> <h2>3.16.10</h2> <ul> <li>Update <code>get_it</code> version <a href="https://redirect.github.com/YehudaKremer/msix/issues/306">#306</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/YehudaKremer/msix/commit/0174b1092e18e552fbdd6b4d17a2e5b7d436483c"><code>0174b10</code></a> add delete retry</li> <li><a href="https://github.com/YehudaKremer/msix/commit/eefc69c208b9e05734c47ed8904d80674c3197a8"><code>eefc69c</code></a> update CHANGELOG</li> <li><a href="https://github.com/YehudaKremer/msix/commit/e54f217470514ab5d6b9c59614ed7eed92d706a1"><code>e54f217</code></a> update flutter_lints version</li> <li><a href="https://github.com/YehudaKremer/msix/commit/a742b71d85743fd1b45f2aecdfdba0c5fc708fe8"><code>a742b71</code></a> update logs to trace lever</li> <li><a href="https://github.com/YehudaKremer/msix/commit/04074dcb944b53d7ffe31f29faca8b5896204aa6"><code>04074dc</code></a> Merge pull request <a href="https://redirect.github.com/YehudaKremer/msix/issues/312">#312</a> from brasizza/main</li> <li><a href="https://github.com/YehudaKremer/msix/commit/22095446a192d2a4adad5d12a21e60abf8314b8e"><code>2209544</code></a> ready to fork</li> <li><a href="https://github.com/YehudaKremer/msix/commit/6ca3f0e6a7e6d4b142bf8aef12b3ddf2d582a17c"><code>6ca3f0e</code></a> ready to fork</li> <li><a href="https://github.com/YehudaKremer/msix/commit/d59f0908332a3dfae6a9008817b496a88002e0a1"><code>d59f090</code></a> fix search executable in fallback to exclude the crashpad_handler.exe from good</li> <li><a href="https://github.com/YehudaKremer/msix/commit/1662b00abbc29414977e20c1d2dae383b6ffaf41"><code>1662b00</code></a> fix search executable in fallback to exclude the crashpad_handler.exe from good</li> <li><a href="https://github.com/YehudaKremer/msix/commit/0b8d938e1b8fb0c36c9ab98f374880e33db8b764"><code>0b8d938</code></a> fix search executable in fallback to exclude the crashpad_handler.exe from good</li> <li>Additional commits viewable in <a href="https://github.com/YehudaKremer/msix/compare/v3.16.9...v3.16.12">compare view</a></li> </ul> </details> <br /> Updates `package_info_plus` from 8.3.0 to 9.0.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/1d2990288799eef1e6c1c00e3ae7d8eb11be2564"><code>1d29902</code></a> chore(release): prepare for release (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/3675">#3675</a>)</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/78c2b7420bcc943b5f46a22285e750a0dc58e5bb"><code>78c2b74</code></a> feat(package_info_plus)!: Change Android compile SDK, update Android build co...</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/72b6234c25315c30d8efc9f15a9258b0bb7273a8"><code>72b6234</code></a> docs(all): replace MacOS by macOS in package READMEs (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/3658">#3658</a>)</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/9f03424b7916b195ec6a4bebe4cc1a310ba40d4a"><code>9f03424</code></a> chore(release): prepare for release (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/3643">#3643</a>)</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/2cf9297b4e3ce5cc71d22539ca7d0dfc82ac819b"><code>2cf9297</code></a> fix(package_info_plus): incorrect install time on macOS when app sandbox disa...</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/1b37ba220c99b16693991042c3fcc69eae98864a"><code>1b37ba2</code></a> chore(release): prepare for release (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/3603">#3603</a>)</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/c593c0787c01d600ad591028693e4d711d361b8f"><code>c593c07</code></a> chore(release): prepare for release (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/3550">#3550</a>)</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/69261446f4ada931645f6bf0d43d3871810ba246"><code>6926144</code></a> chore(package_info_plus): remove unnecessary library name in test (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/3521">#3521</a>)</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/71a8e00c606b4080f8d51edfefc969fa514ad155"><code>71a8e00</code></a> chore(release): prepare for release (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/3508">#3508</a>)</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/9ec7eb4132887b3f0ec4456a0f59bbf2c3fc4215"><code>9ec7eb4</code></a> chore(release): prepare for release (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/3501">#3501</a>)</li> <li>See full diff in <a href="https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v9.0.0/packages/package_info_plus">compare view</a></li> </ul> </details> <br /> Updates `purchases_flutter` from 9.1.0 to 9.9.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/RevenueCat/purchases-flutter/releases">purchases_flutter's releases</a>.</em></p> <blockquote> <h2>9.9.1</h2> <blockquote> <p>[!WARNING]<br /> If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrectly configured as consumables, RevenueCat will consume these purchases. This means that users won't be able to restore them from version 9.0.0 onward. Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions.</p> </blockquote> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.12.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1510">#1510</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>) <ul> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.12.0">Android 9.12.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.45.0">iOS 5.45.0</a></li> </ul> </li> </ul> <h2>9.9.0</h2> <blockquote> <p>[!WARNING]<br /> If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrectly configured as consumables, RevenueCat will consume these purchases. This means that users won't be able to restore them from version 9.0.0 onward. Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions.</p> </blockquote> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.11.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1507">#1507</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>) <ul> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.11.0">Android 9.11.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.10.0">Android 9.10.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.44.1">iOS 5.44.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.44.0">iOS 5.44.0</a></li> </ul> </li> </ul> <h2>RevenueCatUI SDK</h2> <h3>Customer Center</h3> <h4>✨ New Features</h4> <ul> <li>Add support for customer center view without <code>presentCustomerCenter</code> helper (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1476">#1476</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> </ul> <h3>🔄 Other Changes</h3> <ul> <li>Bump fastlane-plugin-revenuecat_internal from <code>25c7fb8</code> to <code>525d48c</code> (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1506">#1506</a>) via dependabot[bot] (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> <li>Update Xcode versions to avoid CircleCI deprecation (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1505">#1505</a>) via Antonio Pallares (<a href="https://github.com/ajpallares"><code>@​ajpallares</code></a>)</li> </ul> <h2>9.8.0</h2> <blockquote> <p>[!WARNING]<br /> If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrectly configured as consumables, RevenueCat will consume these purchases. This means that users won't be able to restore them from version 9.0.0 onward. Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions.</p> </blockquote> <h2>RevenueCat SDK</h2> <h3>✨ New Features</h3> <ul> <li>Add support for the Test Store (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1503">#1503</a>) via Antonio Pallares (<a href="https://github.com/ajpallares"><code>@​ajpallares</code></a>)</li> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.10.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1502">#1502</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>) <ul> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.9.0">Android 9.9.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.8.1">Android 9.8.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.43.0">iOS 5.43.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.42.0">iOS 5.42.0</a></li> </ul> </li> </ul> <h3>📦 Dependency Updates</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/RevenueCat/purchases-flutter/blob/main/CHANGELOG.md">purchases_flutter's changelog</a>.</em></p> <blockquote> <h2>9.9.1</h2> <blockquote> <p>[!WARNING]<br /> If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrectly configured as consumables, RevenueCat will consume these purchases. This means that users won't be able to restore them from version 9.0.0 onward. Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions.</p> </blockquote> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.12.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1510">#1510</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>) <ul> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.12.0">Android 9.12.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.45.0">iOS 5.45.0</a></li> </ul> </li> </ul> <h2>9.9.0</h2> <blockquote> <p>[!WARNING]<br /> If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrectly configured as consumables, RevenueCat will consume these purchases. This means that users won't be able to restore them from version 9.0.0 onward. Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions.</p> </blockquote> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.11.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1507">#1507</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>) <ul> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.11.0">Android 9.11.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.10.0">Android 9.10.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.44.1">iOS 5.44.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.44.0">iOS 5.44.0</a></li> </ul> </li> </ul> <h2>RevenueCatUI SDK</h2> <h3>Customer Center</h3> <h4>✨ New Features</h4> <ul> <li>Add support for customer center view without <code>presentCustomerCenter</code> helper (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1476">#1476</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> </ul> <h3>🔄 Other Changes</h3> <ul> <li>Bump fastlane-plugin-revenuecat_internal from <code>25c7fb8</code> to <code>525d48c</code> (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1506">#1506</a>) via dependabot[bot] (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> <li>Update Xcode versions to avoid CircleCI deprecation (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1505">#1505</a>) via Antonio Pallares (<a href="https://github.com/ajpallares"><code>@​ajpallares</code></a>)</li> </ul> <h2>9.8.0</h2> <blockquote> <p>[!WARNING]<br /> If you don't have any login system in your app, please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrectly configured as consumables, RevenueCat will consume these purchases. This means that users won't be able to restore them from version 9.0.0 onward. Non-consumables are products that are meant to be bought only once, for example, lifetime subscriptions.</p> </blockquote> <h2>RevenueCat SDK</h2> <h3>✨ New Features</h3> <ul> <li>Add support for the Test Store (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1503">#1503</a>) via Antonio Pallares (<a href="https://github.com/ajpallares"><code>@​ajpallares</code></a>)</li> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.10.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1502">#1502</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>) <ul> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.9.0">Android 9.9.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.8.1">Android 9.8.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.43.0">iOS 5.43.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.42.0">iOS 5.42.0</a></li> </ul> </li> </ul> <h3>📦 Dependency Updates</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/18406ebcbeba73763201fe43983c362ec9b1fd1d"><code>18406eb</code></a> Update VERSIONS.md</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/e8b9d99bc85fb35fc1feea3b99b96875d1021f31"><code>e8b9d99</code></a> Version bump for 9.9.1</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/05c1b2cefb538bbe09cf421eeda907e6d1d03f0b"><code>05c1b2c</code></a> [AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.12.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1510">#1510</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/8b6eb4cf8c4e96a5244906c06a3c6dc57bb5e70e"><code>8b6eb4c</code></a> [AUTOMATIC] Release/9.9.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1509">#1509</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/11ba71d4dbbd331fd7a0a6ab31ef1f29ed12eb76"><code>11ba71d</code></a> [AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.11.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1507">#1507</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/c4c2ac80bb06bb46ae470b4730279ff7de6aed39"><code>c4c2ac8</code></a> Add support for customer center view without <code>presentCustomerCenter</code> helper (...</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/1ac23c0830d74fc82ad1fd3b03a844a3be236272"><code>1ac23c0</code></a> Bump fastlane-plugin-revenuecat_internal from <code>25c7fb8</code> to <code>525d48c</code> (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1506">#1506</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/d267b6f5e9fd0724c44307bb4bebe5b526a4a694"><code>d267b6f</code></a> Update Xcode versions to avoid CircleCI deprecation (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1505">#1505</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/e00f2fd7c1e08bb12998e2e6102c824846ec49ec"><code>e00f2fd</code></a> [AUTOMATIC] Release/9.8.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1504">#1504</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/c3b806eeb8e53f6d11b8581f5102f768e621e757"><code>c3b806e</code></a> Add support for the Test Store (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1503">#1503</a>)</li> <li>Additional commits viewable in <a href="https://github.com/RevenueCat/purchases-flutter/compare/9.1.0...9.9.1">compare view</a></li> </ul> </details> <br /> Updates `supabase_flutter` from 2.9.1 to 2.10.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/supabase/supabase-flutter/releases">supabase_flutter's releases</a>.</em></p> <blockquote> <h2>supabase_flutter v2.10.0</h2> <h1>Supabase Flutter Release - August 26, 2025</h1> <p>This release includes updates across all Supabase Flutter packages with bug fixes, new features, and improvements.</p> <h2>📦 Package Updates</h2> <ul> <li><strong>supabase_flutter</strong>: v2.10.0</li> <li><strong>supabase</strong>: v2.9.0</li> <li><strong>gotrue</strong>: v2.14.0</li> <li><strong>storage_client</strong>: v2.4.1</li> <li><strong>realtime_client</strong>: v2.5.2</li> <li><strong>functions_client</strong>: v2.4.4</li> </ul> <h2>✨ Highlights</h2> <h3>GoTrue (Auth) v2.14.0</h3> <ul> <li><strong>NEW</strong>: Added phone MFA enrollment support</li> <li><strong>IMPROVEMENT</strong>: Removed client-side provider validation for <code>signInWithIdToken</code></li> <li><strong>FIX</strong>: Added UUID validation for admin methods</li> <li><strong>REFACTOR</strong>: Cleaned up unused <code>_currentUser</code> field</li> </ul> <h3>Supabase Flutter v2.10.0</h3> <ul> <li><strong>IMPROVEMENT</strong>: Made <code>Supabase.initialize()</code> idempotent - can now be called multiple times safely</li> <li><strong>FIX</strong>: Added null safety check for connection to prevent null check operator errors</li> </ul> <h3>Storage Client v2.4.1</h3> <ul> <li><strong>FIX</strong>: Resolved MultipartRequest finalization error in retry mechanism</li> <li><strong>REFACTOR</strong>: Code cleanup in Bucket.fromJson</li> </ul> <h3>Realtime Client v2.5.2</h3> <ul> <li><strong>FIX</strong>: Added null safety check for connections</li> <li><strong>IMPROVEMENT</strong>: Now sends version when joining channels and removed JWT check</li> </ul> <h3>Functions Client v2.4.4</h3> <ul> <li><strong>FIX</strong>: Improved binary data request handling and test coverage</li> </ul> <h3>Supabase Core v2.9.0</h3> <ul> <li><strong>IMPROVEMENT</strong>: Added standard client headers</li> <li><strong>FIX</strong>: Proper URI encoding for platform information</li> </ul> <h2>🔧 Other Improvements</h2> <ul> <li>Updated auth error codes documentation links</li> <li>Enhanced test coverage across packages</li> <li>Various code quality improvements and refactoring</li> </ul> <hr /> <p><strong>Breaking Changes</strong>: None in this release</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/supabase/supabase-flutter/blob/main/CHANGELOG.md">supabase_flutter's changelog</a>.</em></p> <blockquote> <h4><code>supabase_flutter</code> - <code>v2.10.3</code></h4> <ul> <li><strong>DOCS</strong>: update google_sign_in example (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1240">#1240</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/cad1784261bdfa43c2bf6169b6d1e75df8dcfa61">cad17842</a>)</li> </ul> <h2>2025-09-29</h2> <h3>Changes</h3> <hr /> <p>Packages with breaking changes:</p> <ul> <li>There are no breaking changes in this release.</li> </ul> <p>Packages with other changes:</p> <ul> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#postgrest---v250"><code>postgrest</code> - <code>v2.5.0</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#realtime_client---v253"><code>realtime_client</code> - <code>v2.5.3</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#supabase---v292"><code>supabase</code> - <code>v2.9.2</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#supabase_flutter---v2102"><code>supabase_flutter</code> - <code>v2.10.2</code></a></li> </ul> <p>Packages with dependency updates only:</p> <blockquote> <p>Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.</p> </blockquote> <ul> <li><code>supabase</code> - <code>v2.9.2</code></li> <li><code>supabase_flutter</code> - <code>v2.10.2</code></li> </ul> <hr /> <h4><code>postgrest</code> - <code>v2.5.0</code></h4> <ul> <li><strong>FIX</strong>(postgrest): URL replacement logic in query builder (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1228">#1228</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/908976c5d16ef1e8bea336f4981d2a2b3af06de1">908976c5</a>)</li> <li><strong>FEAT</strong>(postgrest): Implement maxAffected method (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1226">#1226</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/ae2d12d91f234261760578a55c4ef9dc939fc551">ae2d12d9</a>)</li> </ul> <h4><code>realtime_client</code> - <code>v2.5.3</code></h4> <ul> <li><strong>FIX</strong>(realtime): add presence flag (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1233">#1233</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/ae121eae661691b8887eecc52eaa8b2ee5832564">ae121eae</a>)</li> </ul> <h2>2025-09-15</h2> <h3>Changes</h3> <hr /> <p>Packages with breaking changes:</p> <ul> <li>There are no breaking changes in this release.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/supabase/supabase-flutter/commit/dca33ded4c8753cd7c709a8f1340d3bd276a2e27"><code>dca33de</code></a> chore(release): Publish packages (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1251">#1251</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/34f4d6162d8c59f63b225fe8fdd97e468630c3e2"><code>34f4d61</code></a> chore: revert &quot;chore(release): Publish packages (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1247">#1247</a>)&quot; (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1250">#1250</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/f90aa39bdd00bef77f87c7504ae21f08d744386a"><code>f90aa39</code></a> chore(release): Publish packages (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1247">#1247</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/ebc4c208578f81a7c78aba31c8d3f3376b8b5f9f"><code>ebc4c20</code></a> feat(gotrue): add OAuth 2.1 client admin endpoints (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1244">#1244</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/cad1784261bdfa43c2bf6169b6d1e75df8dcfa61"><code>cad1784</code></a> docs: update google_sign_in example (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1240">#1240</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/334cd2be056ace8216e10e0882bb57771de803fb"><code>334cd2b</code></a> feat: add support for broadcast replay configuration (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1242">#1242</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/06c35baf9974e87c06c65f7666165ef3c119d087"><code>06c35ba</code></a> feat: add region as forceFunctionRegion query parameter (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1243">#1243</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/34651c01ecad5e65f2f064cd19143a3428f0ee9a"><code>34651c0</code></a> chore: require app_links ^6.2.0 (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1241">#1241</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/1c13bcacf506051e45fcad7f145d7f19e4ebd7c0"><code>1c13bca</code></a> chore(release): Publish packages (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1238">#1238</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/ae121eae661691b8887eecc52eaa8b2ee5832564"><code>ae121ea</code></a> fix(realtime): add presence flag (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1233">#1233</a>)</li> <li>Additional commits viewable in <a href="https://github.com/supabase/supabase-flutter/commits/supabase_flutter-v2.10.3/packages">compare view</a></li> </ul> </details> <br /> Updates `xml` from 6.5.0 to 6.6.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/renggli/dart-xml/blob/main/CHANGELOG.md">xml's changelog</a>.</em></p> <blockquote> <h2>6.6.1</h2> <ul> <li>Dart and Flutter 3.9 compatibility.</li> <li>Minor optimization to eliminate unused namespaces.</li> </ul> <h2>6.6.0</h2> <ul> <li>Dart 3.8 and PetitParser 7.0 requirement.</li> <li>Correct decoding of names with surrogate characters.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/renggli/dart-xml/commit/3ee14d358696f8f0815191f7e6d14d428368cf77"><code>3ee14d3</code></a> Ready for 6.6.1</li> <li><a href="https://github.com/renggli/dart-xml/commit/2390367e7886499b89047f505c0289543217317f"><code>2390367</code></a> Move meta back to 1.16 for Flutter compatibility.</li> <li><a href="https://github.com/renggli/dart-xml/commit/6d1314fb447acdf08615280dfd59f1c0f45089c9"><code>6d1314f</code></a> Update Dart CI action</li> <li><a href="https://github.com/renggli/dart-xml/commit/b7cc272c0a9a934bfff5643e384118a86c9d2556"><code>b7cc272</code></a> Optimize the removal of unused namespaces</li> <li><a href="https://github.com/renggli/dart-xml/commit/0078598937322cfb7f9ebe28bf899d34b9b7d2da"><code>0078598</code></a> Prepare for 6.6.0</li> <li><a href="https://github.com/renggli/dart-xml/commit/ff8a37e090352ea610c97b1b1e450469a464eea8"><code>ff8a37e</code></a> Full unicode decoding of names</li> <li><a href="https://github.com/renggli/dart-xml/commit/85818acf16f6f38cb522e55f906061f913beec5a"><code>85818ac</code></a> Pretty print the markdown files</li> <li><a href="https://github.com/renggli/dart-xml/commit/554024bbc83011cb37b67c9c88495f5b0143fcbc"><code>554024b</code></a> Apply fixed and deprecated code</li> <li><a href="https://github.com/renggli/dart-xml/commit/367aea15861011a563a49015a0684dfe8f377a1e"><code>367aea1</code></a> Dart 3.8.0</li> <li><a href="https://github.com/renggli/dart-xml/commit/8e9946755b7b3fb4b87e38e664e777a8799e0701"><code>8e99467</code></a> Prepare for PetitParser 7.0.0</li> <li>Additional commits viewable in <a href="https://github.com/renggli/dart-xml/compare/v6.5.0...v6.6.1">compare view</a></li> </ul> </details> <br /> Updates `youtube_explode_dart` from 2.5.1 to 2.5.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Hexer10/youtube_explode_dart/blob/master/CHANGELOG.md">youtube_explode_dart's changelog</a>.</em></p> <blockquote> <h2>2.5.3</h2> <ul> <li>Update <code>android</code> client.</li> <li>Stop throwing when signature can't be found, instead just skip that stream.</li> <li>Fix parsing error when a collaboration video appeared in a search result.</li> </ul> <h2>2.5.2</h2> <ul> <li>Add <code>Video.musicData</code> getter.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/7bf4605f520c5f6f545c94dd22bea7edacfae9c7"><code>7bf4605</code></a> New version v<code>2.5.3</code></li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/cbe638c26b192ebbab16544217329bf2ba46f244"><code>cbe638c</code></a> Fix collaboration videos throwing error in searches.</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/114ac26185ba4403486624fb1618552b8fd994d6"><code>114ac26</code></a> Don't throw anymore if signature function can't be found + Update default yt ...</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/a395db4cddec9e9c10113587a02e87a8253e72bd"><code>a395db4</code></a> Update android client</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/e30861c6f3d8b343c7407654df89c850011c4aad"><code>e30861c</code></a> New version v<code>2.5.2</code></li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/e27be7ceb4539063e6295ac93339c79bb241bfeb"><code>e27be7c</code></a> Add Video.musicData getter</li> <li>See full diff in <a href="https://github.com/Hexer10/youtube_explode_dart/compare/v2.5.1...v2.5.3">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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 </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 12:53:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#565