[PR #195] [CLOSED] Bump the pub group in /app with 16 updates #192

Closed
opened 2025-10-31 16:59:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/195
Author: @dependabot[bot]
Created: 9/1/2024
Status: Closed

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


📝 Commits (1)

  • 03ed149 Bump the pub group in /app with 16 updates

📊 Changes

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

View changed files

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

📄 Description

Bumps the pub group in /app with 16 updates:

Package From To
app_links 6.1.4 6.3.1
cached_network_image 3.4.0 3.4.1
crypto 3.0.3 3.0.5
flutter_cache_manager 3.4.0 3.4.1
just_audio 0.9.39 0.9.40
media_kit 1.1.10+1 1.1.11
media_kit_libs_video 1.0.4 1.0.5
media_kit_video 1.2.4 1.2.5
msix 3.16.7 3.16.8
package_info_plus 8.0.1 8.0.2
purchases_flutter 6.30.2 8.1.0
rxdart 0.27.7 0.28.0
shared_preferences 2.3.1 2.3.2
sign_in_with_apple 6.1.1 6.1.2
supabase_flutter 2.5.11 2.6.0
window_manager 0.3.9 0.4.2

Updates app_links from 6.1.4 to 6.3.1

Commits
  • 7449357 chore: Update Android example setup.
  • 00d242e chore(ios): Update scene based documentation.
  • 471f713 fix(Windows): Open scheme detection to wider range.
  • bf5bc40 fix(Windows): Open scheme detection to wider range.
  • 9eea438 chore: Update changelog.
  • 60e0b87 chore: docs update.
  • 445b499 feat(Windows): Handle activation from packaged app. No more main.cpp modifi...
  • 44f5f21 chore: Set minimum Flutter version to 3.19.0.
  • a3ad2d8 fix(Windows): Send link if only there's 1 argument with a scheme.
  • 042a411 fix(Android): Add ProGuard rules.
  • Additional commits viewable in compare view

Updates cached_network_image from 3.4.0 to 3.4.1

Commits

Updates crypto from 3.0.3 to 3.0.5

Release notes

Sourced from crypto's releases.

package:crypto v3.0.5

  • Revert switch to enable fast "sinks" on Wasm because it breaks dart2js with server mode.

package:crypto v3.0.4

  • Fix WebAssembly support.
  • Require Dart 3.4
Changelog

Sourced from crypto's changelog.

3.0.5

  • Revert switch to enable fast "sinks" on Wasm because it breaks dart2js with server mode.

3.0.4

  • Fix WebAssembly support.
  • Require Dart 3.4
Commits

Updates flutter_cache_manager from 3.4.0 to 3.4.1

Commits

Updates just_audio from 0.9.39 to 0.9.40

Commits
  • b5fad79 Merge branch 'ali2236-minor' into minor
  • c11b18f Fix main CHANGELOG
  • db77cec Merge branch 'ali2236-minor' into minor
  • 485559d Fix versioning and warnings.
  • da30a01 Add changes to CHANGELOG.md
  • d85cdac change web constraint to >=0.5.1 <2.0.0
  • dd040e5 bump just_audio_web & just_audio versions
  • 4a4b2f0 bump package:web version constraint
  • eb92889 Merge branch 'fix/jdk_21_compilation' into minor
  • e484086 Fix JDK 21 compile error.
  • Additional commits viewable in compare view

Updates media_kit from 1.1.10+1 to 1.1.11

Commits

Updates media_kit_libs_video from 1.0.4 to 1.0.5

Release notes

Sourced from media_kit_libs_video's releases.

media_kit_libs_macos_audio-v1.0.5

  • build: bump min macOS version to 10.9

media_kit_libs_macos_video-v1.0.5

  • build: bump min macOS version to 10.9

media_kit_libs_android_audio-v1.0.5

  • build: bump dependencies

media_kit_libs_android_video-v1.0.5

  • build: bump dependencies

media_kit_libs_ios_audio-v1.0.5

  • build: bump min iOS version to 9.0

media_kit_libs_ios_video-v1.0.5

  • build: bump min iOS version to 9.0

media_kit_libs_windows_audio-v1.0.5

media_kit_libs_windows_video-v1.0.5

Commits
  • cc4e27f Merge pull request #297 from alexmercerind/feat/pause-in-background
  • 38ccb5d Merge branch 'main' into feat/pause-in-background
  • 3e083ca Merge pull request #298 from alexmercerind/build/bump-versions
  • 6b69aa7 feat: scale subtitles based on mount size & SubtitleViewConfiguration.textSca...
  • 6bdc403 docs: update README(s)
  • 77ad8c2 build: bump project version to v1.1.0
  • 8f7f264 docs: update README [skip ci]
  • b94935c feat: pauseUponEnteringBackgroundMode
  • c96daee Merge pull request #294 from alexmercerind/feat/external-subtitle-string
  • 021575d docs: fix typo
  • Additional commits viewable in compare view

Updates media_kit_video from 1.2.4 to 1.2.5

Commits

Updates msix from 3.16.7 to 3.16.8

Changelog

Sourced from msix's changelog.

3.16.8

  • update VCLibs files #273
Commits

Updates package_info_plus from 8.0.1 to 8.0.2

Commits
  • e61b472 chore(release): prepare for release (#3165)
  • 6f09bb7 docs(package_info_plus): Update plugin requirements in README (#3163)
  • 05f8afb chore(deps): bump web from 0.5.1 to 1.0.0 in /packages/package_info_plus/pack...
  • See full diff in compare view

Updates purchases_flutter from 6.30.2 to 8.1.0

Release notes

Sourced from purchases_flutter's releases.

8.1.0

Dependency Updates

Other Changes

  • Fix purchases-ui-flutter main SDK version substitution (#1147) via Toni Rico (@​tonidero)

8.0.0

Breaking Changes

If you're using embedding v1, please check how to migrate in the official flutter docs.

Bugfixes

Other Changes

7.0.2

Bugfixes

Dependency Updates

  • [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.0.1 (#1136) via RevenueCat Git Bot (@​RCGitBot)

Other Changes

7.0.1

Other Changes

7.0.0

This latest release updates the Android SDK dependency from v7 to v8 to use BillingClient 7 and updates the iOS SDK dependency from v4 to v5 to use StoreKit 2 by default in the SDK.

Migration Guides

New Minimum OS Versions

This release raises the minumum required OS versions to the following:

  • iOS 13.0
  • tvOS 13.0
  • watchOS 6.2
  • macOS 10.15
  • Android: SDK 21 (Android 5.0)

... (truncated)

Changelog

Sourced from purchases_flutter's changelog.

8.1.0

Dependency Updates

Other Changes

  • Fix purchases-ui-flutter main SDK version substitution (#1147) via Toni Rico (@​tonidero)

8.0.0

Breaking Changes

If you're using embedding v1, please check how to migrate in the official flutter docs.

Bugfixes

Other Changes

7.0.2

Bugfixes

Dependency Updates

  • [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.0.1 (#1136) via RevenueCat Git Bot (@​RCGitBot)

Other Changes

7.0.1

Other Changes

7.0.0

This latest release updates the Android SDK dependency from v7 to v8 to use BillingClient 7 and updates the iOS SDK dependency from v4 to v5 to use StoreKit 2 by default in the SDK.

Migration Guides

New Minimum OS Versions

This release raises the minumum required OS versions to the following:

  • iOS 13.0
  • tvOS 13.0
  • watchOS 6.2
  • macOS 10.15
  • Android: SDK 21 (Android 5.0)

In-App Purchase Key Required for StoreKit 2

... (truncated)

Commits

Updates rxdart from 0.27.7 to 0.28.0

Release notes

Sourced from rxdart's releases.

0.28.0

New

  • ValueStream:

    • Add lastEventOrNull getter to ValueStream, which returns the last emitted event (either data/value or error event), or null.
    • Add isLastEventValue, isLastEventError and errorAndStackTraceOrNull extension getters to ValueStream, to check the kind of the last emitted event is data/value or error.
    • Update documentation.
  • ReplayStream:

    • Add errorAndStackTraces to ReplayStream, which returns a list of emitted ErrorAndStackTraces.
  • Rename Notification and Kind to better reflect their purpose, and to avoid confusion with Flutter's Notification class.

    • Rename Notification to StreamNotification
      • Notification.onData to StreamNotification.data.
      • Notification.onDone to StreamNotification.done.
      • Notification.onError to StreamNotification.error.
    • Rename Kind to NotificationKind
      • Kind.onData to NotificationKind.data.
      • Kind.onError to NotificationKind.error.
      • Kind.onDone to NotificationKind.done.
    • Introduce DataNotification, ErrorNotification and DoneNotification as the subclasses of StreamNotification.
    • Convert isOnData, isOnError, isOnDone, requireData to extension getters on StreamNotification, they are now named isData, isError, isDone and requireDataValue.
    • Add extensions on StreamNotification: dataValueOrNull, requireErrorAndStackTrace, errorAndStackTraceOrNull getters and when method.

Changed

  • Accept Dart SDK versions above 3.0.

  • switchMap: when cancelling the previous inner subscription, switchMap will pause the outer subscription and and wait for the inner subscription to be completely canceled. It will then resume the outer subscription, and listen to the next inner Stream. Any errors from canceling the previous inner subscription will now be forwarded to the resulting Stream.

  • Breaking: Rename ForkJoinStream.combine2..combine9 to ForkJoinStream.join2..join9.

  • Breaking: Rx.using/UsingStream

    • Convert all required positional parameters to required named parameters.
    • The disposer is now called after the future returned from StreamSubscription.cancel completes.

Documentation

0.28.0-dev.2

Feedback on this change appreciated as this is a dev release before 0.28.0 stable!

... (truncated)

Commits
  • 6852efa chore(publish): prepare for v0.28.0
  • 6068abd update publish-github-release.yml
  • bdca888 chore: update logo
  • c745508 Create LICENSE [skip ci]
  • 1d4c90d Update README.md [skip ci]
  • 5057b4e Update README.md [skip ci]
  • 3330f67 Rename packages/rxdart/Rx_Logo_M.png to packages/rxdart/screenshots/logo.png
  • 4ed6b07 add Rx_Logo_M.png [skip ci]
  • 8fb1b10 Update pubspec.yaml [skip ci]
  • 76cbc50 docs: update changelog reference (#758)
  • Additional commits viewable in compare view

Updates shared_preferences from 2.3.1 to 2.3.2

Commits
  • c1c8aad [shared_preferences] remove testing section from README (#7410)
  • c0109e2 [shared_preferences] Fixes get-all when suite name is used (#7335)
  • cdd6e13 [shared_preferences] fix cast error and mutable list error with `getStringLis...
  • 5cc0a01 [ci] Update repository for the release of Flutter 3.24 (#7331)
  • 1c4b286 [web] Update package:web to ">=0.5.1 <2.0.0" (#7202)
  • See full diff in compare view

Updates sign_in_with_apple from 6.1.1 to 6.1.2

Commits

Updates supabase_flutter from 2.5.11 to 2.6.0

Changelog

Sourced from supabase_flutter's changelog.

supabase_flutter - v2.6.0

  • FIX: Upgrade web_socket_channel for supporting web: ^1.0.0 and therefore WASM compilation on web (#992). (7da68565)
  • FEAT: Add third-party auth support (#999). (c68d44d1)

yet_another_json_isolate - v2.0.2

  • FIX: Upgrade web_socket_channel for supporting web: ^1.0.0 and therefore WASM compilation on web (#992). (7da68565)

2024-07-26

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.

  • postgrest - v2.1.3
  • functions_client - v2.3.1
  • supabase - v2.2.7
  • supabase_flutter - v2.5.11

yet_another_json_isolate - v2.0.1

  • FIX: Make sure the package can be built on Flutter web (#990). (742b761c)

2024-07-25

Changes


... (truncated)

Commits
  • 505bff1 chore(release): publish packages
  • a978908 chore: Bump rxdart to 0.28.0 (#1000)
  • 4e0270a fix: Added missing error codes for AuthException (#995)
  • c68d44d feat: Add third-party auth support (#999)
  • 7da6856 fix: Upgrade web_socket_channel for supporting web: ^1.0.0 and therefore ...
  • 9655652 chore(release): Publish packages supabase_flutter@2.5.11 (#991)
  • See full diff in compare view

Updates window_manager from 0.3.9 to 0.4.2

Release notes

Sourced from window_manager's releases.

v0.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/leanflutter/window_manager/compare/v0.3.9...v0.4.0

Changelog

Sourced from window_manager's changelog.

0.4.2

  • [windows] Update window_manager_plugin.cpp for fix #439 issue #486
  • [windows] fix: win, adjustNCCALCSIZE with monitor coords #482

0.4.0

  • chore: Use custom paint icons to replace png icons (#467)
  • chore: Remove the deprecated isBezeled property (#468)
  • fix: windows, window size, fullscree & maximized (#477)
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/195 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/1/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pub/app/pub-c762aa64b0` --- ### 📝 Commits (1) - [`03ed149`](https://github.com/feeddeck/feeddeck/commit/03ed149399425b646fd3495ad4e668c59126741f) Bump the pub group in /app with 16 updates ### 📊 Changes **2 files changed** (+75 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `app/pubspec.lock` (+62 -62) 📝 `app/pubspec.yaml` (+13 -13) </details> ### 📄 Description Bumps the pub group in /app with 16 updates: | Package | From | To | | --- | --- | --- | | [app_links](https://github.com/llfbandit/app_links) | `6.1.4` | `6.3.1` | | [cached_network_image](https://github.com/Baseflow/flutter_cached_network_image) | `3.4.0` | `3.4.1` | | [crypto](https://github.com/dart-lang/crypto) | `3.0.3` | `3.0.5` | | [flutter_cache_manager](https://github.com/Baseflow/flutter_cache_manager) | `3.4.0` | `3.4.1` | | [just_audio](https://github.com/ryanheise/just_audio) | `0.9.39` | `0.9.40` | | [media_kit](https://github.com/media-kit/media-kit) | `1.1.10+1` | `1.1.11` | | [media_kit_libs_video](https://github.com/media-kit/media-kit) | `1.0.4` | `1.0.5` | | [media_kit_video](https://github.com/media-kit/media-kit) | `1.2.4` | `1.2.5` | | [msix](https://github.com/YehudaKremer/msix) | `3.16.7` | `3.16.8` | | [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) | `8.0.1` | `8.0.2` | | [purchases_flutter](https://github.com/RevenueCat/purchases-flutter) | `6.30.2` | `8.1.0` | | [rxdart](https://github.com/ReactiveX/rxdart) | `0.27.7` | `0.28.0` | | [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) | `2.3.1` | `2.3.2` | | [sign_in_with_apple](https://github.com/aboutyou/dart_packages) | `6.1.1` | `6.1.2` | | [supabase_flutter](https://github.com/supabase/supabase-flutter/tree/main/packages) | `2.5.11` | `2.6.0` | | [window_manager](https://github.com/leanflutter/window_manager) | `0.3.9` | `0.4.2` | Updates `app_links` from 6.1.4 to 6.3.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/llfbandit/app_links/commit/7449357f1ba0118debd952f4c687b28265abbc9b"><code>7449357</code></a> chore: Update Android example setup.</li> <li><a href="https://github.com/llfbandit/app_links/commit/00d242e0b9f328b2ac98ef55b5eb674d0bcfcc5a"><code>00d242e</code></a> chore(ios): Update scene based documentation.</li> <li><a href="https://github.com/llfbandit/app_links/commit/471f713afd0c713112f66f259226837e2c49cf50"><code>471f713</code></a> fix(Windows): Open scheme detection to wider range.</li> <li><a href="https://github.com/llfbandit/app_links/commit/bf5bc40004542c9b9b56066cacb6ac94e9a1298d"><code>bf5bc40</code></a> fix(Windows): Open scheme detection to wider range.</li> <li><a href="https://github.com/llfbandit/app_links/commit/9eea43887afd744843def5d491dcc9996f913daf"><code>9eea438</code></a> chore: Update changelog.</li> <li><a href="https://github.com/llfbandit/app_links/commit/60e0b87283e9da1907c42b061616f60d77e6c13e"><code>60e0b87</code></a> chore: docs update.</li> <li><a href="https://github.com/llfbandit/app_links/commit/445b499f337b2128db4eb04059521042f2ca5df9"><code>445b499</code></a> feat(Windows): Handle activation from packaged app. No more <code>main.cpp</code> modifi...</li> <li><a href="https://github.com/llfbandit/app_links/commit/44f5f21020cf2848632cf08ca43c391c5b2933d9"><code>44f5f21</code></a> chore: Set minimum Flutter version to 3.19.0.</li> <li><a href="https://github.com/llfbandit/app_links/commit/a3ad2d84db32b1495c78d592c693f98068690165"><code>a3ad2d8</code></a> fix(Windows): Send link if only there's 1 argument with a scheme.</li> <li><a href="https://github.com/llfbandit/app_links/commit/042a411dbe94a181b7110c77a85af83b1de98439"><code>042a411</code></a> fix(Android): Add ProGuard rules.</li> <li>Additional commits viewable in <a href="https://github.com/llfbandit/app_links/compare/6.1.4...6.3.1">compare view</a></li> </ul> </details> <br /> Updates `cached_network_image` from 3.4.0 to 3.4.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Baseflow/flutter_cached_network_image/commit/0775e1f41dd6c3d1e1d0744365683390bc11a7d5"><code>0775e1f</code></a> App facing</li> <li><a href="https://github.com/Baseflow/flutter_cached_network_image/commit/10b2b0c5e00454cfcf878a71956db959e50e959e"><code>10b2b0c</code></a> Web</li> <li><a href="https://github.com/Baseflow/flutter_cached_network_image/commit/d7aed7ef999a841c1bdfab0511799adf95ca54ce"><code>d7aed7e</code></a> Wasm</li> <li><a href="https://github.com/Baseflow/flutter_cached_network_image/commit/36bd856c0513fd8cc73c886da7d85ee639a67a5e"><code>36bd856</code></a> Wasm</li> <li><a href="https://github.com/Baseflow/flutter_cached_network_image/commit/1c9d86a9a8e84d623576039bc84816dad05a71c3"><code>1c9d86a</code></a> Merge pull request <a href="https://redirect.github.com/Baseflow/flutter_cached_network_image/issues/950">#950</a> from JustusFluegel/develop</li> <li><a href="https://github.com/Baseflow/flutter_cached_network_image/commit/769c48abcb3d5c0861d37c9ca7a49a8273eda8c0"><code>769c48a</code></a> Merge branch 'develop' into develop</li> <li><a href="https://github.com/Baseflow/flutter_cached_network_image/commit/19744365cac7b3fd05970e0af383a571935806d9"><code>1974436</code></a> Put initialization code in try-catch to mirror old behaviour of sending error...</li> <li><a href="https://github.com/Baseflow/flutter_cached_network_image/commit/1e3196d39c9177561731e243e731704f21531f05"><code>1e3196d</code></a> Don't prematurely close the stream</li> <li><a href="https://github.com/Baseflow/flutter_cached_network_image/commit/413398b332a4b2e932e6696b9395faac607543dd"><code>413398b</code></a> Refactor for await in web runtime to streamcontroller</li> <li>See full diff in <a href="https://github.com/Baseflow/flutter_cached_network_image/compare/v3.4.0...v3.4.1">compare view</a></li> </ul> </details> <br /> Updates `crypto` from 3.0.3 to 3.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/crypto/releases">crypto's releases</a>.</em></p> <blockquote> <h2>package:crypto v3.0.5</h2> <ul> <li>Revert switch to enable fast &quot;sinks&quot; on Wasm because it breaks <code>dart2js</code> with server mode.</li> </ul> <h2>package:crypto v3.0.4</h2> <ul> <li>Fix WebAssembly support.</li> <li>Require Dart 3.4</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/crypto/blob/master/CHANGELOG.md">crypto's changelog</a>.</em></p> <blockquote> <h2>3.0.5</h2> <ul> <li>Revert switch to enable fast &quot;sinks&quot; on Wasm because it breaks <code>dart2js</code> with server mode.</li> </ul> <h2>3.0.4</h2> <ul> <li>Fix WebAssembly support.</li> <li>Require Dart 3.4</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/crypto/commit/eede7d6918c51159c1422b7449f40dbac660ee57"><code>eede7d6</code></a> Revert wasm using fast path due to dart-lang/sdk/issues/55266 (<a href="https://redirect.github.com/dart-lang/crypto/issues/181">#181</a>)</li> <li><a href="https://github.com/dart-lang/crypto/commit/32001667aada397d96f4e8924adcddc6417c43e5"><code>3200166</code></a> Prepare to release v3.0.4 (<a href="https://redirect.github.com/dart-lang/crypto/issues/178">#178</a>)</li> <li><a href="https://github.com/dart-lang/crypto/commit/1216790ba704a0ab194f9cd0da2d65e1767f3342"><code>1216790</code></a> Bump the github-actions group with 2 updates (<a href="https://redirect.github.com/dart-lang/crypto/issues/175">#175</a>)</li> <li><a href="https://github.com/dart-lang/crypto/commit/813e35e913d12e16de67ac57523cd0ff4b07c012"><code>813e35e</code></a> Update min SDK, test wasm on 3.4 (<a href="https://redirect.github.com/dart-lang/crypto/issues/174">#174</a>)</li> <li><a href="https://github.com/dart-lang/crypto/commit/7a9428a78962783f6081dc42465ed580cff225ca"><code>7a9428a</code></a> Bump lints dep (<a href="https://redirect.github.com/dart-lang/crypto/issues/172">#172</a>)</li> <li><a href="https://github.com/dart-lang/crypto/commit/0a10171a7983cd84b318edf3086f751542500a13"><code>0a10171</code></a> Bump actions/checkout from 4.1.4 to 4.1.6 in the github-actions group (<a href="https://redirect.github.com/dart-lang/crypto/issues/171">#171</a>)</li> <li><a href="https://github.com/dart-lang/crypto/commit/3f815aca8ad5020bb39be09ec9bfd75c36910809"><code>3f815ac</code></a> blast_repo fixes (<a href="https://redirect.github.com/dart-lang/crypto/issues/170">#170</a>)</li> <li><a href="https://github.com/dart-lang/crypto/commit/fc5e7c8c1ffeaae7ab7e4aceef96235834060e3c"><code>fc5e7c8</code></a> Bump actions/checkout from 4.1.2 to 4.1.4 (<a href="https://redirect.github.com/dart-lang/crypto/issues/169">#169</a>)</li> <li><a href="https://github.com/dart-lang/crypto/commit/28290623648058619aba8cd401f3b21adcf853d7"><code>2829062</code></a> Bump dart-lang/setup-dart from 1.6.2 to 1.6.4 (<a href="https://redirect.github.com/dart-lang/crypto/issues/168">#168</a>)</li> <li><a href="https://github.com/dart-lang/crypto/commit/1c7fbadd92a44322ee1e89eec9747a24dc6c6746"><code>1c7fbad</code></a> Bump actions/checkout from 4.1.1 to 4.1.2 (<a href="https://redirect.github.com/dart-lang/crypto/issues/166">#166</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dart-lang/crypto/compare/3.0.3...v3.0.5">compare view</a></li> </ul> </details> <br /> Updates `flutter_cache_manager` from 3.4.0 to 3.4.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Baseflow/flutter_cache_manager/commit/6e7fc6ef1389e4ec7bd5b00846df641c607eed1a"><code>6e7fc6e</code></a> Changelog</li> <li><a href="https://github.com/Baseflow/flutter_cache_manager/commit/c41a9bd38afc02582d0831e8d1bd8226b5692874"><code>c41a9bd</code></a> Add wasm support</li> <li><a href="https://github.com/Baseflow/flutter_cache_manager/commit/8f2fade552874b13ea8b44af61044d4c7ee88a51"><code>8f2fade</code></a> Merge pull request <a href="https://redirect.github.com/Baseflow/flutter_cache_manager/issues/466">#466</a> from XMitja/develop</li> <li><a href="https://github.com/Baseflow/flutter_cache_manager/commit/55ea36e6c6f4781d55825ff54d6755510a9742cf"><code>55ea36e</code></a> Merge pull request <a href="https://redirect.github.com/Baseflow/flutter_cache_manager/issues/370">#370</a> from banool/develop</li> <li><a href="https://github.com/Baseflow/flutter_cache_manager/commit/5ede80237f0b6035989e623d40a298c084aac29e"><code>5ede802</code></a> Merge branch 'develop' into develop</li> <li><a href="https://github.com/Baseflow/flutter_cache_manager/commit/89a6006001e41b7be721508a2846906e61b0c2a8"><code>89a6006</code></a> audio/x-wav as wav, fix typo for midi</li> <li><a href="https://github.com/Baseflow/flutter_cache_manager/commit/a42c7c8eb91fcb303c4cbab0a320fc3d17d73da1"><code>a42c7c8</code></a> Only allow correct tags</li> <li><a href="https://github.com/Baseflow/flutter_cache_manager/commit/730e1b82be8018d69478e909c57897a57ff35bf5"><code>730e1b8</code></a> Update firebase</li> <li>See full diff in <a href="https://github.com/Baseflow/flutter_cache_manager/compare/v3.4.0...v3.4.1">compare view</a></li> </ul> </details> <br /> Updates `just_audio` from 0.9.39 to 0.9.40 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ryanheise/just_audio/commit/b5fad794dee004a9cb92804fce6fcb12d025a0f8"><code>b5fad79</code></a> Merge branch 'ali2236-minor' into minor</li> <li><a href="https://github.com/ryanheise/just_audio/commit/c11b18f0d20548cabe339792c5f315c48fbd2b06"><code>c11b18f</code></a> Fix main CHANGELOG</li> <li><a href="https://github.com/ryanheise/just_audio/commit/db77cec3b68190e2d29bb173d9e71cbcefcfd79e"><code>db77cec</code></a> Merge branch 'ali2236-minor' into minor</li> <li><a href="https://github.com/ryanheise/just_audio/commit/485559dbc617cc334c16ea11004eb74a578dc324"><code>485559d</code></a> Fix versioning and warnings.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/da30a01d765bf15a7dd410cccab2d07e1c46f35c"><code>da30a01</code></a> Add changes to CHANGELOG.md</li> <li><a href="https://github.com/ryanheise/just_audio/commit/d85cdac350190414df87a714c2355ed5b453e7b4"><code>d85cdac</code></a> change web constraint to &gt;=0.5.1 &lt;2.0.0</li> <li><a href="https://github.com/ryanheise/just_audio/commit/dd040e5446c31fd93a1fdf3a5546c29096ea6315"><code>dd040e5</code></a> bump just_audio_web &amp; just_audio versions</li> <li><a href="https://github.com/ryanheise/just_audio/commit/4a4b2f0238e807be5be9d65b687259cbcc8dd8a3"><code>4a4b2f0</code></a> bump package:web version constraint</li> <li><a href="https://github.com/ryanheise/just_audio/commit/eb9288918a443dca817ac769b5e9357591c24d60"><code>eb92889</code></a> Merge branch 'fix/jdk_21_compilation' into minor</li> <li><a href="https://github.com/ryanheise/just_audio/commit/e484086edd76f1811a7231af40c46b21519ffc15"><code>e484086</code></a> Fix JDK 21 compile error.</li> <li>Additional commits viewable in <a href="https://github.com/ryanheise/just_audio/compare/just_audio-v0.9.39...just_audio-v0.9.40">compare view</a></li> </ul> </details> <br /> Updates `media_kit` from 1.1.10+1 to 1.1.11 <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.4 to 1.0.5 <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_macos_audio-v1.0.5</h2> <ul> <li>build: bump min macOS version to 10.9</li> </ul> <h2>media_kit_libs_macos_video-v1.0.5</h2> <ul> <li>build: bump min macOS version to 10.9</li> </ul> <h2>media_kit_libs_android_audio-v1.0.5</h2> <ul> <li>build: bump dependencies</li> </ul> <h2>media_kit_libs_android_video-v1.0.5</h2> <ul> <li>build: bump dependencies</li> </ul> <h2>media_kit_libs_ios_audio-v1.0.5</h2> <ul> <li>build: bump min iOS version to 9.0</li> </ul> <h2>media_kit_libs_ios_video-v1.0.5</h2> <ul> <li>build: bump min iOS version to 9.0</li> </ul> <h2>media_kit_libs_windows_audio-v1.0.5</h2> <ul> <li><a href="https://github.com/mpv-player/mpv/commit/140ec21c89d671d392877a7f3b91d67e7d7b9239">mpv-player/mpv@<code>140ec21</code></a></li> <li>fix: HLS support</li> <li>perf: reduce bundle size</li> </ul> <h2>media_kit_libs_windows_video-v1.0.5</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: HLS support</li> <li>perf: reduce bundle size</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/media-kit/media-kit/commit/cc4e27f01b91533109b1527abb7d3e597d024f37"><code>cc4e27f</code></a> Merge pull request <a href="https://redirect.github.com/media-kit/media-kit/issues/297">#297</a> from alexmercerind/feat/pause-in-background</li> <li><a href="https://github.com/media-kit/media-kit/commit/38ccb5dcf26df869b15b66f93856004eef7cff18"><code>38ccb5d</code></a> Merge branch 'main' into feat/pause-in-background</li> <li><a href="https://github.com/media-kit/media-kit/commit/3e083cae0b59be9c0ba831bed0771de09dce980e"><code>3e083ca</code></a> Merge pull request <a href="https://redirect.github.com/media-kit/media-kit/issues/298">#298</a> from alexmercerind/build/bump-versions</li> <li><a href="https://github.com/media-kit/media-kit/commit/6b69aa7e512446516eed5b6436e0301360b79726"><code>6b69aa7</code></a> feat: scale subtitles based on mount size &amp; SubtitleViewConfiguration.textSca...</li> <li><a href="https://github.com/media-kit/media-kit/commit/6bdc4039d76ae2b98fabf120a4000a35fa5b27f6"><code>6bdc403</code></a> docs: update README(s)</li> <li><a href="https://github.com/media-kit/media-kit/commit/77ad8c2926459e613129ef0fb198bd4723f6bb76"><code>77ad8c2</code></a> build: bump project version to v1.1.0</li> <li><a href="https://github.com/media-kit/media-kit/commit/8f7f2648c30f55c69f23591d3a5e659f2ef81f49"><code>8f7f264</code></a> docs: update README [skip ci]</li> <li><a href="https://github.com/media-kit/media-kit/commit/b94935c987f97642527ee4458ace3b0927020171"><code>b94935c</code></a> feat: pauseUponEnteringBackgroundMode</li> <li><a href="https://github.com/media-kit/media-kit/commit/c96daee82fe060118418fd0e51b6a914266b702b"><code>c96daee</code></a> Merge pull request <a href="https://redirect.github.com/media-kit/media-kit/issues/294">#294</a> from alexmercerind/feat/external-subtitle-string</li> <li><a href="https://github.com/media-kit/media-kit/commit/021575df2df1c209207967926da6d9e4b2e8d98d"><code>021575d</code></a> docs: fix typo</li> <li>Additional commits viewable in <a href="https://github.com/media-kit/media-kit/compare/media_kit_libs_ios_audio-v1.0.4...media_kit_libs_ios_audio-v1.0.5">compare view</a></li> </ul> </details> <br /> Updates `media_kit_video` from 1.2.4 to 1.2.5 <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.7 to 3.16.8 <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.8</h2> <ul> <li>update VCLibs files <a href="https://redirect.github.com/YehudaKremer/msix/pull/273">#273</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/YehudaKremer/msix/commit/4a0a525e2ca6263d23b5655f07bdc045c2cc00d4"><code>4a0a525</code></a> update VCLibs files</li> <li><a href="https://github.com/YehudaKremer/msix/commit/8715e733a4ae74ba211e5dc291cb87f1f655a7e6"><code>8715e73</code></a> Merge pull request <a href="https://redirect.github.com/YehudaKremer/msix/issues/273">#273</a> from riccardo-lomazzi/main</li> <li><a href="https://github.com/YehudaKremer/msix/commit/75190427070d1a57873cfd895fb9251d0713ebd8"><code>7519042</code></a> added updated files</li> <li>See full diff in <a href="https://github.com/YehudaKremer/msix/compare/v3.16.7...v3.16.8">compare view</a></li> </ul> </details> <br /> Updates `package_info_plus` from 8.0.1 to 8.0.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/e61b4725332adfca756cd77c97354f2f29be0907"><code>e61b472</code></a> chore(release): prepare for release (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/3165">#3165</a>)</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/6f09bb7ec4c0f88fea557a87dc0cd3aaa64ac9ee"><code>6f09bb7</code></a> docs(package_info_plus): Update plugin requirements in README (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/3163">#3163</a>)</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/05f8afb8fc43bc702ab5e3e14e3cba9d79983446"><code>05f8afb</code></a> chore(deps): bump web from 0.5.1 to 1.0.0 in /packages/package_info_plus/pack...</li> <li>See full diff in <a href="https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v8.0.2/packages/package_info_plus">compare view</a></li> </ul> </details> <br /> Updates `purchases_flutter` from 6.30.2 to 8.1.0 <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.1.0</h2> <h3>Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.1.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1148">#1148</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.6.0">Android 8.6.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/8.5.0">Android 8.5.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.3.0">iOS 5.3.0</a></li> </ul> </li> </ul> <h3>Other Changes</h3> <ul> <li>Fix purchases-ui-flutter main SDK version substitution (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1147">#1147</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</li> </ul> <h2>8.0.0</h2> <h3>Breaking Changes</h3> <ul> <li>Remove embedding v1 support (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1141">#1141</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</li> </ul> <p>If you're using embedding v1, please check how to migrate in the <a href="https://docs.flutter.dev/release/breaking-changes/plugin-api-migration#upgrade-steps">official flutter docs</a>.</p> <h3>Bugfixes</h3> <ul> <li>Refine StoreKitVersion logging in configure function (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1143">#1143</a>) via Will Taylor (<a href="https://github.com/fire-at-will"><code>@​fire-at-will</code></a>)</li> </ul> <h3>Other Changes</h3> <ul> <li>v7-MIGRATION.md typo fix (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1144">#1144</a>) via Will Taylor (<a href="https://github.com/fire-at-will"><code>@​fire-at-will</code></a>)</li> </ul> <h2>7.0.2</h2> <h3>Bugfixes</h3> <ul> <li>Parse recordPurchase response (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1138">#1138</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.0.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1136">#1136</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>)</li> </ul> <h3>Other Changes</h3> <ul> <li>Update iOS deployment target in readme (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1137">#1137</a>) via Will Taylor (<a href="https://github.com/fire-at-will"><code>@​fire-at-will</code></a>)</li> </ul> <h2>7.0.1</h2> <h3>Other Changes</h3> <ul> <li>Update fastlane-plugin-revenuecat_internal (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1133">#1133</a>) via Mark Villacampa (<a href="https://github.com/MarkVillacampa"><code>@​MarkVillacampa</code></a>)</li> <li>update purchases_flutter dependency to 7.0.0 on purchases_ui_flutter (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1132">#1132</a>) via Mark Villacampa (<a href="https://github.com/MarkVillacampa"><code>@​MarkVillacampa</code></a>)</li> </ul> <h2>7.0.0</h2> <p>This latest release updates the Android SDK dependency from v7 to <a href="https://github.com/RevenueCat/purchases-android/releases/tag/6.0.0">v8</a> to use BillingClient 7 and updates the iOS SDK dependency from v4 to v5 to use StoreKit 2 by default in the SDK.</p> <h3>Migration Guides</h3> <ul> <li>See <a href="https://github.com/RevenueCat/purchases-android/blob/main/migrations/v8-MIGRATION.md">Android Native - V8 API Migration Guide</a> for a more thorough explanation of the Android changes.</li> <li>See <a href="https://github.com/RevenueCat/purchases-ios/blob/main/Sources/DocCDocumentation/DocCDocumentation.docc/V5_API_Migration_guide.md">iOS Native - V5 Migration Guide</a> for a more thorough explanation of the iOS changes. Notably, this version uses StoreKit 2 to process purchases by default.</li> </ul> <h3>New Minimum OS Versions</h3> <p>This release raises the minumum required OS versions to the following:</p> <ul> <li>iOS 13.0</li> <li>tvOS 13.0</li> <li>watchOS 6.2</li> <li>macOS 10.15</li> <li>Android: SDK 21 (Android 5.0)</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.1.0</h2> <h3>Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.1.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1148">#1148</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.6.0">Android 8.6.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/8.5.0">Android 8.5.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.3.0">iOS 5.3.0</a></li> </ul> </li> </ul> <h3>Other Changes</h3> <ul> <li>Fix purchases-ui-flutter main SDK version substitution (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1147">#1147</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</li> </ul> <h2>8.0.0</h2> <h3>Breaking Changes</h3> <ul> <li>Remove embedding v1 support (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1141">#1141</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</li> </ul> <p>If you're using embedding v1, please check how to migrate in the <a href="https://docs.flutter.dev/release/breaking-changes/plugin-api-migration#upgrade-steps">official flutter docs</a>.</p> <h3>Bugfixes</h3> <ul> <li>Refine StoreKitVersion logging in configure function (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1143">#1143</a>) via Will Taylor (<a href="https://github.com/fire-at-will"><code>@​fire-at-will</code></a>)</li> </ul> <h3>Other Changes</h3> <ul> <li>v7-MIGRATION.md typo fix (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1144">#1144</a>) via Will Taylor (<a href="https://github.com/fire-at-will"><code>@​fire-at-will</code></a>)</li> </ul> <h2>7.0.2</h2> <h3>Bugfixes</h3> <ul> <li>Parse recordPurchase response (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1138">#1138</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.0.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1136">#1136</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>)</li> </ul> <h3>Other Changes</h3> <ul> <li>Update iOS deployment target in readme (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1137">#1137</a>) via Will Taylor (<a href="https://github.com/fire-at-will"><code>@​fire-at-will</code></a>)</li> </ul> <h2>7.0.1</h2> <h3>Other Changes</h3> <ul> <li>Update fastlane-plugin-revenuecat_internal (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1133">#1133</a>) via Mark Villacampa (<a href="https://github.com/MarkVillacampa"><code>@​MarkVillacampa</code></a>)</li> <li>update purchases_flutter dependency to 7.0.0 on purchases_ui_flutter (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1132">#1132</a>) via Mark Villacampa (<a href="https://github.com/MarkVillacampa"><code>@​MarkVillacampa</code></a>)</li> </ul> <h2>7.0.0</h2> <p>This latest release updates the Android SDK dependency from v7 to <a href="https://github.com/RevenueCat/purchases-android/releases/tag/6.0.0">v8</a> to use BillingClient 7 and updates the iOS SDK dependency from v4 to v5 to use StoreKit 2 by default in the SDK.</p> <h3>Migration Guides</h3> <ul> <li>See <a href="https://github.com/RevenueCat/purchases-android/blob/main/migrations/v8-MIGRATION.md">Android Native - V8 API Migration Guide</a> for a more thorough explanation of the Android changes.</li> <li>See <a href="https://github.com/RevenueCat/purchases-ios/blob/main/Sources/DocCDocumentation/DocCDocumentation.docc/V5_API_Migration_guide.md">iOS Native - V5 Migration Guide</a> for a more thorough explanation of the iOS changes. Notably, this version uses StoreKit 2 to process purchases by default.</li> </ul> <h3>New Minimum OS Versions</h3> <p>This release raises the minumum required OS versions to the following:</p> <ul> <li>iOS 13.0</li> <li>tvOS 13.0</li> <li>watchOS 6.2</li> <li>macOS 10.15</li> <li>Android: SDK 21 (Android 5.0)</li> </ul> <h3>In-App Purchase Key Required for StoreKit 2</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/a513f8648f8cd7fdcb5149e6c38a5320dd6a445d"><code>a513f86</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/0aff5b932cdf0343fa48c19e6ec6d38b2972e724"><code>0aff5b9</code></a> Update CHANGELOG-LATEST.md</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/2ce1f52827f2b12bbaad5ae669d0b8221e60f6b6"><code>2ce1f52</code></a> Update VERSIONS.md</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/b228eb87ed4ff9ddf64883790f621f8858c12fbf"><code>b228eb8</code></a> Version bump for 8.1.0</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/6b62d9c7ddc4aab976e48ec23a67920b7a8ce01c"><code>6b62d9c</code></a> [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.1.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1148">#1148</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/770708ffe5052c3f0d5ecb085adfee9e90b8f701"><code>770708f</code></a> Release/8.0.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1146">#1146</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/7c39d13ae6eb7477da98e4c7ece412caf213c7f1"><code>7c39d13</code></a> Fix purchases-ui-flutter main SDK version substitution (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1147">#1147</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/6a9b736939455ce134b583c7efa0d7f25963e456"><code>6a9b736</code></a> Remove embedding v1 support (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1141">#1141</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/525707b1f8028fef57f77705b0eef85debc7949f"><code>525707b</code></a> refine StoreKitVersion logging in configure function</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/7458c6032a377c009bd931a758a6a44e9d82b275"><code>7458c60</code></a> typo fix in v7-MIGRATION.md</li> <li>Additional commits viewable in <a href="https://github.com/RevenueCat/purchases-flutter/compare/6.30.2...8.1.0">compare view</a></li> </ul> </details> <br /> Updates `rxdart` from 0.27.7 to 0.28.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ReactiveX/rxdart/releases">rxdart's releases</a>.</em></p> <blockquote> <h2>0.28.0</h2> <h3>New</h3> <ul> <li> <p>ValueStream:</p> <ul> <li>Add <code>lastEventOrNull</code> getter to <code>ValueStream</code>, which returns the last emitted event (either data/value or error event), or <code>null</code>.</li> <li>Add <code>isLastEventValue</code>, <code>isLastEventError</code> and <code>errorAndStackTraceOrNull</code> extension getters to <code>ValueStream</code>, to check the kind of the last emitted event is data/value or error.</li> <li>Update documentation.</li> </ul> </li> <li> <p>ReplayStream:</p> <ul> <li>Add <code>errorAndStackTraces</code> to <code>ReplayStream</code>, which returns a list of emitted <code>ErrorAndStackTrace</code>s.</li> </ul> </li> <li> <p>Rename <code>Notification</code> and <code>Kind</code> to better reflect their purpose, and to avoid confusion with <a href="https://api.flutter.dev/flutter/widgets/Notification-class.html">Flutter's Notification class</a>.</p> <ul> <li>Rename <code>Notification</code> to <code>StreamNotification</code> <ul> <li><code>Notification.onData</code> to <code>StreamNotification.data</code>.</li> <li><code>Notification.onDone</code> to <code>StreamNotification.done</code>.</li> <li><code>Notification.onError</code> to <code>StreamNotification.error</code>.</li> </ul> </li> <li>Rename <code>Kind</code> to <code>NotificationKind</code> <ul> <li><code>Kind.onData</code> to <code>NotificationKind.data</code>.</li> <li><code>Kind.onError</code> to <code>NotificationKind.error</code>.</li> <li><code>Kind.onDone</code> to <code>NotificationKind.done</code>.</li> </ul> </li> <li>Introduce <code>DataNotification</code>, <code>ErrorNotification</code> and <code>DoneNotification</code> as the subclasses of <code>StreamNotification</code>.</li> <li>Convert <code>isOnData</code>, <code>isOnError</code>, <code>isOnDone</code>, <code>requireData</code> to extension getters on <code>StreamNotification</code>, they are now named <code>isData</code>, <code>isError</code>, <code>isDone</code> and <code>requireDataValue</code>.</li> <li>Add extensions on <code>StreamNotification</code>: <code>dataValueOrNull</code>, <code>requireErrorAndStackTrace</code>, <code>errorAndStackTraceOrNull</code> getters and <code>when</code> method.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li> <p>Accept Dart SDK versions above 3.0.</p> </li> <li> <p><code>switchMap</code>: when cancelling the previous inner subscription, <code>switchMap</code> will pause the outer subscription and and wait for the inner subscription to be completely canceled. It will then resume the outer subscription, and listen to the next inner Stream. Any errors from canceling the previous inner subscription will now be forwarded to the resulting Stream.</p> </li> <li> <p><strong>Breaking</strong>: Rename <code>ForkJoinStream.combine2</code>..<code>combine9</code> to <code>ForkJoinStream.join2</code>..<code>join9</code>.</p> </li> <li> <p><strong>Breaking</strong>: <code>Rx.using</code>/<code>UsingStream</code></p> <ul> <li>Convert all <em>required positional</em> parameters to <em>required named</em> parameters.</li> <li>The <code>disposer</code> is now called after the future returned from <code>StreamSubscription.cancel</code> completes.</li> </ul> </li> </ul> <h3>Documentation</h3> <ul> <li>Update and fix documentation.</li> <li>Fix README example (thanks to <a href="https://github.com/wurikiji"><code>@​wurikiji</code></a>).</li> <li>Update Flutter example (thanks to <a href="https://github.com/hoangchungk53qx1"><code>@​hoangchungk53qx1</code></a>).</li> <li>Replace deprecated &quot;dart pub run&quot; with &quot;dart run&quot; (thanks to <a href="https://github.com/tatsuyafujisaki"><code>@​tatsuyafujisaki</code></a>).</li> </ul> <h2>0.28.0-dev.2</h2> <p>Feedback on this change appreciated as this is a dev release before 0.28.0 stable!</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ReactiveX/rxdart/commit/6852efa646198d8a75fcaee52a5227682f8016e7"><code>6852efa</code></a> chore(publish): prepare for v0.28.0</li> <li><a href="https://github.com/ReactiveX/rxdart/commit/6068abdc32d4f144e29f3687d514dcc12242bed2"><code>6068abd</code></a> update publish-github-release.yml</li> <li><a href="https://github.com/ReactiveX/rxdart/commit/bdca8883583a2c1bf3f57f7bdf38ed3619f5f7c9"><code>bdca888</code></a> chore: update logo</li> <li><a href="https://github.com/ReactiveX/rxdart/commit/c745508f29175078fbffb285efb118b478402ac1"><code>c745508</code></a> Create LICENSE [skip ci]</li> <li><a href="https://github.com/ReactiveX/rxdart/commit/1d4c90dda749196276a73ebd968321c172f7548d"><code>1d4c90d</code></a> Update README.md [skip ci]</li> <li><a href="https://github.com/ReactiveX/rxdart/commit/5057b4ea6b604f4a3889cd9c3696e3614d39c1c7"><code>5057b4e</code></a> Update README.md [skip ci]</li> <li><a href="https://github.com/ReactiveX/rxdart/commit/3330f67c5b7b96f1cee42b14406b96b8686c3de4"><code>3330f67</code></a> Rename packages/rxdart/Rx_Logo_M.png to packages/rxdart/screenshots/logo.png</li> <li><a href="https://github.com/ReactiveX/rxdart/commit/4ed6b0711b0a44d08cbca65fccbdcdb6f36dd279"><code>4ed6b07</code></a> add Rx_Logo_M.png [skip ci]</li> <li><a href="https://github.com/ReactiveX/rxdart/commit/8fb1b10834afa69763bea38eb5e16dce1bdcc355"><code>8fb1b10</code></a> Update pubspec.yaml [skip ci]</li> <li><a href="https://github.com/ReactiveX/rxdart/commit/76cbc508c69a02ba55db77419bf42bacfb6ab25c"><code>76cbc50</code></a> docs: update changelog reference (<a href="https://redirect.github.com/ReactiveX/rxdart/issues/758">#758</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ReactiveX/rxdart/compare/0.27.7...0.28.0">compare view</a></li> </ul> </details> <br /> Updates `shared_preferences` from 2.3.1 to 2.3.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/c1c8aadbff01ceeef7a1ec1e128892cdef254519"><code>c1c8aad</code></a> [shared_preferences] remove testing section from README (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/7410">#7410</a>)</li> <li><a href="https://github.com/flutter/packages/commit/c0109e25a0378b1b9b2e281f2a85d076ff6a2256"><code>c0109e2</code></a> [shared_preferences] Fixes get-all when suite name is used (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/7335">#7335</a>)</li> <li><a href="https://github.com/flutter/packages/commit/cdd6e1368ffdf6a4fc9c0c11b72cfc5388f90f2d"><code>cdd6e13</code></a> [shared_preferences] fix cast error and mutable list error with `getStringLis...</li> <li><a href="https://github.com/flutter/packages/commit/5cc0a016019451e26b2fecf31923894e371b6335"><code>5cc0a01</code></a> [ci] Update repository for the release of Flutter 3.24 (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/7331">#7331</a>)</li> <li><a href="https://github.com/flutter/packages/commit/1c4b28699258588b07e93c8cd2f2a665df4b9e3e"><code>1c4b286</code></a> [web] Update package:web to &quot;&gt;=0.5.1 &lt;2.0.0&quot; (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/7202">#7202</a>)</li> <li>See full diff in <a href="https://github.com/flutter/packages/commits/shared_preferences-v2.3.2/packages/shared_preferences">compare view</a></li> </ul> </details> <br /> Updates `sign_in_with_apple` from 6.1.1 to 6.1.2 <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.5.11 to 2.6.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.6.0</code></h4> <ul> <li><strong>FIX</strong>: Upgrade <code>web_socket_channel</code> for supporting <code>web: ^1.0.0</code> and therefore WASM compilation on web (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/992">#992</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/7da68565a7aa578305b099d7af755a7b0bcaca46">7da68565</a>)</li> <li><strong>FEAT</strong>: Add third-party auth support (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/999">#999</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/c68d44d10ac4bf8180e5b1833fe0e2bfa2c83515">c68d44d1</a>)</li> </ul> <h4><code>yet_another_json_isolate</code> - <code>v2.0.2</code></h4> <ul> <li><strong>FIX</strong>: Upgrade <code>web_socket_channel</code> for supporting <code>web: ^1.0.0</code> and therefore WASM compilation on web (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/992">#992</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/7da68565a7aa578305b099d7af755a7b0bcaca46">7da68565</a>)</li> </ul> <h2>2024-07-26</h2> <h3>Changes</h3> <hr /> <p>Packages with breaking changes:</p> <ul> <li>There are no breaking changes in this release.</li> </ul> <p>Packages with other changes:</p> <ul> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#yet_another_json_isolate---v201"><code>yet_another_json_isolate</code> - <code>v2.0.1</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#postgrest---v213"><code>postgrest</code> - <code>v2.1.3</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#functions_client---v231"><code>functions_client</code> - <code>v2.3.1</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#supabase---v227"><code>supabase</code> - <code>v2.2.7</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#supabase_flutter---v2511"><code>supabase_flutter</code> - <code>v2.5.11</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>postgrest</code> - <code>v2.1.3</code></li> <li><code>functions_client</code> - <code>v2.3.1</code></li> <li><code>supabase</code> - <code>v2.2.7</code></li> <li><code>supabase_flutter</code> - <code>v2.5.11</code></li> </ul> <hr /> <h4><code>yet_another_json_isolate</code> - <code>v2.0.1</code></h4> <ul> <li><strong>FIX</strong>: Make sure the package can be built on Flutter web (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/990">#990</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/742b761c2c84a8b3d75e7966444f57a0dd5e692e">742b761c</a>)</li> </ul> <h2>2024-07-25</h2> <h3>Changes</h3> <hr /> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/supabase/supabase-flutter/commit/505bff15639939bcd7db4f0ca85fef0a63c3ba30"><code>505bff1</code></a> chore(release): publish packages</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/a9789087dc0d869be900f93233213e5794e5c05d"><code>a978908</code></a> chore: Bump rxdart to 0.28.0 (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/1000">#1000</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/4e0270a069ecf5aae42031c77200d268519ac99b"><code>4e0270a</code></a> fix: Added missing error codes for AuthException (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/995">#995</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/c68d44d10ac4bf8180e5b1833fe0e2bfa2c83515"><code>c68d44d</code></a> feat: Add third-party auth support (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/999">#999</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/7da68565a7aa578305b099d7af755a7b0bcaca46"><code>7da6856</code></a> fix: Upgrade <code>web_socket_channel</code> for supporting <code>web: ^1.0.0</code> and therefore ...</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/9655652584e2c82e38e5c356e422aebd39863ed1"><code>9655652</code></a> chore(release): Publish packages supabase_flutter@2.5.11 (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/991">#991</a>)</li> <li>See full diff in <a href="https://github.com/supabase/supabase-flutter/commits/supabase_flutter-v2.6.0/packages">compare view</a></li> </ul> </details> <br /> Updates `window_manager` from 0.3.9 to 0.4.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/leanflutter/window_manager/releases">window_manager's releases</a>.</em></p> <blockquote> <h2>v0.4.0</h2> <h2>What's Changed</h2> <ul> <li>Add UniControlHub to readme by <a href="https://github.com/rohitsangwan01"><code>@​rohitsangwan01</code></a> in <a href="https://redirect.github.com/leanflutter/window_manager/pull/473">leanflutter/window_manager#473</a></li> <li>fix: windows, window size, fullscree &amp; maximized by <a href="https://github.com/fufesou"><code>@​fufesou</code></a> in <a href="https://redirect.github.com/leanflutter/window_manager/pull/477">leanflutter/window_manager#477</a></li> <li>chore: Remove the deprecated isBezeled property by <a href="https://github.com/lijy91"><code>@​lijy91</code></a> in <a href="https://redirect.github.com/leanflutter/window_manager/pull/468">leanflutter/window_manager#468</a></li> <li>chore: Use custom paint icons to replace png icons by <a href="https://github.com/lijy91"><code>@​lijy91</code></a> in <a href="https://redirect.github.com/leanflutter/window_manager/pull/467">leanflutter/window_manager#467</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rohitsangwan01"><code>@​rohitsangwan01</code></a> made their first contribution in <a href="https://redirect.github.com/leanflutter/window_manager/pull/473">leanflutter/window_manager#473</a></li> <li><a href="https://github.com/fufesou"><code>@​fufesou</code></a> made their first contribution in <a href="https://redirect.github.com/leanflutter/window_manager/pull/477">leanflutter/window_manager#477</a></li> <li><a href="https://github.com/lijy91"><code>@​lijy91</code></a> made their first contribution in <a href="https://redirect.github.com/leanflutter/window_manager/pull/468">leanflutter/window_manager#468</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/leanflutter/window_manager/compare/v0.3.9...v0.4.0">https://github.com/leanflutter/window_manager/compare/v0.3.9...v0.4.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/leanflutter/window_manager/blob/main/CHANGELOG.md">window_manager's changelog</a>.</em></p> <blockquote> <h3>0.4.2</h3> <ul> <li>[windows] Update window_manager_plugin.cpp for fix <a href="https://redirect.github.com/leanflutter/window_manager/issues/439">#439</a> issue <a href="https://redirect.github.com/leanflutter/window_manager/issues/486">#486</a></li> <li>[windows] fix: win, adjustNCCALCSIZE with monitor coords <a href="https://redirect.github.com/leanflutter/window_manager/issues/482">#482</a></li> </ul> <h3>0.4.0</h3> <ul> <li>chore: Use custom paint icons to replace png icons (<a href="https://redirect.github.com/leanflutter/window_manager/issues/467">#467</a>)</li> <li>chore: Remove the deprecated isBezeled property (<a href="https://redirect.github.com/leanflutter/window_manager/issues/468">#468</a>)</li> <li>fix: windows, window size, fullscree &amp; maximized (<a href="https://redirect.github.com/leanflutter/window_manager/issues/477">#477</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/leanflutter/window_manager/commits">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 16:59:11 -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#192