[PR #316] Bump the pub group across 1 directory with 17 updates #585

Open
opened 2026-03-22 12:54:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 5e56a84 Bump the pub group across 1 directory with 17 updates

📊 Changes

2 files changed (+138 additions, -122 deletions)

View changed files

📝 app/pubspec.lock (+122 -106)
📝 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 6.4.1
carousel_slider 5.1.1 5.1.2
crypto 3.0.6 3.0.7
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.0
purchases_flutter 9.1.0 9.12.3
shared_preferences 2.5.3 2.5.4
supabase_flutter 2.9.1 2.12.0
youtube_explode_dart 2.5.1 3.0.5

Updates app_links from 6.4.0 to 6.4.1

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

Release notes

Sourced from purchases_flutter's releases.

9.12.3

RevenueCat SDK

📦 Dependency Updates

🔄 Other Changes

9.12.2

RevenueCat SDK

📦 Dependency Updates

RevenueCatUI SDK

🐞 Bugfixes

🔄 Other Changes

9.12.1

RevenueCat SDK

📦 Dependency Updates

🔄 Other Changes

9.12.0

RevenueCat SDK

New Features

  • [SDK-4250] Add webCheckoutUrl to Offering and Package models (#1622) via Toni Rico (@​tonidero)

📦 Dependency Updates

... (truncated)

Changelog

Sourced from purchases_flutter's changelog.

9.12.3

RevenueCat SDK

📦 Dependency Updates

🔄 Other Changes

9.12.2

RevenueCat SDK

📦 Dependency Updates

RevenueCatUI SDK

🐞 Bugfixes

🔄 Other Changes

9.12.1

RevenueCat SDK

📦 Dependency Updates

🔄 Other Changes

9.12.0

RevenueCat SDK

New Features

  • [SDK-4250] Add webCheckoutUrl to Offering and Package models (#1622) via Toni Rico (@​tonidero)

📦 Dependency Updates

... (truncated)

Commits
  • cd28702 Update VERSIONS.md
  • 72f8c53 Version bump for 9.12.3
  • b28c29d Enable pod update retry for bump-phc branches (#1629)
  • 24a09d1 [AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.41.1 (#1652)
  • 70fbaae Bump fastlane-plugin-revenuecat_internal to ea6276c (#1649)
  • 4474f9b Enable auto-merge for automatic PHC bump PRs (#1644)
  • 42394b1 [AUTOMATIC] Release/9.12.2 (#1648)
  • ee02609 Add .claude/ to .gitignore and guardrails to AGENTS.md (#1645)
  • 6b09d9d Fix custom variables not working on Android paywalls (#1647)
  • 752bfda [AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.41.0 (#1643)
  • Additional commits viewable in compare view

Updates shared_preferences from 2.5.3 to 2.5.4

Commits
  • 338ecd3 [shared_preferences_tool] Update dependencies and fix deprecation (#10560)
  • 33a9a81 [dependabot]: Bump the test-dependencies group across 2 directories with 1 up...
  • 2d9ddab [dependabot]: Bump the kotlin-gradle-plugin group across 7 directories with 1...
  • 8168d9c [various] Update READMEs to reflect current OS support (#10470)
  • cc3dca6 [all] Omit obvious local types (#10511)
  • 061eedc [dependabot]: Bump the gradle-plugin group across 19 directories with 1 updat...
  • 41df27d [dependabot]: Bump the test-dependencies group across 10 directories with 3 u...
  • 18b9cc5 [various] Update all packages to Pigeon 26 (#10450)
  • ae20377 Update repo for 3.38 (#10405)
  • 2f25693 [shared_preferences] Remove use of Pigeon's Dart test generator (#10325)
  • Additional commits viewable in compare view

Updates supabase_flutter from 2.9.1 to 2.12.0

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

  • FEAT(postgrest): add missing PostgREST v12 operators (#1273). (f6270260)
  • DOCS: update signInWithIdToken provider documentation (#1264). (b10d0c88)

2025-10-16

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

gotrue - v2.17.0

  • FEAT(gotrue): introduce getClaims method to verify and extract JWT claims (#1246). (615d687f)

supabase_flutter - v2.11.0

  • FEAT(gotrue): introduce getClaims method to verify and extract JWT claims (#1246). (615d687f)

2025-10-08

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

... (truncated)

Commits
  • fcb6dff chore(release): publish packages
  • f627026 feat(postgrest): add missing PostgREST v12 operators (#1273)
  • cd4d6da chore(style): remove trailing_commas lint rule (#1270)
  • 8237ca5 feat(realtime): add explicit REST API call method for broadcast messages (#1253)
  • b10d0c8 docs: update signInWithIdToken provider documentation (#1264)
  • 36d7334 feat(oauth): add updateClient method to admin OAuth API (#1262)
  • 1d142c1 fix(gotrue): allow refreshSession with refreshToken when no current session e...
  • 6fe5f17 chore(release): publish packages (#1256)
  • 615d687 feat(gotrue): introduce getClaims method to verify and extract JWT claims (#1...
  • dca33de chore(release): Publish packages (#1251)
  • 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/316 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/1/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `dependabot/pub/app/pub-cdaa8db5eb` --- ### 📝 Commits (1) - [`5e56a84`](https://github.com/feeddeck/feeddeck/commit/5e56a84423a1e3e4f43b810822528d01a4b0e0bf) Bump the pub group across 1 directory with 17 updates ### 📊 Changes **2 files changed** (+138 additions, -122 deletions) <details> <summary>View changed files</summary> 📝 `app/pubspec.lock` (+122 -106) 📝 `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` | `6.4.1` | | [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` | | [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.0` | | [purchases_flutter](https://github.com/RevenueCat/purchases-flutter) | `9.1.0` | `9.12.3` | | [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) | `2.5.3` | `2.5.4` | | [supabase_flutter](https://github.com/supabase/supabase-flutter/tree/main/packages) | `2.9.1` | `2.12.0` | | [youtube_explode_dart](https://github.com/Hexer10/youtube_explode_dart) | `2.5.1` | `3.0.5` | 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 `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 `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.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.12.3 <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.12.3</h2> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.41.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1652">#1652</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.22.1">Android 9.22.1</a></li> </ul> </li> </ul> <h3>🔄 Other Changes</h3> <ul> <li>Enable pod update retry for bump-phc branches (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1629">#1629</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> <li>Bump fastlane-plugin-revenuecat_internal to ea6276c (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1649">#1649</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> <li>Enable auto-merge for automatic PHC bump PRs (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1644">#1644</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> <li>Add .claude/ to .gitignore and guardrails to AGENTS.md (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1645">#1645</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> </ul> <h2>9.12.2</h2> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.41.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1643">#1643</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.22.0">Android 9.22.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.59.2">iOS 5.59.2</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.59.1">iOS 5.59.1</a></li> </ul> </li> </ul> <h2>RevenueCatUI SDK</h2> <h3>🐞 Bugfixes</h3> <ul> <li>Fix custom variables not working on Android paywalls (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1647">#1647</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> </ul> <h3>🔄 Other Changes</h3> <ul> <li>Bump nokogiri from 1.19.0 to 1.19.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1642">#1642</a>) via dependabot[bot] (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> </ul> <h2>9.12.1</h2> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.39.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1637">#1637</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>) <ul> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.59.0">iOS 5.59.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.58.1">iOS 5.58.1</a></li> </ul> </li> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.37.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1634">#1634</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>) <ul> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.59.0">iOS 5.59.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.58.1">iOS 5.58.1</a></li> </ul> </li> </ul> <h3>🔄 Other Changes</h3> <ul> <li>Add auto-merge workflow for PHC dependency updates (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1638">#1638</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> <li>Bump Ruby to 3.2.0 for CI danger job (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1636">#1636</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> <li>Add CLAUDE.md and AGENTS.md for AI assistant guidance (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1632">#1632</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> <li>Bump fastlane-plugin-revenuecat_internal from <code>e6454e3</code> to <code>afc9219</code> (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1635">#1635</a>) via dependabot[bot] (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> </ul> <h2>9.12.0</h2> <h2>RevenueCat SDK</h2> <h3>✨ New Features</h3> <ul> <li>[SDK-4250] Add webCheckoutUrl to Offering and Package models (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1622">#1622</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</li> </ul> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.36.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1628">#1628</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.21.0">Android 9.21.0</a></li> </ul> </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.12.3</h2> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.41.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1652">#1652</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.22.1">Android 9.22.1</a></li> </ul> </li> </ul> <h3>🔄 Other Changes</h3> <ul> <li>Enable pod update retry for bump-phc branches (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1629">#1629</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> <li>Bump fastlane-plugin-revenuecat_internal to ea6276c (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1649">#1649</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> <li>Enable auto-merge for automatic PHC bump PRs (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1644">#1644</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> <li>Add .claude/ to .gitignore and guardrails to AGENTS.md (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1645">#1645</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> </ul> <h2>9.12.2</h2> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.41.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1643">#1643</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.22.0">Android 9.22.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.59.2">iOS 5.59.2</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.59.1">iOS 5.59.1</a></li> </ul> </li> </ul> <h2>RevenueCatUI SDK</h2> <h3>🐞 Bugfixes</h3> <ul> <li>Fix custom variables not working on Android paywalls (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1647">#1647</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> </ul> <h3>🔄 Other Changes</h3> <ul> <li>Bump nokogiri from 1.19.0 to 1.19.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1642">#1642</a>) via dependabot[bot] (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> </ul> <h2>9.12.1</h2> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.39.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1637">#1637</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>) <ul> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.59.0">iOS 5.59.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.58.1">iOS 5.58.1</a></li> </ul> </li> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.37.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1634">#1634</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>) <ul> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.59.0">iOS 5.59.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.58.1">iOS 5.58.1</a></li> </ul> </li> </ul> <h3>🔄 Other Changes</h3> <ul> <li>Add auto-merge workflow for PHC dependency updates (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1638">#1638</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> <li>Bump Ruby to 3.2.0 for CI danger job (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1636">#1636</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> <li>Add CLAUDE.md and AGENTS.md for AI assistant guidance (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1632">#1632</a>) via Facundo Menzella (<a href="https://github.com/facumenzella"><code>@​facumenzella</code></a>)</li> <li>Bump fastlane-plugin-revenuecat_internal from <code>e6454e3</code> to <code>afc9219</code> (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1635">#1635</a>) via dependabot[bot] (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> </ul> <h2>9.12.0</h2> <h2>RevenueCat SDK</h2> <h3>✨ New Features</h3> <ul> <li>[SDK-4250] Add webCheckoutUrl to Offering and Package models (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1622">#1622</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</li> </ul> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.36.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1628">#1628</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.21.0">Android 9.21.0</a></li> </ul> </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/cd287027500d731522a0c502e1d78120a9b78f3a"><code>cd28702</code></a> Update VERSIONS.md</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/72f8c53aa2d97f2a2069b8af12e1bcb2aae8afc2"><code>72f8c53</code></a> Version bump for 9.12.3</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/b28c29d199f47eb4aa74b6bdbf771913fc34a4a4"><code>b28c29d</code></a> Enable pod update retry for bump-phc branches (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1629">#1629</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/24a09d1b8084f3081b5dc9986886e287c236aa6c"><code>24a09d1</code></a> [AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.41.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1652">#1652</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/70fbaaecb9a9e593dd2634e9b4c3318936027377"><code>70fbaae</code></a> Bump fastlane-plugin-revenuecat_internal to ea6276c (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1649">#1649</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/4474f9b24bdfb1b2ebb5ac53c0cc0e55a010cd03"><code>4474f9b</code></a> Enable auto-merge for automatic PHC bump PRs (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1644">#1644</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/42394b17f5f60f9bfe88e82f08ab3135bfd72570"><code>42394b1</code></a> [AUTOMATIC] Release/9.12.2 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1648">#1648</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/ee026099a24c009aa0209e1e4a3b42cb72df8dad"><code>ee02609</code></a> Add .claude/ to .gitignore and guardrails to AGENTS.md (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1645">#1645</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/6b09d9df1bbffc0f66f1c25a2807d7b8e5d61d27"><code>6b09d9d</code></a> Fix custom variables not working on Android paywalls (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1647">#1647</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/752bfda6c2eada97a2f2c6f8dceac1bd4278f6fd"><code>752bfda</code></a> [AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.41.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1643">#1643</a>)</li> <li>Additional commits viewable in <a href="https://github.com/RevenueCat/purchases-flutter/compare/9.1.0...9.12.3">compare view</a></li> </ul> </details> <br /> Updates `shared_preferences` from 2.5.3 to 2.5.4 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/338ecd3864b89c367e58a2bfd69c3767531ecbe4"><code>338ecd3</code></a> [shared_preferences_tool] Update dependencies and fix deprecation (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/10560">#10560</a>)</li> <li><a href="https://github.com/flutter/packages/commit/33a9a810b5a20978c1c4b9a6c469f5a792d86c7a"><code>33a9a81</code></a> [dependabot]: Bump the test-dependencies group across 2 directories with 1 up...</li> <li><a href="https://github.com/flutter/packages/commit/2d9ddab197bff6385077f329a9c6c9dca699fb63"><code>2d9ddab</code></a> [dependabot]: Bump the kotlin-gradle-plugin group across 7 directories with 1...</li> <li><a href="https://github.com/flutter/packages/commit/8168d9c856a1787770b15f34a0d34939ce2058a1"><code>8168d9c</code></a> [various] Update READMEs to reflect current OS support (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/10470">#10470</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/packages/shared_preferences/issues/10511">#10511</a>)</li> <li><a href="https://github.com/flutter/packages/commit/061eedcada60bb9cac0308529e6aba12fbae4c32"><code>061eedc</code></a> [dependabot]: Bump the gradle-plugin group across 19 directories with 1 updat...</li> <li><a href="https://github.com/flutter/packages/commit/41df27d8b207673bd7896be8af584dd64e621afe"><code>41df27d</code></a> [dependabot]: Bump the test-dependencies group across 10 directories with 3 u...</li> <li><a href="https://github.com/flutter/packages/commit/18b9cc5f2b0820cb6164f0150958ba76db75c61a"><code>18b9cc5</code></a> [various] Update all packages to Pigeon 26 (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/10450">#10450</a>)</li> <li><a href="https://github.com/flutter/packages/commit/ae2037717d0059776dbca37b375e0b01226bd11d"><code>ae20377</code></a> Update repo for 3.38 (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/10405">#10405</a>)</li> <li><a href="https://github.com/flutter/packages/commit/2f256934c0f0d3c3466be498b0baaf55acf3c99b"><code>2f25693</code></a> [shared_preferences] Remove use of Pigeon's Dart test generator (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/10325">#10325</a>)</li> <li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/shared_preferences-v2.5.4/packages/shared_preferences">compare view</a></li> </ul> </details> <br /> Updates `supabase_flutter` from 2.9.1 to 2.12.0 <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.12.0</code></h4> <ul> <li><strong>FEAT</strong>(postgrest): add missing PostgREST v12 operators (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1273">#1273</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/f627026038344d6f2fdaa8ff8f7e0c968a8dad1b">f6270260</a>)</li> <li><strong>DOCS</strong>: update signInWithIdToken provider documentation (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1264">#1264</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/b10d0c88171d9d257694743d1ad24b7b6a1c190f">b10d0c88</a>)</li> </ul> <h2>2025-10-16</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/#gotrue---v2170"><code>gotrue</code> - <code>v2.17.0</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#supabase_flutter---v2110"><code>supabase_flutter</code> - <code>v2.11.0</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#supabase---v2101"><code>supabase</code> - <code>v2.10.1</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.10.1</code></li> </ul> <hr /> <h4><code>gotrue</code> - <code>v2.17.0</code></h4> <ul> <li><strong>FEAT</strong>(gotrue): introduce getClaims method to verify and extract JWT claims (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1246">#1246</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/615d687f012040c89df1f7349ba59fe4026969ff">615d687f</a>)</li> </ul> <h4><code>supabase_flutter</code> - <code>v2.11.0</code></h4> <ul> <li><strong>FEAT</strong>(gotrue): introduce getClaims method to verify and extract JWT claims (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1246">#1246</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/615d687f012040c89df1f7349ba59fe4026969ff">615d687f</a>)</li> </ul> <h2>2025-10-08</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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/supabase/supabase-flutter/commit/fcb6dff04a6c18769ed61f01b08b232fd57b3f3c"><code>fcb6dff</code></a> chore(release): publish packages</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/f627026038344d6f2fdaa8ff8f7e0c968a8dad1b"><code>f627026</code></a> feat(postgrest): add missing PostgREST v12 operators (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1273">#1273</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/cd4d6da2628194625764a7bdb664511a260b3273"><code>cd4d6da</code></a> chore(style): remove trailing_commas lint rule (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1270">#1270</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/8237ca578efbd69f154bb29176aecc7bd841bb91"><code>8237ca5</code></a> feat(realtime): add explicit REST API call method for broadcast messages (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1253">#1253</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/b10d0c88171d9d257694743d1ad24b7b6a1c190f"><code>b10d0c8</code></a> docs: update signInWithIdToken provider documentation (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1264">#1264</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/36d73343e8adf68a0b141dc62ad369488ed4f9e6"><code>36d7334</code></a> feat(oauth): add updateClient method to admin OAuth API (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1262">#1262</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/1d142c129c2574f3b1cd39d2d3c118031acaa631"><code>1d142c1</code></a> fix(gotrue): allow refreshSession with refreshToken when no current session e...</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/6fe5f17d210877e4065b846f80a6b29b36fea719"><code>6fe5f17</code></a> chore(release): publish packages (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1256">#1256</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/615d687f012040c89df1f7349ba59fe4026969ff"><code>615d687</code></a> feat(gotrue): introduce getClaims method to verify and extract JWT claims (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1">#1</a>...</li> <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>Additional commits viewable in <a href="https://github.com/supabase/supabase-flutter/commits/supabase_flutter-v2.12.0/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-03-22 12:54:13 -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#585