[PR #255] [CLOSED] Bump the pub group across 1 directory with 16 updates #245

Closed
opened 2025-10-31 17:00:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 5bbece8 Bump the pub group across 1 directory with 16 updates

📊 Changes

2 files changed (+99 additions, -139 deletions)

View changed files

📝 app/pubspec.lock (+84 -124)
📝 app/pubspec.yaml (+15 -15)

📄 Description

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

Package From To
flutter_markdown 0.7.6 0.7.7
flutter_native_splash 2.4.5 2.4.6
html 0.15.5 0.15.6
just_audio 0.9.46 0.10.1
just_audio_background 0.0.1-beta.15 0.0.1-beta.16
just_audio_media_kit 2.0.6 2.1.0
media_kit_libs_video 1.0.5 1.0.6
media_kit_video 1.2.5 1.3.0
msix 3.16.8 3.16.9
provider 6.1.2 6.1.5
purchases_flutter 8.6.1 8.7.5
shared_preferences 2.5.2 2.5.3
sign_in_with_apple 6.1.4 7.0.1
supabase_flutter 2.8.4 2.9.0
youtube_explode_dart 2.3.10 2.4.0

Updates flutter_markdown from 0.7.6 to 0.7.7

Commits
  • bba066f [flutter_markdown] Added sizedImageBuilder to Markdown widget (#6739)
  • 799a590 [google_maps_flutter] Skip impl copy of iOS tests (#8975)
  • 0ef3d44 [google_maps_flutter] Skip more hanging iOS tests (#8967)
  • 1063222 [url_launcher] When not fully loaded, clicking close causes the callback to n...
  • f1b1eb5 [camera_avfoundation] Test utils and mocks swift migration - part 2 (#8892)
  • be0e0e2 [webview_flutter] Skip flaky legacy tests on iOS (#8911)
  • c976917 [camera_android] Don't override default fps range when not recording (#8891)
  • 01f9771 [google_maps_flutter] Fix typo and remove duplicitous CHANGELOG entry (#8754)
  • 6b3eff6 [extension_gsi] Support the latest version of googleapis_auth (#8931)
  • 085a2ff [dependabot]: Bump com.android.tools.build:gradle from 8.0.0 to 8.9.1 in /pac...
  • Additional commits viewable in compare view

Updates flutter_native_splash from 2.4.5 to 2.4.6

Release notes

Sourced from flutter_native_splash's releases.

v2.4.6

Changelog

Sourced from flutter_native_splash's changelog.

[2.4.6] - (2025-Apr-06)

Commits
  • 8c65117 Ensure compatibility with Java 21. Thanks Fichtelcoder for PR #759. Sets Andr...
  • 9e08acf Ensure compatibility with Java 21. (#759)
  • See full diff in compare view

Updates html from 0.15.5 to 0.15.6

Release notes

Sourced from html's releases.

package:html v0.15.6

  • Performance improvements.
  • No longer generate any error spans if generateSpans is false.
  • Fixed a TypeError in nth-child with non numeric value (e.g. nth-child(even))
Commits
  • 11f4cf7 [html] Various performance optimizations (#2019)
  • 98d4e4d [html] fix TypeError in nth-child query selector (#2015)
  • 11a7719 allow custom ID generators in Clients, and support String ids (#2077)
  • 93276f5 Support newInstanceNamed with empty name (#1194)
  • 4a28415 [package:code_builder] Remove transitive dependency on package:macros (#2073)
  • 2bb6eba Simplifies the format for client IDs. (#2072)
  • 77e4177 [coverage] Prepare to publish (#2070)
  • e7168ae [coverage] Finish collection as soon as main isolate exits (#2069)
  • d74f9e1 [UA] Add a Flutter event for plugins injected into an iOS/macOS project. (#2062)
  • f34228f [graphs] fix readme CI badge (#2068)
  • Additional commits viewable in compare view

Updates just_audio from 0.9.46 to 0.10.1

Commits
  • fbd38bf Merge branch 'fix/async_load' into minor
  • 4b102c7 Downgrade synchronized to support older flutter/dart SDKs.
  • ded5589 Improve position accuracy over Bluetooth on Android.
  • 1b21060 Synchronize playlist API calls. Improve load interruption logic.
  • 2892bca Merge branch 'fix/unhandled_exception' into minor
  • e1c1587 Fix unhandled PlayerInterruptedException.
  • 65c1429 Merge branch 'major' into minor
  • 05f5956 Merge branch 'feature/playlist' into major
  • 0574fa2 Fix error when running under flutter test.
  • 3fb8db0 Relax audio_session constraint on just_audio_background.
  • Additional commits viewable in compare view

Updates just_audio_background from 0.0.1-beta.15 to 0.0.1-beta.16

Commits
  • 3fb8db0 Relax audio_session constraint on just_audio_background.
  • 3cd2d70 Update example to use latest just_audio_media_kit.
  • f725875 Merge branch 'hpoul-patch-1' into feature/playlist
  • 41188f7 Merge branch 'patch-1' of github.com:hpoul/just_audio into hpoul-patch-1
  • 3434a4c Allow audio_session 0.2.0
  • 8629f65 Update background to audio_session 0.2.0
  • 5762739 Bump audio_session dep to 0.2.0.
  • 6d198e0 Update example to use just_audio_media_kit
  • dce3b52 Bump version to 4.5.0 for just_audio_platform_interface.
  • b6671f4 Add .cxx to .gitignore
  • Additional commits viewable in compare view

Updates just_audio_media_kit from 2.0.6 to 2.1.0

Changelog

Sourced from just_audio_media_kit's changelog.

2.1.0

  • Implement just_audio_platform_interface 4.5.0 and fix media playing when it's not supposed to (#23, thanks @​ryanheise)
  • Fix setProperty not available for web causing unable to compile to a web target (#15)
  • Bump up media-kit to v1.2.0
Commits
  • f55b491 chore: publish v2.1.0
  • e4619be chore: example app
  • 4652df8 fix: issues causing playback to resume when it's not supposed to
  • eff106e fix: build error when targeting web (#15)
  • 92ee85e Merge pull request #23 from ryanheise/error_state
  • c835b44 Remove _playable variable.
  • 61fb97e Implement just_audio_platform_interface 4.5.0
  • See full diff in compare view

Updates media_kit from 1.1.11 to 1.2.0

Release notes

Sourced from media_kit's releases.

media_kit_libs_android_audio-v1.2.0

  • build: bump dependencies
  • perf: reduce bundle size

media_kit_libs_android_video-v1.2.0

  • build: bump dependencies
  • perf: reduce bundle size

media_kit_video-v1.2.0

  • fix: MaterialVideoControls layout
Changelog

Sourced from media_kit's changelog.

media_kit - v1.2.0

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

media_kit_libs_android_audio - v1.3.7

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

media_kit_libs_android_video - v1.3.7

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

... (truncated)

Commits

Updates media_kit_libs_video from 1.0.5 to 1.0.6

Release notes

Sourced from media_kit_libs_video's releases.

media_kit_libs_android_audio-v1.0.6

  • build: bump dependencies

media_kit_libs_android_video-v1.0.6

  • build: bump dependencies

media_kit_native_event_loop-v1.0.6

  • fix(windows): possible crash on hot-restart

media_kit_libs_macos_audio-v1.0.6

  • build: bump libs version

media_kit_libs_macos_video-v1.0.6

  • build: bump libs version

media_kit_libs_windows_audio-v1.0.6

media_kit_libs_windows_video-v1.0.6

Changelog

Sourced from media_kit_libs_video's changelog.

video_player_media_kit - v1.0.6

  • FIX: add null checks for uri and textureId in MediaKitVideoPlayer.
  • FIX: video_player black screen.
Commits

Updates media_kit_video from 1.2.5 to 1.3.0

Changelog

Sourced from media_kit_video's changelog.

media_kit_video - v1.3.0

  • REFACTOR: screen_brightness -> screen_brightness_platform_interface.
  • REFACTOR(android): simplify AndroidVideoController implementation.
  • REFACTOR(android): VideoOutput SurfaceTextureEntry -> SurfaceProducer migration.
  • REFACTOR: use setProperty API in NativeVideoController.
  • FIX: improve responsiveness of showing controls on mobile.
  • FIX: bump web to 1.1.0.
  • FIX: cast to JSObject.
  • FIX: not call super.didChangeAppLifecycleState(state);.
  • FIX: not call super.didChangeAppLifecycleState(state);.
  • FIX: wakelock print.
  • FIX: subtitles not shifting on controls show/hide.
  • FIX: set width/height from VideoParams in NativeVideoController.
  • FIX: seek inside onPointerMove.
  • FIX(windows): automatic IDXGIAdapter selection on windows 10 or greater.
  • FIX(android): waitUntilFirstFrameRenderedCompleter.
  • FIX(android): --hwdec=auto-safe as default.
  • FIX: dispose ValueNotifier(s) in PlatformVideoController.
  • FIX: fullscreen.
  • FIX: long press video speed reset issue.
  • FIX: wrong value in brightness builder callback.
  • FIX: Use a Scaffold as the outermost widget on fullscreen video pages.
  • FEAT: upgrade volume_controller dependency and refactor related code.
  • FEAT: seek on double tap custom duration support.

video_player_media_kit - v1.0.6

  • FIX: add null checks for uri and textureId in MediaKitVideoPlayer.
  • FIX: video_player black screen.
Commits

Updates msix from 3.16.8 to 3.16.9

Changelog

Sourced from msix's changelog.

3.16.9

Commits

Updates provider from 6.1.2 to 6.1.5

Commits

Updates purchases_flutter from 8.6.1 to 8.7.5

Release notes

Sourced from purchases_flutter's releases.

8.7.5

RevenueCat SDK

📦 Dependency Updates

🔄 Other Changes

  • Bump min supported versions and add tests for min SDK compatibility (#1328) via Toni Rico (@​tonidero)

8.7.4

RevenueCat SDK

🐞 Bugfixes

🔄 Other Changes

8.7.3

RevenueCat SDK

📦 Dependency Updates

🔄 Other Changes

8.7.2

RevenueCat SDK

📦 Dependency Updates

8.7.1

RevenueCat SDK

🐞 Bugfixes

📦 Dependency Updates

... (truncated)

Changelog

Sourced from purchases_flutter's changelog.

8.7.5

RevenueCat SDK

📦 Dependency Updates

🔄 Other Changes

  • Bump min supported versions and add tests for min SDK compatibility (#1328) via Toni Rico (@​tonidero)

8.7.4

RevenueCat SDK

🐞 Bugfixes

🔄 Other Changes

8.7.3

RevenueCat SDK

📦 Dependency Updates

🔄 Other Changes

8.7.2

RevenueCat SDK

📦 Dependency Updates

8.7.1

RevenueCat SDK

🐞 Bugfixes

📦 Dependency Updates

... (truncated)

Commits

Updates shared_preferences from 2.5.2 to 2.5.3

Commits
  • 064b0b2 [shared_preferences] Fix a late initialized error with the example app (#8540)
  • bfad6b9 [various] Updates packages to use flutter.compileSdkVersion (#8734)
  • 3e55269 [shared_preferences_android] dependabot takeover datastore (#8784)
  • 5501c5e [various] Remove plugin-level integration_test dependencies (#8711)
  • da5e46d [various] Update Pigeon for task queue changes (#8654)
  • cb4fb13 [shared_preferences] Fix JSON parsing issue with _decodeValue (#8211)
  • 05a65b4 [dependabot]: Bump the gradle-plugin group across 4 directories with 1 update...
  • See full diff in compare view

Updates sign_in_with_apple from 6.1.4 to 7.0.1

Commits

Updates supabase_flutter from 2.8.4 to 2.9.0

Changelog

Sourced from supabase_flutter's changelog.

supabase_flutter - v2.9.0

  • FIX: Dispose supabase client after flutter web hot-restart (#1142). (ce582e3e)
  • FEAT(gotrue,supabase,supabase_flutter,realtime_client): Use web package to access web APIs (#1135). (dfa71c9a)

yet_another_json_isolate - v2.1.0

  • FEAT: Add debugName parameter to YAJsonIsolate. (#1118). (23ffc0e9)

2025-02-24

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


functions_client - v2.4.1

realtime_client - v2.4.2

  • FIX(realtime): Lower heartbeat interval to 25s (#1119). (f58ed2ce)

storage_client - v2.3.1

supabase - v2.6.3

  • FIX: Allow null to be returned from accessToken function when the user is not signed in (#1099). (d04d9e63)
  • DOCS: Fix typos (#1108). (46b483f8)
Commits
  • 4a3212a chore(release): publish packages
  • 4d3f4bf feat(storage_client): Custom-metadata, exists, info methods (#1023)
  • ce582e3 fix: Dispose supabase client after flutter web hot-restart (#1142)
  • 42fdc91 fix(gotrue): AuthException .toString method (#1148)
  • 591bb82 fix(gotrue): Handle empty error response (#1143)
  • 6a86752 test: Run test for supabase_flutter on web as well (#1140)
  • 1692299 chore: Test empty local storage (#1123)
  • dfa71c9 feat(gotrue, supabase, supabase_flutter, realtime_client): Use web package to...
  • 79edb81 fix: FunctionException implements Exception (#1134)
  • 23ffc0e feat: Add debugName parameter to YAJsonIsolate. (#1118)
  • Additional commits viewable in compare view

Updates youtube_explode_dart from 2.3.10 to 2.4.0

Changelog

Sourced from youtube_explode_dart's changelog.

2.4.0

Commits

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/255 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/1/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pub/app/pub-6764154943` --- ### 📝 Commits (1) - [`5bbece8`](https://github.com/feeddeck/feeddeck/commit/5bbece8ecd1ddee3f17f6b6816fafb982893231f) Bump the pub group across 1 directory with 16 updates ### 📊 Changes **2 files changed** (+99 additions, -139 deletions) <details> <summary>View changed files</summary> 📝 `app/pubspec.lock` (+84 -124) 📝 `app/pubspec.yaml` (+15 -15) </details> ### 📄 Description Bumps the pub group with 15 updates in the /app directory: | Package | From | To | | --- | --- | --- | | [flutter_markdown](https://github.com/flutter/packages/tree/main/packages) | `0.7.6` | `0.7.7` | | [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash) | `2.4.5` | `2.4.6` | | [html](https://github.com/dart-lang/tools/tree/main/pkgs) | `0.15.5` | `0.15.6` | | [just_audio](https://github.com/ryanheise/just_audio) | `0.9.46` | `0.10.1` | | [just_audio_background](https://github.com/ryanheise/just_audio) | `0.0.1-beta.15` | `0.0.1-beta.16` | | [just_audio_media_kit](https://github.com/Pato05/just_audio_media_kit) | `2.0.6` | `2.1.0` | | [media_kit_libs_video](https://github.com/media-kit/media-kit) | `1.0.5` | `1.0.6` | | [media_kit_video](https://github.com/media-kit/media-kit) | `1.2.5` | `1.3.0` | | [msix](https://github.com/YehudaKremer/msix) | `3.16.8` | `3.16.9` | | [provider](https://github.com/rrousselGit/provider) | `6.1.2` | `6.1.5` | | [purchases_flutter](https://github.com/RevenueCat/purchases-flutter) | `8.6.1` | `8.7.5` | | [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) | `2.5.2` | `2.5.3` | | [sign_in_with_apple](https://github.com/aboutyou/dart_packages) | `6.1.4` | `7.0.1` | | [supabase_flutter](https://github.com/supabase/supabase-flutter/tree/main/packages) | `2.8.4` | `2.9.0` | | [youtube_explode_dart](https://github.com/Hexer10/youtube_explode_dart) | `2.3.10` | `2.4.0` | Updates `flutter_markdown` from 0.7.6 to 0.7.7 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/bba066f89dd45ba7f47ca1a20d5b933726be74f6"><code>bba066f</code></a> [flutter_markdown] Added sizedImageBuilder to Markdown widget (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6739">#6739</a>)</li> <li><a href="https://github.com/flutter/packages/commit/799a5908904cb9e74e51de26f6b8e77392da3b82"><code>799a590</code></a> [google_maps_flutter] Skip impl copy of iOS tests (<a href="https://github.com/flutter/packages/tree/main/packages/issues/8975">#8975</a>)</li> <li><a href="https://github.com/flutter/packages/commit/0ef3d446fd447371b742e22c9b38f268669911d7"><code>0ef3d44</code></a> [google_maps_flutter] Skip more hanging iOS tests (<a href="https://github.com/flutter/packages/tree/main/packages/issues/8967">#8967</a>)</li> <li><a href="https://github.com/flutter/packages/commit/10632222207e9aa068e03612b88c336da82cc3e1"><code>1063222</code></a> [url_launcher] When not fully loaded, clicking close causes the callback to n...</li> <li><a href="https://github.com/flutter/packages/commit/f1b1eb5696b4198b8cf861546c9b4cae4f213ed2"><code>f1b1eb5</code></a> [camera_avfoundation] Test utils and mocks swift migration - part 2 (<a href="https://github.com/flutter/packages/tree/main/packages/issues/8892">#8892</a>)</li> <li><a href="https://github.com/flutter/packages/commit/be0e0e2b92d5acd1f9ecf968c2623c69678db942"><code>be0e0e2</code></a> [webview_flutter] Skip flaky legacy tests on iOS (<a href="https://github.com/flutter/packages/tree/main/packages/issues/8911">#8911</a>)</li> <li><a href="https://github.com/flutter/packages/commit/c97691715ffb76de778e538985a80ef04c188271"><code>c976917</code></a> [camera_android] Don't override default fps range when not recording (<a href="https://github.com/flutter/packages/tree/main/packages/issues/8891">#8891</a>)</li> <li><a href="https://github.com/flutter/packages/commit/01f9771560557c3baa18518612ffa08c1f7e4a5d"><code>01f9771</code></a> [google_maps_flutter] Fix typo and remove duplicitous CHANGELOG entry (<a href="https://github.com/flutter/packages/tree/main/packages/issues/8754">#8754</a>)</li> <li><a href="https://github.com/flutter/packages/commit/6b3eff672f5ecc690d8760e478d5d83b5e9712b4"><code>6b3eff6</code></a> [extension_gsi] Support the latest version of googleapis_auth (<a href="https://github.com/flutter/packages/tree/main/packages/issues/8931">#8931</a>)</li> <li><a href="https://github.com/flutter/packages/commit/085a2fff017b7467e60c9991b9f856045b76a06d"><code>085a2ff</code></a> [dependabot]: Bump com.android.tools.build:gradle from 8.0.0 to 8.9.1 in /pac...</li> <li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/flutter_markdown-v0.7.7/packages">compare view</a></li> </ul> </details> <br /> Updates `flutter_native_splash` from 2.4.5 to 2.4.6 <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.6</h2> <ul> <li>Ensure compatibility with Java 21. Thanks <a href="https://github.com/FrankenApps">Fichtelcoder</a> for [PR <a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/759">#759</a>](<a href="https://redirect.github.com/jonbhanson/flutter_native_splash/pull/759">jonbhanson/flutter_native_splash#759</a>).</li> <li>Sets Android namespace. Fixes <a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/755">#755</a>.</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.6] - (2025-Apr-06)</h2> <ul> <li>Ensure compatibility with Java 21. Thanks <a href="https://github.com/FrankenApps">Fichtelcoder</a> for [PR <a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/759">#759</a>](<a href="https://redirect.github.com/jonbhanson/flutter_native_splash/pull/759">jonbhanson/flutter_native_splash#759</a>).</li> <li>Sets Android namespace. Fixes <a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/755">#755</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jonbhanson/flutter_native_splash/commit/8c65117f0a4adc04f93deeb595a699a0d6dac559"><code>8c65117</code></a> Ensure compatibility with Java 21. Thanks Fichtelcoder for PR <a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/759">#759</a>. Sets Andr...</li> <li><a href="https://github.com/jonbhanson/flutter_native_splash/commit/9e08acfdd42deec23699bebfdbd00862051e7e7f"><code>9e08acf</code></a> Ensure compatibility with Java 21. (<a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/759">#759</a>)</li> <li>See full diff in <a href="https://github.com/jonbhanson/flutter_native_splash/compare/v2.4.5...v2.4.6">compare view</a></li> </ul> </details> <br /> Updates `html` from 0.15.5 to 0.15.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/tools/releases">html's releases</a>.</em></p> <blockquote> <h2>package:html v0.15.6</h2> <ul> <li>Performance improvements.</li> <li>No longer generate any error spans if generateSpans is false.</li> <li>Fixed a TypeError in nth-child with non numeric value (e.g. <code>nth-child(even)</code>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/tools/commit/11f4cf7ee79632be370062dad67b7dd81bc28d55"><code>11f4cf7</code></a> [html] Various performance optimizations (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2019">#2019</a>)</li> <li><a href="https://github.com/dart-lang/tools/commit/98d4e4d912ca10a52fdc95c4645d1b8da480e39f"><code>98d4e4d</code></a> [html] fix TypeError in nth-child query selector (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2015">#2015</a>)</li> <li><a href="https://github.com/dart-lang/tools/commit/11a7719ffc6573b62d164a3188b8c2131b6ef6c3"><code>11a7719</code></a> allow custom ID generators in Clients, and support String ids (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2077">#2077</a>)</li> <li><a href="https://github.com/dart-lang/tools/commit/93276f5bf6d8792d9051d444445fd5fd8adc3d38"><code>93276f5</code></a> Support newInstanceNamed with empty name (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/1194">#1194</a>)</li> <li><a href="https://github.com/dart-lang/tools/commit/4a284152c263a5d3429d5ab6acfdb70eca2ebcfb"><code>4a28415</code></a> [package:code_builder] Remove transitive dependency on package:macros (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2073">#2073</a>)</li> <li><a href="https://github.com/dart-lang/tools/commit/2bb6eba71fd12637fa30719c4fce37b2053a294e"><code>2bb6eba</code></a> Simplifies the format for client IDs. (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2072">#2072</a>)</li> <li><a href="https://github.com/dart-lang/tools/commit/77e41774f92bf18452f117001d03dc42413ef5df"><code>77e4177</code></a> [coverage] Prepare to publish (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2070">#2070</a>)</li> <li><a href="https://github.com/dart-lang/tools/commit/e7168ae1121f2a4b95385dd7c407776bc78007e6"><code>e7168ae</code></a> [coverage] Finish collection as soon as main isolate exits (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2069">#2069</a>)</li> <li><a href="https://github.com/dart-lang/tools/commit/d74f9e13dc02736f12ae57d5984c57024113cf5a"><code>d74f9e1</code></a> [UA] Add a Flutter event for plugins injected into an iOS/macOS project. (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2062">#2062</a>)</li> <li><a href="https://github.com/dart-lang/tools/commit/f34228f868f35c3dcbaaecb1fe37797e778c5865"><code>f34228f</code></a> [graphs] fix readme CI badge (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2068">#2068</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dart-lang/tools/commits/html-v0.15.6/pkgs">compare view</a></li> </ul> </details> <br /> Updates `just_audio` from 0.9.46 to 0.10.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ryanheise/just_audio/commit/fbd38bf9892ed851c6c02a045893f409f1958e5b"><code>fbd38bf</code></a> Merge branch 'fix/async_load' into minor</li> <li><a href="https://github.com/ryanheise/just_audio/commit/4b102c756a0bc2aac7f029264131bb139ff2805a"><code>4b102c7</code></a> Downgrade synchronized to support older flutter/dart SDKs.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/ded5589d4107e68607f34d455106498d07b040de"><code>ded5589</code></a> Improve position accuracy over Bluetooth on Android.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/1b210605341b55064a1ced3c5f91396bf0b8b3f9"><code>1b21060</code></a> Synchronize playlist API calls. Improve load interruption logic.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/2892bca0287e740fc70915edfb2e467fb31dd98a"><code>2892bca</code></a> Merge branch 'fix/unhandled_exception' into minor</li> <li><a href="https://github.com/ryanheise/just_audio/commit/e1c1587dbe761f504f25ab5c6786529ea079c163"><code>e1c1587</code></a> Fix unhandled PlayerInterruptedException.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/65c1429630d0876ad7b1b0811e185ea48ef13676"><code>65c1429</code></a> Merge branch 'major' into minor</li> <li><a href="https://github.com/ryanheise/just_audio/commit/05f5956b4cbbfa44cf6acf15c8950d0a6351882c"><code>05f5956</code></a> Merge branch 'feature/playlist' into major</li> <li><a href="https://github.com/ryanheise/just_audio/commit/0574fa26cb72d553efbf3acedd31696811b0b3c5"><code>0574fa2</code></a> Fix error when running under flutter test.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/3fb8db01091c71067c65b2e9e42a661fe946a7c1"><code>3fb8db0</code></a> Relax audio_session constraint on just_audio_background.</li> <li>Additional commits viewable in <a href="https://github.com/ryanheise/just_audio/compare/just_audio-v0.9.46...just_audio-v0.10.1">compare view</a></li> </ul> </details> <br /> Updates `just_audio_background` from 0.0.1-beta.15 to 0.0.1-beta.16 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ryanheise/just_audio/commit/3fb8db01091c71067c65b2e9e42a661fe946a7c1"><code>3fb8db0</code></a> Relax audio_session constraint on just_audio_background.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/3cd2d70875c38c2c8d558e7184459711f385408d"><code>3cd2d70</code></a> Update example to use latest just_audio_media_kit.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/f725875d56e9a1abc042a3e04b704f0b28293bb1"><code>f725875</code></a> Merge branch 'hpoul-patch-1' into feature/playlist</li> <li><a href="https://github.com/ryanheise/just_audio/commit/41188f72e3cab1192e6df10a84cb479910136970"><code>41188f7</code></a> Merge branch 'patch-1' of github.com:hpoul/just_audio into hpoul-patch-1</li> <li><a href="https://github.com/ryanheise/just_audio/commit/3434a4c05a89bbe809e2e19900ad552a08c7417e"><code>3434a4c</code></a> Allow audio_session 0.2.0</li> <li><a href="https://github.com/ryanheise/just_audio/commit/8629f65b26af7b3bd8f45a6746809d609501bf11"><code>8629f65</code></a> Update background to audio_session 0.2.0</li> <li><a href="https://github.com/ryanheise/just_audio/commit/576273998108b94e3888ed7d5cb0cbb97a027a83"><code>5762739</code></a> Bump audio_session dep to 0.2.0.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/6d198e037be0b736060040fdd7e7a145ab9dec90"><code>6d198e0</code></a> Update example to use just_audio_media_kit</li> <li><a href="https://github.com/ryanheise/just_audio/commit/dce3b5212d0ed3977bc0c1c5000e069f4a26b701"><code>dce3b52</code></a> Bump version to 4.5.0 for just_audio_platform_interface.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/b6671f495d32e4f491405c228d0f35429a55e537"><code>b6671f4</code></a> Add .cxx to .gitignore</li> <li>Additional commits viewable in <a href="https://github.com/ryanheise/just_audio/compare/just_audio_background-v0.0.1-beta.15...just_audio_background-v0.0.1-beta.16">compare view</a></li> </ul> </details> <br /> Updates `just_audio_media_kit` from 2.0.6 to 2.1.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Pato05/just_audio_media_kit/blob/main/CHANGELOG.md">just_audio_media_kit's changelog</a>.</em></p> <blockquote> <h2>2.1.0</h2> <ul> <li>Implement just_audio_platform_interface 4.5.0 and fix media playing when it's not supposed to (<a href="https://redirect.github.com/Pato05/just_audio_media_kit/pull/23">#23</a>, thanks <a href="https://github.com/ryanheise"><code>@​ryanheise</code></a>)</li> <li>Fix <code>setProperty</code> not available for web causing unable to compile to a web target (<a href="https://redirect.github.com/Pato05/just_audio_media_kit/issues/15">#15</a>)</li> <li>Bump up media-kit to v1.2.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/f55b491082b7c4071b2cc102b7e0308a9f9c7111"><code>f55b491</code></a> chore: publish v2.1.0</li> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/e4619bed75b269f80591cbf4cac779e8d2137ea8"><code>e4619be</code></a> chore: example app</li> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/4652df8a77969ddab09f1970dee912678289e421"><code>4652df8</code></a> fix: issues causing playback to resume when it's not supposed to</li> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/eff106e41ee75cd30b906d583a1e30880732f7f8"><code>eff106e</code></a> fix: build error when targeting web (<a href="https://redirect.github.com/Pato05/just_audio_media_kit/issues/15">#15</a>)</li> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/92ee85e5d4880fb68789673332eb6497da220421"><code>92ee85e</code></a> Merge pull request <a href="https://redirect.github.com/Pato05/just_audio_media_kit/issues/23">#23</a> from ryanheise/error_state</li> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/c835b44241c4aec3c3c54215c73a3f956c315f76"><code>c835b44</code></a> Remove _playable variable.</li> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/61fb97e968e02db624dce3f93acbb674dca83072"><code>61fb97e</code></a> Implement just_audio_platform_interface 4.5.0</li> <li>See full diff in <a href="https://github.com/Pato05/just_audio_media_kit/compare/v2.0.6...v2.1.0">compare view</a></li> </ul> </details> <br /> Updates `media_kit` from 1.1.11 to 1.2.0 <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_libs_android_audio-v1.2.0</h2> <ul> <li>build: bump dependencies</li> <li>perf: reduce bundle size</li> </ul> <h2>media_kit_libs_android_video-v1.2.0</h2> <ul> <li>build: bump dependencies</li> <li>perf: reduce bundle size</li> </ul> <h2>media_kit_video-v1.2.0</h2> <ul> <li>fix: <code>MaterialVideoControls</code> layout</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/media-kit/media-kit/blob/main/CHANGELOG.md">media_kit's changelog</a>.</em></p> <blockquote> <h4><code>media_kit</code> - <code>v1.2.0</code></h4> <ul> <li><strong>REFACTOR</strong>: InitializerNativeCallable &amp; InitializerIsolate.</li> <li><strong>REFACTOR</strong>: migrate NativePlayer Initializer to NativeCallable.</li> <li><strong>REFACTOR</strong>: hook NativeReferenceHolder.</li> <li><strong>REFACTOR</strong>: TempFile.</li> <li><strong>REFACTOR</strong>: remove InitializerNativeEventLoop.</li> <li><strong>PERF</strong>: observe playlist-playing-pos instead of playlist.</li> <li><strong>PERF</strong>: use loadlist in NativePlayer.open.</li> <li><strong>FIX</strong>: increase retry count for flaky player subtitle test.</li> <li><strong>FIX</strong>: bump web to 1.1.0.</li> <li><strong>FIX</strong>: comment out unsupported headers on web.</li> <li><strong>FIX</strong>: proper function signature.</li> <li><strong>FIX</strong>: pass http headers to hls.js.</li> <li><strong>FIX</strong>: emit position in stop.</li> <li><strong>FIX</strong>: NativePlayer.remove.</li> <li><strong>FIX</strong>: player.stream.playlist in add/remove.</li> <li><strong>FIX</strong>: player-open-playable-playlist-start-end.</li> <li><strong>FIX</strong>: playlist emit.</li> <li><strong>FIX</strong>: emit playlist from open.</li> <li><strong>FIX</strong>: add more formats to FallbackBitrateHandler.</li> <li><strong>FIX</strong>: delete temporary file in <code>NativePlayer</code>.</li> <li><strong>FIX</strong>: video_player black screen.</li> <li><strong>FIX</strong>: handle incorrect encoding in toDartString.</li> <li><strong>FIX</strong>: catch observe property callback exception.</li> <li><strong>FIX</strong>: NativeReferenceHolder on 32-bit systems.</li> <li><strong>FIX</strong>: do not reset audioParams &amp; audioBitrate in stop.</li> <li><strong>FIX</strong>: Initializer._callback.</li> <li><strong>FIX</strong>: supply callback to NativeReferenceHolder.</li> <li><strong>FIX</strong>(android): libass font support.</li> <li><strong>FEAT</strong>: PlayerConfiguration.async.</li> <li><strong>FEAT</strong>: NativeReferenceHolder.remove.</li> <li><strong>FEAT</strong>: NativeReferenceHolder.</li> <li><strong>FEAT</strong>: waitForInitialization.</li> <li><strong>FEAT</strong>: Add support for including libass subtitles in screenshots.</li> </ul> <h4><code>media_kit_libs_android_audio</code> - <code>v1.3.7</code></h4> <ul> <li><strong>FIX</strong>: undefined variable.</li> <li><strong>FIX</strong>: check if is found before md5.</li> <li><strong>FIX</strong>: md5 check.</li> <li><strong>FIX</strong>: md5Matches.</li> <li><strong>FIX</strong>: new gradle logic for downloading.</li> </ul> <h4><code>media_kit_libs_android_video</code> - <code>v1.3.7</code></h4> <ul> <li><strong>FIX</strong>: undefined variable.</li> <li><strong>FIX</strong>: check if is found before md5.</li> <li><strong>FIX</strong>: md5 check.</li> <li><strong>FIX</strong>: md5Matches.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/media-kit/media-kit/commits/media_kit_video-v1.2.0">compare view</a></li> </ul> </details> <br /> Updates `media_kit_libs_video` from 1.0.5 to 1.0.6 <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_libs_android_audio-v1.0.6</h2> <ul> <li>build: bump dependencies</li> </ul> <h2>media_kit_libs_android_video-v1.0.6</h2> <ul> <li>build: bump dependencies</li> </ul> <h2>media_kit_native_event_loop-v1.0.6</h2> <ul> <li>fix(windows): possible crash on hot-restart</li> </ul> <h2>media_kit_libs_macos_audio-v1.0.6</h2> <ul> <li>build: bump libs version</li> </ul> <h2>media_kit_libs_macos_video-v1.0.6</h2> <ul> <li>build: bump libs version</li> </ul> <h2>media_kit_libs_windows_audio-v1.0.6</h2> <ul> <li><a href="https://github.com/mpv-player/mpv/commit/140ec21c89d671d392877a7f3b91d67e7d7b9239">mpv-player/mpv@<code>140ec21</code></a></li> </ul> <h2>media_kit_libs_windows_video-v1.0.6</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> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/media-kit/media-kit/blob/main/CHANGELOG.md">media_kit_libs_video's changelog</a>.</em></p> <blockquote> <h4><code>video_player_media_kit</code> - <code>v1.0.6</code></h4> <ul> <li><strong>FIX</strong>: add null checks for uri and textureId in MediaKitVideoPlayer.</li> <li><strong>FIX</strong>: video_player black screen.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/media-kit/media-kit/compare/media_kit_libs_ios_audio-v1.0.5...media_kit_libs_macos_audio-v1.0.6">compare view</a></li> </ul> </details> <br /> Updates `media_kit_video` from 1.2.5 to 1.3.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/media-kit/media-kit/blob/main/CHANGELOG.md">media_kit_video's changelog</a>.</em></p> <blockquote> <h4><code>media_kit_video</code> - <code>v1.3.0</code></h4> <ul> <li><strong>REFACTOR</strong>: screen_brightness -&gt; screen_brightness_platform_interface.</li> <li><strong>REFACTOR</strong>(android): simplify AndroidVideoController implementation.</li> <li><strong>REFACTOR</strong>(android): VideoOutput SurfaceTextureEntry -&gt; SurfaceProducer migration.</li> <li><strong>REFACTOR</strong>: use setProperty API in NativeVideoController.</li> <li><strong>FIX</strong>: improve responsiveness of showing controls on mobile.</li> <li><strong>FIX</strong>: bump web to 1.1.0.</li> <li><strong>FIX</strong>: cast to JSObject.</li> <li><strong>FIX</strong>: not call super.didChangeAppLifecycleState(state);.</li> <li><strong>FIX</strong>: not call super.didChangeAppLifecycleState(state);.</li> <li><strong>FIX</strong>: wakelock print.</li> <li><strong>FIX</strong>: subtitles not shifting on controls show/hide.</li> <li><strong>FIX</strong>: set width/height from VideoParams in NativeVideoController.</li> <li><strong>FIX</strong>: seek inside onPointerMove.</li> <li><strong>FIX</strong>(windows): automatic IDXGIAdapter selection on windows 10 or greater.</li> <li><strong>FIX</strong>(android): waitUntilFirstFrameRenderedCompleter.</li> <li><strong>FIX</strong>(android): --hwdec=auto-safe as default.</li> <li><strong>FIX</strong>: dispose ValueNotifier(s) in PlatformVideoController.</li> <li><strong>FIX</strong>: fullscreen.</li> <li><strong>FIX</strong>: long press video speed reset issue.</li> <li><strong>FIX</strong>: wrong value in brightness builder callback.</li> <li><strong>FIX</strong>: Use a Scaffold as the outermost widget on fullscreen video pages.</li> <li><strong>FEAT</strong>: upgrade volume_controller dependency and refactor related code.</li> <li><strong>FEAT</strong>: seek on double tap custom duration support.</li> </ul> <h4><code>video_player_media_kit</code> - <code>v1.0.6</code></h4> <ul> <li><strong>FIX</strong>: add null checks for uri and textureId in MediaKitVideoPlayer.</li> <li><strong>FIX</strong>: video_player black screen.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/media-kit/media-kit/commits/media_kit_libs_android_audio-v1.3.0">compare view</a></li> </ul> </details> <br /> Updates `msix` from 3.16.8 to 3.16.9 <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.9</h2> <ul> <li>Fix <a href="https://redirect.github.com/YehudaKremer/msix/pull/%5B#303%5D(https://redirect.github.com/YehudaKremer/msix/issues/303)">#303</a> &quot;Error SignerSign() failed.&quot; (Thank you <a href="https://github.com/jacksonb-cs"><code>@​jacksonb-cs</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/YehudaKremer/msix/commit/1ab4df346a92ef4dc7bf02fd857d2975be04d47c"><code>1ab4df3</code></a> Fix <a href="https://redirect.github.com/YehudaKremer/msix/issues/303">#303</a></li> <li><a href="https://github.com/YehudaKremer/msix/commit/b1932ca9aec99f15e31ab27d0c2cbaccbebe24f7"><code>b1932ca</code></a> Merge pull request <a href="https://redirect.github.com/YehudaKremer/msix/issues/304">#304</a> from jacksonb-cs/main</li> <li><a href="https://github.com/YehudaKremer/msix/commit/27927400af1ba7ba13bae2f2fc5d4d1f960c8457"><code>2792740</code></a> Fix <a href="https://redirect.github.com/YehudaKremer/msix/issues/303">#303</a> &quot;Error SignerSign() failed.&quot;</li> <li>See full diff in <a href="https://github.com/YehudaKremer/msix/compare/v3.16.8...v3.16.9">compare view</a></li> </ul> </details> <br /> Updates `provider` from 6.1.2 to 6.1.5 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rrousselGit/provider/commit/3ee02e49b928fcb37fe6d1e5bb58ed554b26164a"><code>3ee02e4</code></a> 6.1.5</li> <li><a href="https://github.com/rrousselGit/provider/commit/30ea7d0e078910830b511095163f656152c0d139"><code>30ea7d0</code></a> fixes <a href="https://redirect.github.com/rrousselGit/provider/issues/910">#910</a></li> <li><a href="https://github.com/rrousselGit/provider/commit/7179e119adb4d06fb37f38698e2fa94baa719829"><code>7179e11</code></a> provider : 6.1.3 -&gt; 6.1.4</li> <li><a href="https://github.com/rrousselGit/provider/commit/83f40ebbf8a8a94e241e0a41903cc6c19c251ca0"><code>83f40eb</code></a> Fix regression</li> <li><a href="https://github.com/rrousselGit/provider/commit/be8381df967b3a0cf8f4986cb9163e859bbf9483"><code>be8381d</code></a> provider : 6.1.2 -&gt; 6.1.3</li> <li><a href="https://github.com/rrousselGit/provider/commit/d900a42f0ee8cea3f120c3a163cc88d9cd1d30b2"><code>d900a42</code></a> Optimize the number of providers MultiProvider can mount at once. (<a href="https://redirect.github.com/rrousselGit/provider/issues/906">#906</a>)</li> <li><a href="https://github.com/rrousselGit/provider/commit/3a81a9148001728d74b1f307dc966352684e6748"><code>3a81a91</code></a> Added translated README files in Italian to enhance accessibility for Italian...</li> <li><a href="https://github.com/rrousselGit/provider/commit/64745784fcef9e3ebc6e6dea0d5f82d1ac20c797"><code>6474578</code></a> Fix typos in [watch] method (<a href="https://redirect.github.com/rrousselGit/provider/issues/874">#874</a>)</li> <li><a href="https://github.com/rrousselGit/provider/commit/9403cf61fd816dbd04e300560121fd48c642abb1"><code>9403cf6</code></a> Deprecated notice</li> <li><a href="https://github.com/rrousselGit/provider/commit/c20fb6ff5e7e0addb163d5e7d3ad6d52d8c1c9fe"><code>c20fb6f</code></a> Lints</li> <li>See full diff in <a href="https://github.com/rrousselGit/provider/compare/provider-v6.1.2...provider-v6.1.5">compare view</a></li> </ul> </details> <br /> Updates `purchases_flutter` from 8.6.1 to 8.7.5 <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>8.7.5</h2> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.29.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1332">#1332</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/8.17.1">Android 8.17.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/8.17.0">Android 8.17.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.22.2">iOS 5.22.2</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.22.1">iOS 5.22.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.22.0">iOS 5.22.0</a></li> </ul> </li> </ul> <h3>🔄 Other Changes</h3> <ul> <li>Bump min supported versions and add tests for min SDK compatibility (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1328">#1328</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</li> </ul> <h2>8.7.4</h2> <h2>RevenueCat SDK</h2> <h3>🐞 Bugfixes</h3> <ul> <li>Reverts version bumps done in f21e068 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1327">#1327</a>) via JayShortway (<a href="https://github.com/JayShortway"><code>@​JayShortway</code></a>)</li> </ul> <h3>🔄 Other Changes</h3> <ul> <li>Remove pubspec.lock from github (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1325">#1325</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</li> <li>Bump nokogiri from 1.18.4 to 1.18.8 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1323">#1323</a>) via dependabot[bot] (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> </ul> <h2>8.7.3</h2> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.28.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1319">#1319</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/8.16.1">Android 8.16.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.21.2">iOS 5.21.2</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.21.1">iOS 5.21.1</a></li> </ul> </li> </ul> <h3>🔄 Other Changes</h3> <ul> <li>Bump fastlane from 2.227.0 to 2.227.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1317">#1317</a>) via dependabot[bot] (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> </ul> <h2>8.7.2</h2> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.28.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1315">#1315</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/8.16.0">Android 8.16.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.21.0">iOS 5.21.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.20.3">iOS 5.20.3</a></li> </ul> </li> </ul> <h2>8.7.1</h2> <h2>RevenueCat SDK</h2> <h3>🐞 Bugfixes</h3> <ul> <li>Fix API Tests (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1307">#1307</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 13.26.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1311">#1311</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/8.15.1">Android 8.15.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.20.2">iOS 5.20.2</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.20.1">iOS 5.20.1</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>8.7.5</h2> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.29.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1332">#1332</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/8.17.1">Android 8.17.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/8.17.0">Android 8.17.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.22.2">iOS 5.22.2</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.22.1">iOS 5.22.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.22.0">iOS 5.22.0</a></li> </ul> </li> </ul> <h3>🔄 Other Changes</h3> <ul> <li>Bump min supported versions and add tests for min SDK compatibility (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1328">#1328</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</li> </ul> <h2>8.7.4</h2> <h2>RevenueCat SDK</h2> <h3>🐞 Bugfixes</h3> <ul> <li>Reverts version bumps done in f21e068 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1327">#1327</a>) via JayShortway (<a href="https://github.com/JayShortway"><code>@​JayShortway</code></a>)</li> </ul> <h3>🔄 Other Changes</h3> <ul> <li>Remove pubspec.lock from github (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1325">#1325</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</li> <li>Bump nokogiri from 1.18.4 to 1.18.8 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1323">#1323</a>) via dependabot[bot] (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> </ul> <h2>8.7.3</h2> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.28.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1319">#1319</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/8.16.1">Android 8.16.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.21.2">iOS 5.21.2</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.21.1">iOS 5.21.1</a></li> </ul> </li> </ul> <h3>🔄 Other Changes</h3> <ul> <li>Bump fastlane from 2.227.0 to 2.227.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1317">#1317</a>) via dependabot[bot] (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> </ul> <h2>8.7.2</h2> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.28.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1315">#1315</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/8.16.0">Android 8.16.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.21.0">iOS 5.21.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.20.3">iOS 5.20.3</a></li> </ul> </li> </ul> <h2>8.7.1</h2> <h2>RevenueCat SDK</h2> <h3>🐞 Bugfixes</h3> <ul> <li>Fix API Tests (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1307">#1307</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 13.26.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1311">#1311</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/8.15.1">Android 8.15.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.20.2">iOS 5.20.2</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.20.1">iOS 5.20.1</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/86dcba91c773a4ecf008bd7cad3c2f248da544b4"><code>86dcba9</code></a> Update VERSIONS.md</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/15722070319c5d557f135916fc6a81b5fa7520fc"><code>1572207</code></a> Version bump for 8.7.5</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/a2ee4e5a30d089c71e5df9a1813474c31da2fb87"><code>a2ee4e5</code></a> [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.29.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1332">#1332</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/e1e6e7f840f8e78cb1cdd9aab23d6fe1edc6992f"><code>e1e6e7f</code></a> [AUTOMATIC] Release/8.7.4 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1329">#1329</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/3bb47a0ea2e4a6dabad5ca3f4dad975632305c49"><code>3bb47a0</code></a> Bump min supported versions and add tests for min SDK compatibility (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1328">#1328</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/5e17694deaba0989ccfbae54a4d1f4c0265e52c1"><code>5e17694</code></a> Reverts dependency version bumps done in f21e068 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1327">#1327</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/571a3a5173222ce15ba98120daef8688e9ddd21f"><code>571a3a5</code></a> Remove pubspec.lock from github (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1325">#1325</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/c29e70b3076a18707ab6f4ade68cc5441d9f42bd"><code>c29e70b</code></a> Bump nokogiri from 1.18.4 to 1.18.8 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1323">#1323</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/b04da3cb05fe91003f8f9d60aea6f8805ceb21be"><code>b04da3c</code></a> [AUTOMATIC] Release/8.7.3 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1321">#1321</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/f21e06814128c9902c1e6b1cb2e7bbf5ae607eba"><code>f21e068</code></a> [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.28.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1319">#1319</a>)</li> <li>Additional commits viewable in <a href="https://github.com/RevenueCat/purchases-flutter/compare/8.6.1...8.7.5">compare view</a></li> </ul> </details> <br /> Updates `shared_preferences` from 2.5.2 to 2.5.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/064b0b26568728342a550dc876b0a0e0f2fbaa84"><code>064b0b2</code></a> [shared_preferences] Fix a late initialized error with the example app (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/8540">#8540</a>)</li> <li><a href="https://github.com/flutter/packages/commit/bfad6b9764bf6a2b30270013f3b340281b7197c3"><code>bfad6b9</code></a> [various] Updates packages to use flutter.compileSdkVersion (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/8734">#8734</a>)</li> <li><a href="https://github.com/flutter/packages/commit/3e55269c4cd9e1761040129724ecb130b048086d"><code>3e55269</code></a> [shared_preferences_android] dependabot takeover datastore (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/8784">#8784</a>)</li> <li><a href="https://github.com/flutter/packages/commit/5501c5eb1e65b85c471ccad32811608cb8584d87"><code>5501c5e</code></a> [various] Remove plugin-level <code>integration_test</code> dependencies (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/8711">#8711</a>)</li> <li><a href="https://github.com/flutter/packages/commit/da5e46d2700ff42e12bf70b19ec9a588dcb3d90d"><code>da5e46d</code></a> [various] Update Pigeon for task queue changes (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/8654">#8654</a>)</li> <li><a href="https://github.com/flutter/packages/commit/cb4fb13e19756cbbcb523bc33fbf7b7a5923e787"><code>cb4fb13</code></a> [shared_preferences] Fix JSON parsing issue with _decodeValue (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/8211">#8211</a>)</li> <li><a href="https://github.com/flutter/packages/commit/05a65b4dc78213f78aa33c41d719b3cccfb30123"><code>05a65b4</code></a> [dependabot]: Bump the gradle-plugin group across 4 directories with 1 update...</li> <li>See full diff in <a href="https://github.com/flutter/packages/commits/shared_preferences-v2.5.3/packages/shared_preferences">compare view</a></li> </ul> </details> <br /> Updates `sign_in_with_apple` from 6.1.4 to 7.0.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/aboutyou/dart_packages/commits">compare view</a></li> </ul> </details> <br /> Updates `supabase_flutter` from 2.8.4 to 2.9.0 <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.9.0</code></h4> <ul> <li><strong>FIX</strong>: Dispose supabase client after flutter web hot-restart (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1142">#1142</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/ce582e3ee7e5d9922d5e38554dfe36a97a47d988">ce582e3e</a>)</li> <li><strong>FEAT</strong>(gotrue,supabase,supabase_flutter,realtime_client): Use web package to access web APIs (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1135">#1135</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/dfa71c9a308b9c51f037f379196ed6f6a9e78f18">dfa71c9a</a>)</li> </ul> <h4><code>yet_another_json_isolate</code> - <code>v2.1.0</code></h4> <ul> <li><strong>FEAT</strong>: Add debugName parameter to YAJsonIsolate. (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1118">#1118</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/23ffc0e9e3145adf49f7bb3d85c0cf4191ba9b99">23ffc0e9</a>)</li> </ul> <h2>2025-02-24</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/#functions_client---v241"><code>functions_client</code> - <code>v2.4.1</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#realtime_client---v242"><code>realtime_client</code> - <code>v2.4.2</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#storage_client---v231"><code>storage_client</code> - <code>v2.3.1</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#supabase---v263"><code>supabase</code> - <code>v2.6.3</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#supabase_flutter---v284"><code>supabase_flutter</code> - <code>v2.8.4</code></a></li> </ul> <hr /> <h4><code>functions_client</code> - <code>v2.4.1</code></h4> <ul> <li><strong>DOCS</strong>: Fix typos (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1108">#1108</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/46b483f83a70fb7785ef3bccca6849fa6b07852c">46b483f8</a>)</li> </ul> <h4><code>realtime_client</code> - <code>v2.4.2</code></h4> <ul> <li><strong>FIX</strong>(realtime): Lower heartbeat interval to 25s (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1119">#1119</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/f58ed2cecc967a116fa675d75c331c752686b7e2">f58ed2ce</a>)</li> </ul> <h4><code>storage_client</code> - <code>v2.3.1</code></h4> <ul> <li><strong>DOCS</strong>: Fix typos (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1108">#1108</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/46b483f83a70fb7785ef3bccca6849fa6b07852c">46b483f8</a>)</li> </ul> <h4><code>supabase</code> - <code>v2.6.3</code></h4> <ul> <li><strong>FIX</strong>: Allow null to be returned from accessToken function when the user is not signed in (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1099">#1099</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/d04d9e63bcc46c2ee71e311b4c3addb216f0f520">d04d9e63</a>)</li> <li><strong>DOCS</strong>: Fix typos (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1108">#1108</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/46b483f83a70fb7785ef3bccca6849fa6b07852c">46b483f8</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/supabase/supabase-flutter/commit/4a3212a26eb87f773a3a56061b28ccee05594e6e"><code>4a3212a</code></a> chore(release): publish packages</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/4d3f4bf5aee3216e76c063400b80de4aad0d3644"><code>4d3f4bf</code></a> feat(storage_client): Custom-metadata, exists, info methods (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1023">#1023</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/ce582e3ee7e5d9922d5e38554dfe36a97a47d988"><code>ce582e3</code></a> fix: Dispose supabase client after flutter web hot-restart (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1142">#1142</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/42fdc910e4e71904f99ecaa9b68778c1d8b50a62"><code>42fdc91</code></a> fix(gotrue): AuthException .toString method (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1148">#1148</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/591bb82f3fe114b071be82832984c68551c1920d"><code>591bb82</code></a> fix(gotrue): Handle empty error response (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1143">#1143</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/6a867524e2d1d06f47847e04d493bf4654f94fb8"><code>6a86752</code></a> test: Run test for supabase_flutter on web as well (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1140">#1140</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/16922998316096791fb451c739e7b67504e9f6d7"><code>1692299</code></a> chore: Test empty local storage (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1123">#1123</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/dfa71c9a308b9c51f037f379196ed6f6a9e78f18"><code>dfa71c9</code></a> feat(gotrue, supabase, supabase_flutter, realtime_client): Use web package to...</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/79edb81c478ade80baab32c70740e988a692c85d"><code>79edb81</code></a> fix: FunctionException implements Exception (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1134">#1134</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/23ffc0e9e3145adf49f7bb3d85c0cf4191ba9b99"><code>23ffc0e</code></a> feat: Add debugName parameter to YAJsonIsolate. (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1118">#1118</a>)</li> <li>Additional commits viewable in <a href="https://github.com/supabase/supabase-flutter/commits/supabase_flutter-v2.9.0/packages">compare view</a></li> </ul> </details> <br /> Updates `youtube_explode_dart` from 2.3.10 to 2.4.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Hexer10/youtube_explode_dart/blob/master/CHANGELOG.md">youtube_explode_dart's changelog</a>.</em></p> <blockquote> <h2>2.4.0</h2> <ul> <li>Update IOS client.</li> <li>Implement visitor data extraction. Port from: <a href="https://github.com/Tyrrrz/YoutubeExplode/commit/84e29bb">https://github.com/Tyrrrz/YoutubeExplode/commit/84e29bb</a></li> <li>Support freezed 3.0.0.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/eef0915008081edfa9c975495968d8774378a6d6"><code>eef0915</code></a> Make (more) freezed classes abstract</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/ff0c583571bc26651af13731e808d6047f387fc9"><code>ff0c583</code></a> Make freezed classes abstract</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/f2059865174d40ad9e6c267bc991bddbe3cce28a"><code>f205986</code></a> Update version</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/48aa8e1d15f240ee24e04ba229f664734e73f026"><code>48aa8e1</code></a> Support freezed 3.0.</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/d6b03c7cfa9dc4e728e8a50b1e20b33d3d2996d4"><code>d6b03c7</code></a> Update ios client + Implement visitor data extraction.</li> <li>See full diff in <a href="https://github.com/Hexer10/youtube_explode_dart/compare/v2.3.10...v2.4.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 17:00:23 -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#245