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

Open
opened 2026-05-08 11:50:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/328
Author: @dependabot[bot]
Created: 3/30/2026
Status: 🔄 Open

Base: mainHead: dependabot/pub/app/pub-ff8e5a23bd


📝 Commits (1)

  • 61e9393 chore(deps): bump the pub group across 1 directory with 18 updates

📊 Changes

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

View changed files

📝 app/pubspec.lock (+108 -108)
📝 app/pubspec.yaml (+16 -16)

📄 Description

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

  • Updated Apache Tika to 3.2.3 to address CVE-2025-66516 and CVE-2025-54988 (Critical XXE vulnerability).
  • Support Gradle 9

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

  • Updated Tika library to resolve vulnerability CVE-2025-66516 and CVE-2025-54988 (Critical XXE vulnerability).

10.3.9

Android

  • Updated Apache Tika to 3.2.3 to address CVE-2025-66516 and CVE-2025-54988 (Critical XXE vulnerability).
  • Support Gradle 9

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

🔄 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/328 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/30/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `dependabot/pub/app/pub-ff8e5a23bd` --- ### 📝 Commits (1) - [`61e9393`](https://github.com/feeddeck/feeddeck/commit/61e93935a39245f7b72a5c5fd816249126beb2bc) chore(deps): bump the pub group across 1 directory with 18 updates ### 📊 Changes **2 files changed** (+124 additions, -124 deletions) <details> <summary>View changed files</summary> 📝 `app/pubspec.lock` (+108 -108) 📝 `app/pubspec.yaml` (+16 -16) </details> ### 📄 Description 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 <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 `carousel_slider` from 5.1.1 to 5.1.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/serenader2014/flutter_carousel_slider/blob/master/CHANGELOG.md">carousel_slider's changelog</a>.</em></p> <blockquote> <h1>5.1.2</h1> <ul> <li>[Fix] Fix memory leak by properly disposing PageController (<a href="https://redirect.github.com/serenader2014/flutter_carousel_slider/issues/493">#493</a>)</li> <li>[Fix] Prevent crash when calling animateToPage/jumpToPage before PageController is ready (<a href="https://redirect.github.com/serenader2014/flutter_carousel_slider/issues/491">#491</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/serenader2014/flutter_carousel_slider/commits/v5.1.2">compare view</a></li> </ul> </details> <br /> Updates `crypto` from 3.0.6 to 3.0.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/core/releases">crypto's releases</a>.</em></p> <blockquote> <h2>package:crypto v3.0.7</h2> <ul> <li>Run <code>dart format</code> with the new style.</li> <li>Performance improvements.</li> <li>Updated web conditional import to use <code>js_interop</code> to support WebAssembly.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/core/commit/e6c3810cdbbd6b483973f4685e950644114b495e"><code>e6c3810</code></a> [crypto] remove the -wip to release new version (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/921">#921</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/018e1dc7a7de9511a2d92ac87ebfb36085b8e9e5"><code>018e1dc</code></a> fix(crypto): update conditional import for js interop library (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/915">#915</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/9fefb52b20e5fbd25d02bee562dcbcfae33b9176"><code>9fefb52</code></a> Make Int64 default constructor non-const in native mode (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/916">#916</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/7fee9c0652d200906182b7c65eba17c7e0c6eb55"><code>7fee9c0</code></a> Fix <code>Int64.operator ==</code> (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/911">#911</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/a4dc8738c0fd4f91def35fab3875affbc3402336"><code>a4dc873</code></a> Implement <code>Int64</code> as a wrapper for <code>int</code> when targeting native and Wasm (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/905">#905</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/1aa58ef5a0279e8a2df0e9e0480914a900bf5834"><code>1aa58ef</code></a> [fixnum] update the min. required dart sdk (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/907">#907</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/b59ecf4ceebe6153e1c0166b7c9a7fdd9458a89d"><code>b59ecf4</code></a> Optimize surrogate decoding. (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/894">#894</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/dc975303c312497aec2f5ed4c5828da3607e33dd"><code>dc97530</code></a> Speedup package:crypto (with a focus on md5) (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/892">#892</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/816cea7cec427c52e071fa3b373a8e36e1d5c64d"><code>816cea7</code></a> [path] Fix test race condition caused by changing Directory.current (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/890">#890</a>)</li> <li><a href="https://github.com/dart-lang/core/commit/de09be6d1f121f74132feee16b96a681b4c1bc1a"><code>de09be6</code></a> update the issue templates for package:lints (<a href="https://github.com/dart-lang/core/tree/main/pkgs/issues/887">#887</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dart-lang/core/commits/crypto-v3.0.7/pkgs">compare view</a></li> </ul> </details> <br /> Updates `cupertino_icons` from 1.0.8 to 1.0.9 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/f330175dbf168a7bf94a127c492e025b4cc0bfba"><code>f330175</code></a> [cupertino_icons] Remove empty Dart file (<a href="https://github.com/flutter/packages/tree/main/third_party/packages/issues/11308">#11308</a>)</li> <li><a href="https://github.com/flutter/packages/commit/02f231f376761cc04610e8c566b0ba759db0bda7"><code>02f231f</code></a> [various] iOS/macOS example project automigrations (<a href="https://github.com/flutter/packages/tree/main/third_party/packages/issues/11227">#11227</a>)</li> <li><a href="https://github.com/flutter/packages/commit/ee460d6a01fee815ffbe1dc169f851bd682addd6"><code>ee460d6</code></a> [various] Modernize non-plugin Android example apps (<a href="https://github.com/flutter/packages/tree/main/third_party/packages/issues/11168">#11168</a>)</li> <li><a href="https://github.com/flutter/packages/commit/1e0338bfd3c6799713fe89c26a55a64521416e16"><code>1e0338b</code></a> Updated AGP and KGP to align with flutter/flutter templates (<a href="https://github.com/flutter/packages/tree/main/third_party/packages/issues/10423">#10423</a>)</li> <li><a href="https://github.com/flutter/packages/commit/e774c2a3f03b2c551506508f813c91d25c297d22"><code>e774c2a</code></a> [flutter_svg] Update README with an example to scale images (<a href="https://github.com/flutter/packages/tree/main/third_party/packages/issues/10547">#10547</a>)</li> <li><a href="https://github.com/flutter/packages/commit/0250616ede93915ab08acbdda1fb7947303a7876"><code>0250616</code></a> [ci] Update repo for 3.41 (<a href="https://github.com/flutter/packages/tree/main/third_party/packages/issues/11017">#11017</a>)</li> <li><a href="https://github.com/flutter/packages/commit/7805d3e2d65448982bde0dfde6c976970abd4693"><code>7805d3e</code></a> [flutter_svg] Convert example app to Swift (<a href="https://github.com/flutter/packages/tree/main/third_party/packages/issues/10968">#10968</a>)</li> <li><a href="https://github.com/flutter/packages/commit/9db114feaf6054979192e9a484eee7672cae38a5"><code>9db114f</code></a> [mustache_template] Improve error throwing (<a href="https://github.com/flutter/packages/tree/main/third_party/packages/issues/10700">#10700</a>)</li> <li><a href="https://github.com/flutter/packages/commit/cc3dca67f2d8e453cfe4ad2662c8196db383355e"><code>cc3dca6</code></a> [all] Omit obvious local types (<a href="https://github.com/flutter/packages/tree/main/third_party/packages/issues/10511">#10511</a>)</li> <li><a href="https://github.com/flutter/packages/commit/22c60562050dd3de7a4c2827bb97e7bc1cb147c8"><code>22c6056</code></a> [various] Replace deprecated Color.value in SVG packages (<a href="https://github.com/flutter/packages/tree/main/third_party/packages/issues/10482">#10482</a>)</li> <li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/cupertino_icons-v1.0.9/third_party/packages">compare view</a></li> </ul> </details> <br /> Updates `file_picker` from 10.2.0 to 10.3.10 <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.10</h2> <h4>Android</h4> <ul> <li>Reverted breaking changes accidentally introduced in 10.3.9 to maintain Semantic Versioning compliance.</li> <li>Updated Tika library to resolve vulnerability CVE-2025-66516 and CVE-2025-54988 (Critical XXE vulnerability).</li> </ul> <h2>10.3.9</h2> <h4>Android</h4> <ul> <li>Updated Apache Tika to 3.2.3 to address CVE-2025-66516 and CVE-2025-54988 (Critical XXE vulnerability).</li> <li>Support Gradle 9</li> </ul> <h2>10.3.8</h2> <h3>iOS</h3> <ul> <li>Rename FileUtils to FilePickerUtils <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1921">#1921</a></li> </ul> <h3>Android</h3> <ul> <li>Restores the ms[df] URI handling logic in FileUtils.kt to fix file selection returning null on some devices.</li> </ul> <h2>10.3.7</h2> <h3>Android</h3> <ul> <li>Fixed an issue where file type filtering was not being applied correctly, now only displaying files that match the selected MIME types. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/pull/1906">#1906</a></li> </ul> <h2>10.3.6</h2> <h2>Android</h2> <ul> <li>Added support for 16 KB. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1888">#1888</a></li> </ul> <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.10</h2> <h4>General</h4> <ul> <li>Reverted breaking changes accidentally introduced in 10.3.9 to maintain Semantic Versioning compliance.</li> </ul> <h4>Android</h4> <ul> <li>Updated Tika library to resolve vulnerability CVE-2025-66516 and CVE-2025-54988 (Critical XXE vulnerability).</li> </ul> <h2>10.3.9</h2> <h4>Android</h4> <ul> <li>Updated Apache Tika to 3.2.3 to address CVE-2025-66516 and CVE-2025-54988 (Critical XXE vulnerability).</li> <li>Support Gradle 9</li> </ul> <h2>10.3.8</h2> <h3>iOS</h3> <ul> <li>Rename FileUtils to FilePickerUtils <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1921">#1921</a></li> </ul> <h3>Android</h3> <ul> <li>Restores the ms[df] URI handling logic in FileUtils.kt to fix file selection returning null on some devices.</li> </ul> <h2>10.3.7</h2> <h3>Android</h3> <ul> <li>Fixed an issue where file type filtering was not being applied correctly, now only displaying files that match the selected MIME types. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/pull/1906">#1906</a></li> </ul> <h2>10.3.6</h2> <h3>Android</h3> <ul> <li>Added support for 16 KB page sizes. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1888">#1888</a></li> </ul> <h2>10.3.5</h2> <h3>iOS</h3> <ul> <li>Fixed an error when loading large files (&gt;= 2GB~).</li> </ul> <h2>10.3.4</h2> <h3>Android</h3> <ul> <li>Detect HEIC and HEIF extensions as valid image</li> <li>Use compression format based file extension when compressing images.</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/miguelpruivo/flutter_file_picker/commits/v10.3.10">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.6.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/HEAD/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.6 <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.3</h2> <ul> <li>feat: <code>VideoState.update</code> &amp; <code>VideoViewParameters</code></li> </ul> <h2>media_kit_video-v1.2.2</h2> <ul> <li>fix: override <code>setState</code> &amp; check <code>mounted</code> in <code>MaterialVideoControls</code> &amp; <code>MaterialDesktopVideoControls</code></li> </ul> <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>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/media-kit/media-kit/commits">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>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 2.0.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/media-kit/media-kit/commits">compare view</a></li> </ul> </details> <br /> Updates `msix` from 3.16.9 to 3.16.13 <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.13</h2> <ul> <li>Update <code>get_it</code> version <a href="https://redirect.github.com/YehudaKremer/msix/pull/320">#320</a></li> </ul> <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/b7639a4bbabf677bb89a8e019232f5a6b6fc4c25"><code>b7639a4</code></a> Update <code>get_it</code> version <a href="https://redirect.github.com/YehudaKremer/msix/issues/320">#320</a></li> <li><a href="https://github.com/YehudaKremer/msix/commit/12cfccc237d1fa554fab4d53db2c42880b4e9973"><code>12cfccc</code></a> Merge pull request <a href="https://redirect.github.com/YehudaKremer/msix/issues/320">#320</a> from dbebawy/chore/update-get-it-9</li> <li><a href="https://github.com/YehudaKremer/msix/commit/e37ecaee516976b003f260e9a481b4796a7d4801"><code>e37ecae</code></a> chore(deps): update get_it from ^8.0.3 to ^9.1.0</li> <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>Additional commits viewable in <a href="https://github.com/YehudaKremer/msix/compare/v3.16.9...v3.16.13">compare view</a></li> </ul> </details> <br /> Updates `package_info_plus` from 8.3.0 to 9.0.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/c46ab89942b2be24aedf79555f247c566d99777f"><code>c46ab89</code></a> chore(release): prepare for release (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/3785">#3785</a>)</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/0534cd2d1ea55d68c4452e8d5a0ee211b0c641ac"><code>0534cd2</code></a> docs(package_info_plus): add installerStore values documentation (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/3721">#3721</a>)</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/096fd4ee810ccfc26689fb791f45f21d64bd33c9"><code>096fd4e</code></a> chore(release): prepare for release (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/3720">#3720</a>)</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/b64f663ad4f820bf46500e73ef031ff647708be9"><code>b64f663</code></a> chore(release): prepare for release (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/3701">#3701</a>)</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/19138be669ec879f85ce3a0d8be66c0670a34f33"><code>19138be</code></a> chore(release): prepare for release (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/3678">#3678</a>)</li> <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>Additional commits viewable in <a href="https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v9.0.1/packages/package_info_plus">compare view</a></li> </ul> </details> <br /> Updates `purchases_flutter` from 9.1.0 to 9.15.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.15.1</h2> <h2>RevenueCat SDK</h2> <h3>🐞 Bugfixes</h3> <ul> <li>[PW-148] Add PaywallPresentationConfiguration for per-platform presentation style (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1623">#1623</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> </ul> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.53.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1692">#1692</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.27.0">Android 9.27.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.66.0">iOS 5.66.0</a></li> </ul> </li> </ul> <h2>RevenueCatUI SDK</h2> <h3>🐞 Bugfixes</h3> <ul> <li>[PW-149] Fix PaywallView landscape issue (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1631">#1631</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> </ul> <h3>🔄 Other Changes</h3> <ul> <li>Bump json from 2.18.1 to 2.19.2 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1691">#1691</a>) via dependabot[bot] (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> </ul> <h2>9.15.0</h2> <h2>RevenueCat SDK</h2> <h3>✨ New Features</h3> <ul> <li>Add trackCustomPaywallImpression API (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1679">#1679</a>) via Rick (<a href="https://github.com/rickvdl"><code>@​rickvdl</code></a>)</li> <li>Adds Galaxy to the Store Enum (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1677">#1677</a>) via Will Taylor (<a href="https://github.com/fire-at-will"><code>@​fire-at-will</code></a>)</li> </ul> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.52.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1689">#1689</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.26.1">Android 9.26.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.26.0">Android 9.26.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.25.0">Android 9.25.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.24.0">Android 9.24.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.65.0">iOS 5.65.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.64.0">iOS 5.64.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.63.0">iOS 5.63.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.62.0">iOS 5.62.0</a></li> </ul> </li> <li>Updates purchases-hybrid-common to 17.51.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1687">#1687</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.26.1">Android 9.26.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.26.0">Android 9.26.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.25.0">Android 9.25.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.24.0">Android 9.24.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.65.0">iOS 5.65.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.64.0">iOS 5.64.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.63.0">iOS 5.63.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.62.0">iOS 5.62.0</a></li> </ul> </li> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.51.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1685">#1685</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.26.1">Android 9.26.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.26.0">Android 9.26.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.25.0">Android 9.25.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.24.0">Android 9.24.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.65.0">iOS 5.65.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.64.0">iOS 5.64.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.63.0">iOS 5.63.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.62.0">iOS 5.62.0</a></li> </ul> </li> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.50.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1682">#1682</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>)</li> </ul> <!-- 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.15.1</h2> <h2>RevenueCat SDK</h2> <h3>🐞 Bugfixes</h3> <ul> <li>[PW-148] Add PaywallPresentationConfiguration for per-platform presentation style (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1623">#1623</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> </ul> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.53.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1692">#1692</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.27.0">Android 9.27.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.66.0">iOS 5.66.0</a></li> </ul> </li> </ul> <h2>RevenueCatUI SDK</h2> <h3>🐞 Bugfixes</h3> <ul> <li>[PW-149] Fix PaywallView landscape issue (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1631">#1631</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> </ul> <h3>🔄 Other Changes</h3> <ul> <li>Bump json from 2.18.1 to 2.19.2 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1691">#1691</a>) via dependabot[bot] (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> </ul> <h2>9.15.0</h2> <h2>RevenueCat SDK</h2> <h3>✨ New Features</h3> <ul> <li>Add trackCustomPaywallImpression API (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1679">#1679</a>) via Rick (<a href="https://github.com/rickvdl"><code>@​rickvdl</code></a>)</li> <li>Adds Galaxy to the Store Enum (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1677">#1677</a>) via Will Taylor (<a href="https://github.com/fire-at-will"><code>@​fire-at-will</code></a>)</li> </ul> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.52.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1689">#1689</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.26.1">Android 9.26.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.26.0">Android 9.26.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.25.0">Android 9.25.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.24.0">Android 9.24.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.65.0">iOS 5.65.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.64.0">iOS 5.64.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.63.0">iOS 5.63.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.62.0">iOS 5.62.0</a></li> </ul> </li> <li>Updates purchases-hybrid-common to 17.51.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1687">#1687</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.26.1">Android 9.26.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.26.0">Android 9.26.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.25.0">Android 9.25.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.24.0">Android 9.24.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.65.0">iOS 5.65.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.64.0">iOS 5.64.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.63.0">iOS 5.63.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.62.0">iOS 5.62.0</a></li> </ul> </li> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.51.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1685">#1685</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.26.1">Android 9.26.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.26.0">Android 9.26.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.25.0">Android 9.25.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.24.0">Android 9.24.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.65.0">iOS 5.65.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.64.0">iOS 5.64.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.63.0">iOS 5.63.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.62.0">iOS 5.62.0</a></li> </ul> </li> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.50.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1682">#1682</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/59eaab9af00c9ecbeba008eacc34e598d2d679a8"><code>59eaab9</code></a> Update VERSIONS.md</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/fa6c653e3512a1b810702fa17491dad165cfa114"><code>fa6c653</code></a> Version bump for 9.15.1</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/254f08a98a0097818a2e0d06f585ca155832069a"><code>254f08a</code></a> [AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.53.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1692">#1692</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/582a5ed2895ee24c2095d0fc49e47c1a418bfa75"><code>582a5ed</code></a> [PW-148] Add PaywallPresentationConfiguration for per-platform presentation s...</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/58b59a91a0cafc817749125d0a4aeca2517b3046"><code>58b59a9</code></a> [PW-149] Fix PaywallView landscape issue (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1631">#1631</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/5f95b73dbbe41b09ac7029416e220f3cb73e399d"><code>5f95b73</code></a> Bump json from 2.18.1 to 2.19.2 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1691">#1691</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/a9fae858c3f95e98293146d451b5641c58aa2a6a"><code>a9fae85</code></a> [AUTOMATIC] Release/9.15.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1690">#1690</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/045696b01e32eff3273a0be7db2fd37198a3c8bd"><code>045696b</code></a> Add number and boolean custom variable types (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1683">#1683</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/f0feda4876cd1f40ce7ba47571cf25626fa90421"><code>f0feda4</code></a> Add trackCustomPaywallImpression API (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1679">#1679</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/45867e2d85d94881d90aa438310760ea1ec49567"><code>45867e2</code></a> [AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.52.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1689">#1689</a>)</li> <li>Additional commits viewable in <a href="https://github.com/RevenueCat/purchases-flutter/compare/9.1.0...9.15.1">compare view</a></li> </ul> </details> <br /> Updates `shared_preferences` from 2.5.3 to 2.5.5 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/371106fe7d9864a157fc9366f57d0b0e64fab932"><code>371106f</code></a> [various] Add <code>unintended_html_in_doc_comment</code> to analysis options (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/11303">#11303</a>)</li> <li><a href="https://github.com/flutter/packages/commit/ec1ce5b84f74fd6ab5fe56d676ce4fca6f62a0a9"><code>ec1ce5b</code></a> [various] Convert plugin builds to Kotlin gradle (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/11172">#11172</a>)</li> <li><a href="https://github.com/flutter/packages/commit/409793bcb784b9464def8698557005fb8851a9e6"><code>409793b</code></a> [various] Remove CocoaPods from examples (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/11237">#11237</a>)</li> <li><a href="https://github.com/flutter/packages/commit/02f231f376761cc04610e8c566b0ba759db0bda7"><code>02f231f</code></a> [various] iOS/macOS example project automigrations (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/11227">#11227</a>)</li> <li><a href="https://github.com/flutter/packages/commit/2673dcdf47156efdfae783bb389234df81ac9da7"><code>2673dcd</code></a> [dependabot]: Bump com.android.tools.build:gradle from 8.9.1 to 9.1.0 in /pac...</li> <li><a href="https://github.com/flutter/packages/commit/79b53f3424dc889dd0d257c83461644dab46278e"><code>79b53f3</code></a> [various] Plugin Gradle pre-Kotlin standardization (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/11173">#11173</a>)</li> <li><a href="https://github.com/flutter/packages/commit/1e0338bfd3c6799713fe89c26a55a64521416e16"><code>1e0338b</code></a> Updated AGP and KGP to align with flutter/flutter templates (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/10423">#10423</a>)</li> <li><a href="https://github.com/flutter/packages/commit/f234c1f626d56f05eaeb0bd5f1094e5354ed2518"><code>f234c1f</code></a> [shared_preferences] Revert androidx.datastore:datastore to 1.1.7 (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/11128">#11128</a>)</li> <li><a href="https://github.com/flutter/packages/commit/0250616ede93915ab08acbdda1fb7947303a7876"><code>0250616</code></a> [ci] Update repo for 3.41 (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/11017">#11017</a>)</li> <li><a href="https://github.com/flutter/packages/commit/068e11481c0119f068b76543993b83615228f7a2"><code>068e114</code></a> [dependabot]: Bump the test-dependencies group across 2 directories with 1 up...</li> <li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/shared_preferences-v2.5.5/packages/shared_preferences">compare view</a></li> </ul> </details> <br /> Updates `supabase_flutter` from 2.9.1 to 2.12.2 <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> <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>2026-03-26</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/#realtime_client---v272"><code>realtime_client</code> - <code>v2.7.2</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#supabase---v2105"><code>supabase</code> - <code>v2.10.5</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#supabase_flutter---v2123"><code>supabase_flutter</code> - <code>v2.12.3</code></a></li> </ul> <hr /> <h4><code>realtime_client</code> - <code>v2.7.2</code></h4> <ul> <li><strong>FIX</strong>(realtime): prevent null check crash in connect() during rapid lifecycle transitions (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1321">#1321</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/61f7cd1c4e3aa56a06e089459efdded4ea7bb28d">61f7cd1c</a>)</li> </ul> <h4><code>supabase</code> - <code>v2.10.5</code></h4> <ul> <li><strong>FIX</strong>(realtime): prevent null check crash in connect() during rapid lifecycle transitions (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1321">#1321</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/61f7cd1c4e3aa56a06e089459efdded4ea7bb28d">61f7cd1c</a>)</li> </ul> <h4><code>supabase_flutter</code> - <code>v2.12.3</code></h4> <ul> <li><strong>FIX</strong>(realtime): prevent null check crash in connect() during rapid lifecycle transitions (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1321">#1321</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/61f7cd1c4e3aa56a06e089459efdded4ea7bb28d">61f7cd1c</a>)</li> </ul> <h2>2026-03-25</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/#storage_client---v251"><code>storage_client</code> - <code>v2.5.1</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#supabase---v2104"><code>supabase</code> - <code>v2.10.4</code></a></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/dd0d13dc009d003291ba83a6ca8405b1c25847bd"><code>dd0d13d</code></a> chore(release): publish packages</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/a66408231ac3451c7b761425d3609908fa9394bd"><code>a664082</code></a> fix(storage): make dedicated storage host opt-in via useNewHostname flag (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1329">#1329</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/70fe76865191587a12349595ff0b29cf775208d9"><code>70fe768</code></a> chore(release): publish packages (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1326">#1326</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/9923153836438c35e47482658f3156e997c8be1f"><code>9923153</code></a> feat(storage): add setHeader method for custom HTTP headers (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1313">#1313</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/bfa480a1417ffa288ae3ae39bc62cd7e5a90da05"><code>bfa480a</code></a> fix(realtime): add explicit type cast to fix web hot restart TypeError (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1308">#1308</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/207ed5f7b6307fa64121debba2012f9c8e6cd85a"><code>207ed5f</code></a> fix(auth): fix getClaims() crash with asymmetric JWTs on first call (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1300">#1300</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/0719e55b6a98fc63ef6b94fa60e86c0ac1b8d9e3"><code>0719e55</code></a> fix(auth): fix verifyOTP parameter validation for OtpType.recovery with token...</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/0d68e505236894bf2e3528378a0a39ba49efd329"><code>0d68e50</code></a> fix: delete toJson parser print (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1293">#1293</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/6f56c193c51d165ec23b4a31de7f2fce632529e8"><code>6f56c19</code></a> feat(storage): add queryParams support to download method (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1291">#1291</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/c23053888d0a3fefc17b5ca31b162a94b7827748"><code>c230538</code></a> feat(auth): add X (OAuth 2.0) provider (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1290">#1290</a>)</li> <li>Additional commits viewable in <a href="https://github.com/supabase/supabase-flutter/commits/supabase_flutter-v2.12.2/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 3.0.5 <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>3.0.5</h2> <ul> <li>Re-add requireWatchPage functionality to <code>getManifest</code>.</li> <li>Allow specifying deno path. Thanks to <a href="https://github.com/obemu"><code>@​obemu</code></a>.</li> <li>Support for live urls. Thanks to <a href="https://github.com/Rerurate514"><code>@​Rerurate514</code></a>.</li> </ul> <h2>3.0.4</h2> <ul> <li>Fix EJS exports.</li> </ul> <h2>3.0.3</h2> <ul> <li>Add comment <code>ejs</code> solvers class.</li> <li>Update <code>tv</code> client.</li> </ul> <h2>3.0.2</h2> <ul> <li>Implement bulk challenges solver.</li> </ul> <h2>3.0.1</h2> <ul> <li>Fix issue with the <code>deno</code> signature solver where the command line arguments on some systems where too long.</li> <li>Small optimizations by reusing the already preprocessed player in the <code>js</code> solver.</li> </ul> <h2>3.0.0</h2> <ul> <li>Implement <code>deno</code> js signature solver.</li> <li>Implement new interfaces for custom JS challenges solver.</li> </ul> <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/78d716afa9bccd117020a1983361ebf4fffaaf28"><code>78d716a</code></a> New version v<code>3.0.5</code></li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/f5af4fc3e9bf009dc7712e84b2ef351169fb9efa"><code>f5af4fc</code></a> Merge remote-tracking branch 'origin/master'</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/c847c158bd4eb24aea45efa5a22f0f5b6136a8e0"><code>c847c15</code></a> Re-add requireWatchPage functionality</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/b048a0c04e504d752ec5582cbbde3fd4e47e9644"><code>b048a0c</code></a> Merge pull request <a href="https://redirect.github.com/Hexer10/youtube_explode_dart/issues/366">#366</a> from obemu/master</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/9b710d8088da582da93db91e9515ab3babc6768d"><code>9b710d8</code></a> Merge pull request <a href="https://redirect.github.com/Hexer10/youtube_explode_dart/issues/356">#356</a> from Rerurate514/master</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/939022e9acd1a0dfed670b11139131349bebc459"><code>939022e</code></a> Add optional parameter <code>denoExe</code> to <code>DenoEJSSolver.init</code></li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/d1599b515efe4456aab5082a9545f7831e1b4a83"><code>d1599b5</code></a> Update changelog, new version 3.0.4</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/edb68005c1facaa44919fedcc0f57b17eaa57f6c"><code>edb6800</code></a> Fix ejs export</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/df5595d26e5f4aeaaeb6d948836bb81369deb514"><code>df5595d</code></a> Add common ejs solver class.</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/4f722f9ef759199a42e2b9f38f8e6b2f360cfde2"><code>4f722f9</code></a> Add common ejs solver class.</li> <li>Additional commits viewable in <a href="https://github.com/Hexer10/youtube_explode_dart/compare/v2.5.1...v3.0.5">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 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-05-08 11:50:59 -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#3060