[PR #167] [MERGED] Bump the pub group across 1 directory with 17 updates #167

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

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/167
Author: @dependabot[bot]
Created: 6/1/2024
Status: Merged
Merged: 6/8/2024
Merged by: @ricoberger

Base: mainHead: dependabot/pub/app/pub-5297ce2148


📝 Commits (2)

  • 2f8e4b0 Bump the pub group across 1 directory with 17 updates
  • 7e5db10 Update Flutter Version and Podfile

📊 Changes

10 files changed (+133 additions, -132 deletions)

View changed files

📝 .github/workflows/continuous-delivery.yaml (+7 -7)
📝 .github/workflows/continuous-integration.yaml (+1 -1)
📝 CONTRIBUTING.md (+4 -4)
📝 app/ios/Podfile.lock (+8 -8)
📝 app/lib/widgets/deck/deck_layout_small.dart (+1 -0)
📝 app/lib/widgets/home/home.dart (+1 -1)
📝 app/lib/widgets/item/preview/utils/item_actions.dart (+3 -3)
📝 app/macos/Podfile.lock (+8 -8)
📝 app/pubspec.lock (+84 -84)
📝 app/pubspec.yaml (+16 -16)

📄 Description

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

Package From To
app_links 3.5.1 6.1.1
cupertino_icons 1.0.6 1.0.8
flutter_cache_manager 3.3.1 3.3.2
flutter_lints 3.0.2 4.0.0
flutter_markdown 0.6.22 0.7.1
html2md 1.3.1 1.3.2
just_audio 0.9.37 0.9.38
just_audio_background 0.0.1-beta.11 0.0.1-beta.12
just_audio_media_kit 2.0.2 2.0.4
package_info_plus 6.0.0 8.0.0
purchases_flutter 6.24.0 6.29.2
shared_preferences 2.2.2 2.2.3
sign_in_with_apple 6.0.0 6.1.0
url_launcher 6.2.5 6.2.6
window_manager 0.3.8 0.3.9
youtube_explode_dart 2.1.0 2.2.1

Updates app_links from 3.5.1 to 6.1.1

Changelog

Sourced from app_links's changelog.

6.1.1

  • fix: README.md doc links.

6.1.0

  • feat(macOS): Handle universal links. See README.md for setup.
  • chore: Cleanup README.md.

6.0.2

6.0.1

  • fix(linux): Initialization process.

6.0.0

  • Breaking: Replaced allStringLinkStream by stringLinkStream and allUriLinkStream by uriLinkStream.
  • Breaking: Removed allStringLinkStream, allUriLinkStream.
    The changes above should clarify the usage of the plugin. Both streams handle initial and further links.
  • Breaking: Renamed getInitialApp* and getLatestApp* methods to getInitialLink* and getLatestLink*.
  • chore(QoL): The plugin should not send again initial link when restarting, reloading the app or subscribing again to the stream.
  • fix(macOS): Handle link from cold state (i.e. terminated).
  • fix(linux): Refactor code to not store all URIs.
  • fix(linux): Stream is not filled anymore when there's no listener.

5.0.0

  • Breaking iOs: Application Delegate now returns true for both Universal Links and Custom URL schemes. If you have other packages which could conflict with it, report to the README.md for custom handling. This change is motived by the basic deep linking provided by Flutter and the fact that there is now a workaround for such cases.

4.0.1

  • fix(Android): Reworked capture by explicitly discarding ACTION_SEND* and let other basic actions succeed (NFC for example).

4.0.0

  • Breaking fix(Windows): Updated setup to be more resilient to Flutter changes. Can work with v3 but mandatory from Flutter 3.19 with new projects.
  • Breaking chore(Android): Remove capture of ACTION_SEND to avoid conflicts with others packages.
  • Breaking chore(web): move from dart:html to package:web to allow WASM compilation.
  • chore: Updated setup for iOS to handle result while other packages are around.
Commits
  • 0ba0311 fix: README.md doc links.
  • d34b709 feat(macOS): Handle universal links
  • 1c72801 feat(macOS): Handle universal links
  • 58c6a40 fix(iOS): Application delegate now returns 'false'.
  • ef67cef chore: Update version to 6.0.1.
  • c9da1f5 fix(linux): Initialization process.
  • 654b2d7 fix: Hot reload/restart & simplify usage.
  • 33a47b4 fix(iOS): Application delegate now returns 'true'.
  • c3ebcc6 Fix a couple of typos (#112)
  • 8e5ec09 fix(Android): Reworked capture by explicitly discarding ACTION_SEND* and le...
  • Additional commits viewable in compare view

Updates cupertino_icons from 1.0.6 to 1.0.8

Commits
  • 701d60a [CupertinoIcons] fix broken icons and vertical alignment, bump the version to...
  • cc34b78 [ci/various] Update for 3.19 stable (#6147)
  • d1f1f0f [cupertino_icons] Add example to cupertino icons (#5312)
  • 639c5f0 [ci] Roll minimum allowable Flutter to 3.10 (#5425)
  • See full diff in compare view

Updates flutter_cache_manager from 3.3.1 to 3.3.2

Commits

Updates flutter_lints from 3.0.2 to 4.0.0

Commits
  • 4799c49 [flutter_lints] Rev to 4.0.0; prepare for publishing (#6695)
  • 4e79678 [pointer_interceptor] Remove implements from app-facing package (#6699)
  • d670b2c Temporarily add empty header files to video_player_avfoundation so include di...
  • a9f14bc Reverts "[image_picker_ios] Adds Swift Package Manager compatibility to image...
  • a444af5 [image_picker_ios] Adds Swift Package Manager compatibility to image_picker_i...
  • 09a373f [video_player_avfoundation] Adds Swift Package Manager compatibility (#6675)
  • 0167b51 [ios_platform_images] Add Swift Package Manager support (#6684)
  • 8de142d [path_provider] Add Swift Package Manager support (#6680)
  • 4595c41 [go_router] guard context access in then clauses (#6685)
  • 8df8b5f [camera] Ignore implementation imports outside of lib (#6191)
  • Additional commits viewable in compare view

Updates flutter_markdown from 0.6.22 to 0.7.1

Commits
  • f630fcd [flutter_markdown] Custom fontfeature superscript (#5874)
  • 88a3a56 [camera] Convert iOS Obj-C->Dart calls to Pigeon (#6568)
  • 5d15437 [flutter_markdown] Ensure customize nested bullet list style. (#6384)
  • bb82cb7 [ci] Add more dev dependency checks, and fix errors (#6563)
  • 4b8580e [two_dimensional_scrollables] Refactor Spans for common use (#6550)
  • 3f4c0f5 [in_app_purchase] Add api to expose country code (#6540)
  • ba1e24b [camera] Initial iOS Pigeon conversion (#6553)
  • 87ae14f [in_app_purchase] Add countryCode implementation to android and storekit (#6556)
  • 663b475 [google_sign_in_ios] Upgrade GoogleSignIn iOS SDK to 7.1 (#6404)
  • 0dd8de2 [in_app_purchase_platform_interface] Adds countryCode API (#6548)
  • Additional commits viewable in compare view

Updates html2md from 1.3.1 to 1.3.2

Changelog

Sourced from html2md's changelog.

1.3.2

Commits

Updates just_audio from 0.9.37 to 0.9.38

Commits

Updates just_audio_background from 0.0.1-beta.11 to 0.0.1-beta.12

Commits

Updates just_audio_media_kit from 2.0.2 to 2.0.4

Changelog

Sourced from just_audio_media_kit's changelog.

2.0.4

  • Support --prefetch-playlist for gapless playback (fixes #11)
  • Reset Duration on track change (fixes #10)
  • Set pitch to true by default (fix setPitch not working)

2.0.3

  • Add libmpv parameter to ensureInitialized (#9)
Commits

Updates package_info_plus from 6.0.0 to 8.0.0

Commits
  • 0404dd1 chore(release): prepare for release (#2850)
  • ad06a23 docs(package_info_plus): Add platform specific documentation (#2845)
  • 7259af2 feat(package_info_plus)!: Switch to SHA-256 for buildSignature on Android (...
  • 7d712ef docs(package_info_plus): Improve web documentation re. CORS (#2841)
  • 15985a1 chore(release): prepare for release (#2827)
  • af91dc1 chore(deps): bump org.jetbrains.kotlin.android from 1.7.22 to 1.9.23 in /pack...
  • 2fbc699 chore(deps): bump com.android.application from 8.3.0 to 8.3.1 in /packages/pa...
  • 6293c45 chore(deps): bump com.android.tools.build:gradle from 8.3.0 to 8.3.1 in /pack...
  • 26047f3 feat(package_info_plus)!: Support multiple version.json locations (#2733)
  • a73af89 refactor(share_plus): Migrate Android example to use the new plugins declarat...
  • Additional commits viewable in compare view

Updates purchases_flutter from 6.24.0 to 6.29.2

Release notes

Sourced from purchases_flutter's releases.

6.29.2

Bugfixes

Dependency Updates

6.29.1

Bugfixes

Dependency Updates

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

Other Changes

  • Remove SafeArea in sample in paywall.dart (#1063) via Cesar de la Vega (@​vegaro)
  • Migration to applying Gradle plugins with the declarative plugins block in sample (#1062) via Cesar de la Vega (@​vegaro)

6.29.0

Bugfixes

  • Crash on Amazon paywalls after purchasing (#1053) via Cesar de la Vega (@​vegaro)

Dependency Updates

Other Changes

6.28.0

Dependency Updates

6.27.0

Bugfixes

  • Fix touches passing through paywall when using presentPaywall methods (#1044) via Toni Rico (@​tonidero)

... (truncated)

Changelog

Sourced from purchases_flutter's changelog.

6.29.2

Bugfixes

Dependency Updates

6.29.1

Bugfixes

Dependency Updates

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

Other Changes

  • Remove SafeArea in sample in paywall.dart (#1063) via Cesar de la Vega (@​vegaro)
  • Migration to applying Gradle plugins with the declarative plugins block in sample (#1062) via Cesar de la Vega (@​vegaro)

6.29.0

Bugfixes

  • Crash on Amazon paywalls after purchasing (#1053) via Cesar de la Vega (@​vegaro)

Dependency Updates

Other Changes

6.28.0

Dependency Updates

6.27.0

Bugfixes

  • Fix touches passing through paywall when using presentPaywall methods (#1044) via Toni Rico (@​tonidero)

... (truncated)

Commits

Updates shared_preferences from 2.2.2 to 2.2.3

Commits
  • a21a447 Update multiple packages to depend on versions with iOS privacy manifest incl...
  • 51faaa1 [shared_preferences] Update mockito to the new version available 5.2.0 (#6332)
  • ccb27be [various] Commit Windows build migrations (#6175)
  • b21dce5 [web] Updates package:web dependency to ^0.5.0. (#5791)
  • cc34b78 [ci/various] Update for 3.19 stable (#6147)
  • e08e149 [various] Disambiguate TestDefaultBinaryMessengerBinding (#6009)
  • 88b7d16 [most on Android] Bump compile SDK version to 34 (#5783)
  • 76a6fd2 [shared_preferences_foundation] Run swift-format on Swift files (#5933)
  • 4dd91ce [various] Run swift-format on example app Swift files (#5931)
  • 4c5375d [various] Update minimum iOS versions to 12.0 (#5902)
  • Additional commits viewable in compare view

Updates sign_in_with_apple from 6.0.0 to 6.1.0

Commits

Updates supabase_flutter from 2.3.4 to 2.5.4

Changelog

Sourced from supabase_flutter's changelog.

Change Log

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

2024-05-28

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

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

  • supabase_flutter - v2.5.4

storage_client - v2.0.2

  • CHORE: Add some comments on storage symbols (#938).

realtime_client - v2.1.0

  • FEAT: Allow setting timeout of RealtimeClient. (#932). (dba8bae0)

supabase - v2.2.0

  • FEAT: Allow setting timeout of RealtimeClient. (#932). (dba8bae0)

2024-05-13

Changes


Packages with breaking changes:

... (truncated)

Commits
  • 5952c9d chore(release): publish packages
  • b25e41d chore: Add some comments on storage symbols. (#938)
  • d562352 chore: Internal packages are now imported with version specified (#931)
  • dba8bae feat: Allow setting timeout of RealtimeClient. (#932)
  • 408e816 chore(release): Publish packages (#927)
  • 7ded898 feat(functions): Invoke function with custom query params (#926)
  • 0a3b73e fix(postgrest): Update parameter type of isFilter() to only allow boolean o...
  • 0902124 fix(postgrest): Update parameter type of match() filter so that null values...
  • e21db45 feat(goture): Allow OAuthProvider.kakao for signInWithIdToken (#922)
  • 04a59dc fix: Keep compatible with app_links 6.0.0 and 5.0.0 (#918)
  • Additional commits viewable in compare view

Updates url_launcher from 6.2.5 to 6.2.6

Commits
  • a21a447 Update multiple packages to depend on versions with iOS privacy manifest incl...
  • 5e03e0f [url_launcher] Add explicit imports of UIKit (#6208)
  • ccb27be [various] Commit Windows build migrations (#6175)
  • See full diff in compare view

Updates window_manager from 0.3.8 to 0.3.9

Release notes

Sourced from window_manager's releases.

v0.3.9

  • fix(windows): fix TitleBar buttons does not display correctly #415
  • fix(windows): crash after deconstruction #423
  • fix(windows): WindowManager.IsFocused() method (#461)
Changelog

Sourced from window_manager's changelog.

0.3.9

  • fix(windows): fix TitleBar buttons does not display correctly #415
  • fix(windows): crash after deconstruction #423
  • fix(windows): WindowManager.IsFocused() method (#461)
Commits

Updates youtube_explode_dart from 2.1.0 to 2.2.1

Changelog

Sourced from youtube_explode_dart's changelog.

2.2.1

  • Implement VideoClient.get to fetch a list of related videos given another Video.

2.2.0

  • Implement shorts filter. Thanks to @​igormidev #269.
  • Implement AudioTracks in StreamInfo to find the language of an audio track.
  • Added fullManifest optional parameter for StreamClient.getManifest to fetch a manifest with more streams, including all the languages provided by YouTube.
  • Fix issue where 1440p videos would be detected as 144p.
  • Fix endless loop with fetching some playlists.
Commits
  • 699208f dartfmt
  • 7a56ea4 Minor changes.
  • 2defebb Merge remote-tracking branch 'origin/master'
  • 98d0098 Version 2.1.1
  • cbf5ec1 dartfmt
  • b4c6153 Implement related videos fetching.
  • 14975f2 Update channel tests data
  • 3524308 Refactor WatchPageInitialData
  • 5afc6f0 Throw the proper exception when a video requiring purchasing if fetched and d...
  • 84ef108 Fix extraction of age restricted content
  • Additional commits viewable in compare view

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot 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/167 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/1/2024 **Status:** ✅ Merged **Merged:** 6/8/2024 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `dependabot/pub/app/pub-5297ce2148` --- ### 📝 Commits (2) - [`2f8e4b0`](https://github.com/feeddeck/feeddeck/commit/2f8e4b00fb76c1fac7deb2d1b7835e0572c7c0bf) Bump the pub group across 1 directory with 17 updates - [`7e5db10`](https://github.com/feeddeck/feeddeck/commit/7e5db10e624257f518f7fb4cc6c50fff6b5e2efe) Update Flutter Version and Podfile ### 📊 Changes **10 files changed** (+133 additions, -132 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/continuous-delivery.yaml` (+7 -7) 📝 `.github/workflows/continuous-integration.yaml` (+1 -1) 📝 `CONTRIBUTING.md` (+4 -4) 📝 `app/ios/Podfile.lock` (+8 -8) 📝 `app/lib/widgets/deck/deck_layout_small.dart` (+1 -0) 📝 `app/lib/widgets/home/home.dart` (+1 -1) 📝 `app/lib/widgets/item/preview/utils/item_actions.dart` (+3 -3) 📝 `app/macos/Podfile.lock` (+8 -8) 📝 `app/pubspec.lock` (+84 -84) 📝 `app/pubspec.yaml` (+16 -16) </details> ### 📄 Description Bumps the pub group with 16 updates in the /app directory: | Package | From | To | | --- | --- | --- | | [app_links](https://github.com/llfbandit/app_links) | `3.5.1` | `6.1.1` | | [cupertino_icons](https://github.com/flutter/packages/tree/main/third_party/packages) | `1.0.6` | `1.0.8` | | [flutter_cache_manager](https://github.com/Baseflow/flutter_cache_manager) | `3.3.1` | `3.3.2` | | [flutter_lints](https://github.com/flutter/packages/tree/main/packages) | `3.0.2` | `4.0.0` | | [flutter_markdown](https://github.com/flutter/packages/tree/main/packages) | `0.6.22` | `0.7.1` | | [html2md](https://github.com/jarontai/html2md) | `1.3.1` | `1.3.2` | | [just_audio](https://github.com/ryanheise/just_audio) | `0.9.37` | `0.9.38` | | [just_audio_background](https://github.com/ryanheise/just_audio) | `0.0.1-beta.11` | `0.0.1-beta.12` | | [just_audio_media_kit](https://github.com/Pato05/just_audio_media_kit) | `2.0.2` | `2.0.4` | | [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) | `6.0.0` | `8.0.0` | | [purchases_flutter](https://github.com/RevenueCat/purchases-flutter) | `6.24.0` | `6.29.2` | | [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) | `2.2.2` | `2.2.3` | | [sign_in_with_apple](https://github.com/aboutyou/dart_packages) | `6.0.0` | `6.1.0` | | [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher) | `6.2.5` | `6.2.6` | | [window_manager](https://github.com/leanflutter/window_manager) | `0.3.8` | `0.3.9` | | [youtube_explode_dart](https://github.com/Hexer10/youtube_explode_dart) | `2.1.0` | `2.2.1` | Updates `app_links` from 3.5.1 to 6.1.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/llfbandit/app_links/blob/master/CHANGELOG.md">app_links's changelog</a>.</em></p> <blockquote> <h2>6.1.1</h2> <ul> <li>fix: README.md doc links.</li> </ul> <h2>6.1.0</h2> <ul> <li>feat(macOS): Handle universal links. See README.md for setup.</li> <li>chore: Cleanup README.md.</li> </ul> <h2>6.0.2</h2> <ul> <li><strong>Breaking</strong> iOs: Revert behaviour change introduced in 5.0.0.<br /> There's no point to use Flutter/go_router deep linking feature with this plugin.<br /> For more info: <a href="https://docs.flutter.dev/ui/navigation/deep-linking">https://docs.flutter.dev/ui/navigation/deep-linking</a>.</li> </ul> <h2>6.0.1</h2> <ul> <li>fix(linux): Initialization process.</li> </ul> <h2>6.0.0</h2> <ul> <li><strong>Breaking</strong>: Replaced <code>allStringLinkStream</code> by <code>stringLinkStream</code> and <code>allUriLinkStream</code> by <code>uriLinkStream</code>.</li> <li><strong>Breaking</strong>: Removed <code>allStringLinkStream</code>, <code>allUriLinkStream</code>.<br /> The changes above should clarify the usage of the plugin. Both streams handle initial and further links.</li> <li><strong>Breaking</strong>: Renamed <code>getInitialApp*</code> and <code>getLatestApp*</code> methods to <code>getInitialLink*</code> and <code>getLatestLink*</code>.</li> <li>chore(QoL): The plugin should not send again initial link when restarting, reloading the app or subscribing again to the stream.</li> <li>fix(macOS): Handle link from cold state (i.e. terminated).</li> <li>fix(linux): Refactor code to not store all URIs.</li> <li>fix(linux): Stream is not filled anymore when there's no listener.</li> </ul> <h2>5.0.0</h2> <ul> <li><strong>Breaking</strong> iOs: Application Delegate now returns <code>true</code> for both Universal Links and Custom URL schemes. If you have other packages which could conflict with it, report to the README.md for custom handling. This change is motived by the basic deep linking provided by Flutter and the fact that there is now a workaround for such cases.</li> </ul> <h2>4.0.1</h2> <ul> <li>fix(Android): Reworked capture by explicitly discarding <code>ACTION_SEND*</code> and let other basic actions succeed (NFC for example).</li> </ul> <h2>4.0.0</h2> <ul> <li><strong>Breaking</strong> fix(Windows): Updated setup to be more resilient to Flutter changes. Can work with v3 but mandatory from Flutter 3.19 with new projects.</li> <li><strong>Breaking</strong> chore(Android): Remove capture of ACTION_SEND to avoid conflicts with others packages.</li> <li><strong>Breaking</strong> chore(web): move from dart:html to package:web to allow WASM compilation.</li> <li>chore: Updated setup for iOS to handle result while other packages are around.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/llfbandit/app_links/commit/0ba03114bde67dc2ee5db484a83bfced82cef5a5"><code>0ba0311</code></a> fix: README.md doc links.</li> <li><a href="https://github.com/llfbandit/app_links/commit/d34b70977006f08b611351a462c4cbfe2d30ab12"><code>d34b709</code></a> feat(macOS): Handle universal links</li> <li><a href="https://github.com/llfbandit/app_links/commit/1c72801e8395838b78454c6bf227d416c5a85422"><code>1c72801</code></a> feat(macOS): Handle universal links</li> <li><a href="https://github.com/llfbandit/app_links/commit/58c6a40569337f2f11c2f39244a1ea57af9bab80"><code>58c6a40</code></a> fix(iOS): Application delegate now returns 'false'.</li> <li><a href="https://github.com/llfbandit/app_links/commit/ef67cef1ddff1ce96344c9d54893163234a67b15"><code>ef67cef</code></a> chore: Update version to 6.0.1.</li> <li><a href="https://github.com/llfbandit/app_links/commit/c9da1f50992d0366075a38bb6d143a7c8a199e26"><code>c9da1f5</code></a> fix(linux): Initialization process.</li> <li><a href="https://github.com/llfbandit/app_links/commit/654b2d711144a109f2b0c2dc1cc8e7e550cea7f1"><code>654b2d7</code></a> fix: Hot reload/restart &amp; simplify usage.</li> <li><a href="https://github.com/llfbandit/app_links/commit/33a47b4d1f954dc95fd74009c3ff1da400c01dee"><code>33a47b4</code></a> fix(iOS): Application delegate now returns 'true'.</li> <li><a href="https://github.com/llfbandit/app_links/commit/c3ebcc63ba738f062446358db4f3f21d480925e5"><code>c3ebcc6</code></a> Fix a couple of typos (<a href="https://redirect.github.com/llfbandit/app_links/issues/112">#112</a>)</li> <li><a href="https://github.com/llfbandit/app_links/commit/8e5ec091a4029f82c6f194d4c6237fa4be7c1a5f"><code>8e5ec09</code></a> fix(Android): Reworked capture by explicitly discarding <code>ACTION_SEND*</code> and le...</li> <li>Additional commits viewable in <a href="https://github.com/llfbandit/app_links/compare/3.5.1...6.1.1">compare view</a></li> </ul> </details> <br /> Updates `cupertino_icons` from 1.0.6 to 1.0.8 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/701d60a08941da4c6c5633af5263881963ed07b3"><code>701d60a</code></a> [CupertinoIcons] fix broken icons and vertical alignment, bump the version to...</li> <li><a href="https://github.com/flutter/packages/commit/cc34b78a0ce4b75536325df4a08db000a812a355"><code>cc34b78</code></a> [ci/various] Update for 3.19 stable (<a href="https://github.com/flutter/packages/tree/main/third_party/packages/issues/6147">#6147</a>)</li> <li><a href="https://github.com/flutter/packages/commit/d1f1f0fdaf49124be7ab65fef795a1a213801e13"><code>d1f1f0f</code></a> [cupertino_icons] Add example to cupertino icons (<a href="https://github.com/flutter/packages/tree/main/third_party/packages/issues/5312">#5312</a>)</li> <li><a href="https://github.com/flutter/packages/commit/639c5f05ed3e6ff90a6d049812bce9cbebc65554"><code>639c5f0</code></a> [ci] Roll minimum allowable Flutter to 3.10 (<a href="https://github.com/flutter/packages/tree/main/third_party/packages/issues/5425">#5425</a>)</li> <li>See full diff in <a href="https://github.com/flutter/packages/commits/cupertino_icons-v1.0.8/third_party/packages">compare view</a></li> </ul> </details> <br /> Updates `flutter_cache_manager` from 3.3.1 to 3.3.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/Baseflow/flutter_cache_manager/commits/flutter_cache_manager_v3.3.2">compare view</a></li> </ul> </details> <br /> Updates `flutter_lints` from 3.0.2 to 4.0.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/4799c496349610388873b8348ac0147a1c4af7f2"><code>4799c49</code></a> [flutter_lints] Rev to 4.0.0; prepare for publishing (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6695">#6695</a>)</li> <li><a href="https://github.com/flutter/packages/commit/4e796783a265491d1f3d575a3953f5bee043895a"><code>4e79678</code></a> [pointer_interceptor] Remove <code>implements</code> from app-facing package (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6699">#6699</a>)</li> <li><a href="https://github.com/flutter/packages/commit/d670b2c38c8db0a773aa703e7d3f15682e05ad7f"><code>d670b2c</code></a> Temporarily add empty header files to video_player_avfoundation so include di...</li> <li><a href="https://github.com/flutter/packages/commit/a9f14bc819e635f43f1861b8da807ce03b7ce013"><code>a9f14bc</code></a> Reverts &quot;[image_picker_ios] Adds Swift Package Manager compatibility to image...</li> <li><a href="https://github.com/flutter/packages/commit/a444af56dd267989964346a7270a045b2da5fba3"><code>a444af5</code></a> [image_picker_ios] Adds Swift Package Manager compatibility to image_picker_i...</li> <li><a href="https://github.com/flutter/packages/commit/09a373f2117cbb56f48b8488af284b5cf42448f6"><code>09a373f</code></a> [video_player_avfoundation] Adds Swift Package Manager compatibility (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6675">#6675</a>)</li> <li><a href="https://github.com/flutter/packages/commit/0167b51e5fae866b7e166dea76c8e72a9d18ddb6"><code>0167b51</code></a> [ios_platform_images] Add Swift Package Manager support (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6684">#6684</a>)</li> <li><a href="https://github.com/flutter/packages/commit/8de142d33b88eb704418ba39d7a20a1746c3e69e"><code>8de142d</code></a> [path_provider] Add Swift Package Manager support (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6680">#6680</a>)</li> <li><a href="https://github.com/flutter/packages/commit/4595c413732769703acdebfaacc13a2ad4a335db"><code>4595c41</code></a> [go_router] guard context access in then clauses (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6685">#6685</a>)</li> <li><a href="https://github.com/flutter/packages/commit/8df8b5ff3d3212c53c990a195bf93d28481a16c7"><code>8df8b5f</code></a> [camera] Ignore implementation imports outside of lib (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6191">#6191</a>)</li> <li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/flutter_lints-v4.0.0/packages">compare view</a></li> </ul> </details> <br /> Updates `flutter_markdown` from 0.6.22 to 0.7.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/f630fcda36da8b502da8c8da61b671bd3b422fbd"><code>f630fcd</code></a> [flutter_markdown] Custom fontfeature superscript (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5874">#5874</a>)</li> <li><a href="https://github.com/flutter/packages/commit/88a3a561f16c289beecb86ddc31c854a82efb684"><code>88a3a56</code></a> [camera] Convert iOS Obj-C-&gt;Dart calls to Pigeon (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6568">#6568</a>)</li> <li><a href="https://github.com/flutter/packages/commit/5d1543700dcf0de78996870f7fc6e1bbd0c4b24a"><code>5d15437</code></a> [flutter_markdown] Ensure customize nested bullet list style. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6384">#6384</a>)</li> <li><a href="https://github.com/flutter/packages/commit/bb82cb79b92c41a6dea8e28f60fbf818a9d82dc8"><code>bb82cb7</code></a> [ci] Add more dev dependency checks, and fix errors (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6563">#6563</a>)</li> <li><a href="https://github.com/flutter/packages/commit/4b8580edd806f32c312e929d81556ba19cbf5227"><code>4b8580e</code></a> [two_dimensional_scrollables] Refactor Spans for common use (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6550">#6550</a>)</li> <li><a href="https://github.com/flutter/packages/commit/3f4c0f5a1cfc360615e836ae06b1347aa95c3dd2"><code>3f4c0f5</code></a> [in_app_purchase] Add api to expose country code (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6540">#6540</a>)</li> <li><a href="https://github.com/flutter/packages/commit/ba1e24b4d6737d8305e326ba5d92a97d84726f69"><code>ba1e24b</code></a> [camera] Initial iOS Pigeon conversion (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6553">#6553</a>)</li> <li><a href="https://github.com/flutter/packages/commit/87ae14f5083d000074a83e09c8d71d17367f9f64"><code>87ae14f</code></a> [in_app_purchase] Add countryCode implementation to android and storekit (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6556">#6556</a>)</li> <li><a href="https://github.com/flutter/packages/commit/663b4754e2a638e95106caabbf34ef2810c84cf2"><code>663b475</code></a> [google_sign_in_ios] Upgrade GoogleSignIn iOS SDK to 7.1 (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6404">#6404</a>)</li> <li><a href="https://github.com/flutter/packages/commit/0dd8de289ea735759a5e06753eba3db6420e865d"><code>0dd8de2</code></a> [in_app_purchase_platform_interface] Adds countryCode API (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6548">#6548</a>)</li> <li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/flutter_markdown-v0.7.1/packages">compare view</a></li> </ul> </details> <br /> Updates `html2md` from 1.3.1 to 1.3.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jarontai/html2md/blob/master/CHANGELOG.md">html2md's changelog</a>.</em></p> <blockquote> <h2>1.3.2</h2> <ul> <li>Fix compiling warning (<a href="https://redirect.github.com/jarontai/html2md/issues/41">jarontai/html2md#41</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/jarontai/html2md/commits">compare view</a></li> </ul> </details> <br /> Updates `just_audio` from 0.9.37 to 0.9.38 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ryanheise/just_audio/commit/19426b719e11da9f5850b9e1116948db62f15d73"><code>19426b7</code></a> Gradle and multidex changes.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/4eb2e0c16d0ed04d650388be959efd6446151f4d"><code>4eb2e0c</code></a> Polishing crossorigin API and docs.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/38cdf9d2bdc9a547e9e3283e497d39d20765fca9"><code>38cdf9d</code></a> Merge branch 'feature/web-cross-origin' of <a href="https://github.com/danielwinkler/j">https://github.com/danielwinkler/j</a>...</li> <li><a href="https://github.com/ryanheise/just_audio/commit/f7c01e7b62160f81f228dc9e62604ee262c414e7"><code>f7c01e7</code></a> Bump web to &lt;0.6.0</li> <li><a href="https://github.com/ryanheise/just_audio/commit/e35860cd3c90d90035050e40dec3e1af99fc5bdd"><code>e35860c</code></a> Add cookie information to the readme</li> <li><a href="https://github.com/ryanheise/just_audio/commit/d4cad129fb7654801a3f2f6e4bf8f3201cae14ff"><code>d4cad12</code></a> Set just_audio version to 0.9.38</li> <li><a href="https://github.com/ryanheise/just_audio/commit/b1fa7f8873c51b19af23a6b903c0f52f82025351"><code>b1fa7f8</code></a> pubspec quote formatting</li> <li><a href="https://github.com/ryanheise/just_audio/commit/0818ffcc215c0631c14ef33ea5afe194e43fe0ba"><code>0818ffc</code></a> update versions after merging from minor</li> <li><a href="https://github.com/ryanheise/just_audio/commit/24f3260752ee4d82fc8b47f9c8ccb345df7ab51b"><code>24f3260</code></a> Merge branch 'minor' into feature/web-cross-origin</li> <li><a href="https://github.com/ryanheise/just_audio/commit/b5595f51b19291e46f9e53bb7eadcd0fc647d18b"><code>b5595f5</code></a> Merge branch 'feature/web_package' into minor</li> <li>Additional commits viewable in <a href="https://github.com/ryanheise/just_audio/compare/just_audio-v0.9.37...just_audio-v0.9.38">compare view</a></li> </ul> </details> <br /> Updates `just_audio_background` from 0.0.1-beta.11 to 0.0.1-beta.12 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ryanheise/just_audio/commit/6e36ce473b1e53eed2e57f04c4d0a51702f437a7"><code>6e36ce4</code></a> Add setWebCrossOrigin to just_audio_background.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/36564548af2aca0634460a54556b122d7b1e2cc4"><code>3656454</code></a> Bump just_audio_background example to Android SDK 34</li> <li><a href="https://github.com/ryanheise/just_audio/commit/19426b719e11da9f5850b9e1116948db62f15d73"><code>19426b7</code></a> Gradle and multidex changes.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/4eb2e0c16d0ed04d650388be959efd6446151f4d"><code>4eb2e0c</code></a> Polishing crossorigin API and docs.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/38cdf9d2bdc9a547e9e3283e497d39d20765fca9"><code>38cdf9d</code></a> Merge branch 'feature/web-cross-origin' of <a href="https://github.com/danielwinkler/j">https://github.com/danielwinkler/j</a>...</li> <li><a href="https://github.com/ryanheise/just_audio/commit/f7c01e7b62160f81f228dc9e62604ee262c414e7"><code>f7c01e7</code></a> Bump web to &lt;0.6.0</li> <li><a href="https://github.com/ryanheise/just_audio/commit/e35860cd3c90d90035050e40dec3e1af99fc5bdd"><code>e35860c</code></a> Add cookie information to the readme</li> <li><a href="https://github.com/ryanheise/just_audio/commit/d4cad129fb7654801a3f2f6e4bf8f3201cae14ff"><code>d4cad12</code></a> Set just_audio version to 0.9.38</li> <li><a href="https://github.com/ryanheise/just_audio/commit/b1fa7f8873c51b19af23a6b903c0f52f82025351"><code>b1fa7f8</code></a> pubspec quote formatting</li> <li><a href="https://github.com/ryanheise/just_audio/commit/0818ffcc215c0631c14ef33ea5afe194e43fe0ba"><code>0818ffc</code></a> update versions after merging from minor</li> <li>Additional commits viewable in <a href="https://github.com/ryanheise/just_audio/compare/just_audio_background-v0.0.1-beta.11...just_audio_background-v0.0.1-beta.12">compare view</a></li> </ul> </details> <br /> Updates `just_audio_media_kit` from 2.0.2 to 2.0.4 <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.0.4</h2> <ul> <li>Support <code>--prefetch-playlist</code> for gapless playback (fixes <a href="https://redirect.github.com/Pato05/just_audio_media_kit/issues/11">#11</a>)</li> <li>Reset <code>Duration</code> on track change (fixes <a href="https://redirect.github.com/Pato05/just_audio_media_kit/issues/10">#10</a>)</li> <li>Set <code>pitch</code> to <code>true</code> by default (fix <code>setPitch</code> not working)</li> </ul> <h2>2.0.3</h2> <ul> <li>Add <code>libmpv</code> parameter to <code>ensureInitialized</code> (<a href="https://redirect.github.com/Pato05/just_audio_media_kit/issues/9">#9</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/0c63d096e34332db02d120e914c60d92dcec8606"><code>0c63d09</code></a> publish 2.0.4</li> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/47504b7daa5e59bf703979d2567ec5ca20803d18"><code>47504b7</code></a> support <code>--prefetch-playlist</code> (<a href="https://redirect.github.com/Pato05/just_audio_media_kit/issues/11">#11</a>)</li> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/bd80f8ba58a42832eeda44a8d36610adcc56397b"><code>bd80f8b</code></a> readme: add use mimalloc in installation and rewrite some stuff</li> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/f27be243d8a48226600fbe4c7835010245356537"><code>f27be24</code></a> reset duration on track change (<a href="https://redirect.github.com/Pato05/just_audio_media_kit/issues/10">#10</a>)</li> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/b97730cde3590920aed9a3a5a6aad4b8039abb21"><code>b97730c</code></a> set pitch to <code>true</code> by default</li> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/9751854f425e7ac767415c8a7a57a6761a44512d"><code>9751854</code></a> publish 2.0.3</li> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/781a0e1496a8a5e633c2bc2128fe42a0f9670851"><code>781a0e1</code></a> add documentation to README.md</li> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/9f7b199ca5d80d24d2d2078a71725c01ce04c853"><code>9f7b199</code></a> Add libmpv path parameter for initialization</li> <li>See full diff in <a href="https://github.com/Pato05/just_audio_media_kit/compare/v2.0.2...v2.0.4">compare view</a></li> </ul> </details> <br /> Updates `package_info_plus` from 6.0.0 to 8.0.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/0404dd161359746b50bca6f2d6e0a94f3917456a"><code>0404dd1</code></a> chore(release): prepare for release (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/2850">#2850</a>)</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/ad06a236d7647e958f4b25cd9ee8fe68f4c4faf3"><code>ad06a23</code></a> docs(package_info_plus): Add platform specific documentation (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/2845">#2845</a>)</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/7259af200810bd717d95688fbcdca67a028f9cd0"><code>7259af2</code></a> feat(package_info_plus)!: Switch to SHA-256 for <code>buildSignature</code> on Android (...</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/7d712ef816808d533b2fd0b4f8c9f11ebb23ab53"><code>7d712ef</code></a> docs(package_info_plus): Improve web documentation re. CORS (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/2841">#2841</a>)</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/15985a1d1283122826aeff071473aed06ccf0265"><code>15985a1</code></a> chore(release): prepare for release (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/2827">#2827</a>)</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/af91dc1e06ee3d43bdb561f4abf314a35bb9ac9b"><code>af91dc1</code></a> chore(deps): bump org.jetbrains.kotlin.android from 1.7.22 to 1.9.23 in /pack...</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/2fbc6994850342ba6914fe1ac35c8e8fb5ac6b9f"><code>2fbc699</code></a> chore(deps): bump com.android.application from 8.3.0 to 8.3.1 in /packages/pa...</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/6293c45888195ee14c775f637d3749dc0a6a2ffa"><code>6293c45</code></a> chore(deps): bump com.android.tools.build:gradle from 8.3.0 to 8.3.1 in /pack...</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/26047f3062ea23f8e124f1c64e03dd8a566e9bac"><code>26047f3</code></a> feat(package_info_plus)!: Support multiple version.json locations (<a href="https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/issues/2733">#2733</a>)</li> <li><a href="https://github.com/fluttercommunity/plus_plugins/commit/a73af898ee9b73dcc53307186ac4c79e795b1277"><code>a73af89</code></a> refactor(share_plus): Migrate Android example to use the new plugins declarat...</li> <li>Additional commits viewable in <a href="https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v8.0.0/packages/package_info_plus">compare view</a></li> </ul> </details> <br /> Updates `purchases_flutter` from 6.24.0 to 6.29.2 <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>6.29.2</h2> <h3>Bugfixes</h3> <ul> <li>Fix <code>purchaseDiscountedPackage</code> (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1080">#1080</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</li> </ul> <h3>Dependency Updates</h3> <ul> <li>Bump rexml from 3.2.6 to 3.2.8 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1076">#1076</a>) via dependabot[bot] (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> </ul> <h2>6.29.1</h2> <h3>Bugfixes</h3> <ul> <li>[EXTERNAL] fix: call presentPaywallIfNeeded when needed (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1066">#1066</a>) by <a href="https://github.com/danjocha"><code>@​danjocha</code></a> (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1069">#1069</a>) via Cesar de la Vega (<a href="https://github.com/vegaro"><code>@​vegaro</code></a>)</li> </ul> <h3>Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.6.2 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1067">#1067</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>)</li> </ul> <h3>Other Changes</h3> <ul> <li>Remove SafeArea in sample in paywall.dart (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1063">#1063</a>) via Cesar de la Vega (<a href="https://github.com/vegaro"><code>@​vegaro</code></a>)</li> <li>Migration to applying Gradle plugins with the declarative plugins block in sample (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1062">#1062</a>) via Cesar de la Vega (<a href="https://github.com/vegaro"><code>@​vegaro</code></a>)</li> </ul> <h2>6.29.0</h2> <h3>Bugfixes</h3> <ul> <li>Crash on Amazon paywalls after purchasing (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1053">#1053</a>) via Cesar de la Vega (<a href="https://github.com/vegaro"><code>@​vegaro</code></a>)</li> </ul> <h3>Dependency Updates</h3> <ul> <li>BillingClient has been updated to version 6.2.1</li> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.6.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1059">#1059</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/7.10.1">Android 7.10.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/7.10.0">Android 7.10.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.2">iOS 4.41.2</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.1">iOS 4.41.1</a></li> </ul> </li> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.6.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1056">#1056</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/7.10.1">Android 7.10.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/7.10.0">Android 7.10.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.2">iOS 4.41.2</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.1">iOS 4.41.1</a></li> </ul> </li> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.5.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1054">#1054</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/7.10.1">Android 7.10.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/7.10.0">Android 7.10.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.2">iOS 4.41.2</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.1">iOS 4.41.1</a></li> </ul> </li> </ul> <h3>Other Changes</h3> <ul> <li>Add <code>trigger_bump</code> lane (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1058">#1058</a>) via Cesar de la Vega (<a href="https://github.com/vegaro"><code>@​vegaro</code></a>)</li> </ul> <h2>6.28.0</h2> <h3>Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.5.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1051">#1051</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/7.9.0">Android 7.9.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.0">iOS 4.41.0</a></li> </ul> </li> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.4.2 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1048">#1048</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/7.9.0">Android 7.9.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.0">iOS 4.41.0</a></li> </ul> </li> </ul> <h2>6.27.0</h2> <h3>Bugfixes</h3> <ul> <li>Fix touches passing through paywall when using presentPaywall methods (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1044">#1044</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/RevenueCat/purchases-flutter/blob/main/CHANGELOG.md">purchases_flutter's changelog</a>.</em></p> <blockquote> <h2>6.29.2</h2> <h3>Bugfixes</h3> <ul> <li>Fix <code>purchaseDiscountedPackage</code> (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1080">#1080</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</li> </ul> <h3>Dependency Updates</h3> <ul> <li>Bump rexml from 3.2.6 to 3.2.8 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1076">#1076</a>) via dependabot[bot] (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> </ul> <h2>6.29.1</h2> <h3>Bugfixes</h3> <ul> <li>[EXTERNAL] fix: call presentPaywallIfNeeded when needed (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1066">#1066</a>) by <a href="https://github.com/danjocha"><code>@​danjocha</code></a> (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1069">#1069</a>) via Cesar de la Vega (<a href="https://github.com/vegaro"><code>@​vegaro</code></a>)</li> </ul> <h3>Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.6.2 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1067">#1067</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>)</li> </ul> <h3>Other Changes</h3> <ul> <li>Remove SafeArea in sample in paywall.dart (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1063">#1063</a>) via Cesar de la Vega (<a href="https://github.com/vegaro"><code>@​vegaro</code></a>)</li> <li>Migration to applying Gradle plugins with the declarative plugins block in sample (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1062">#1062</a>) via Cesar de la Vega (<a href="https://github.com/vegaro"><code>@​vegaro</code></a>)</li> </ul> <h2>6.29.0</h2> <h3>Bugfixes</h3> <ul> <li>Crash on Amazon paywalls after purchasing (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1053">#1053</a>) via Cesar de la Vega (<a href="https://github.com/vegaro"><code>@​vegaro</code></a>)</li> </ul> <h3>Dependency Updates</h3> <ul> <li>BillingClient has been updated to version 6.2.1</li> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.6.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1059">#1059</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/7.10.1">Android 7.10.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/7.10.0">Android 7.10.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.2">iOS 4.41.2</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.1">iOS 4.41.1</a></li> </ul> </li> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.6.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1056">#1056</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/7.10.1">Android 7.10.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/7.10.0">Android 7.10.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.2">iOS 4.41.2</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.1">iOS 4.41.1</a></li> </ul> </li> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.5.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1054">#1054</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/7.10.1">Android 7.10.1</a></li> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/7.10.0">Android 7.10.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.2">iOS 4.41.2</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.1">iOS 4.41.1</a></li> </ul> </li> </ul> <h3>Other Changes</h3> <ul> <li>Add <code>trigger_bump</code> lane (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1058">#1058</a>) via Cesar de la Vega (<a href="https://github.com/vegaro"><code>@​vegaro</code></a>)</li> </ul> <h2>6.28.0</h2> <h3>Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.5.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1051">#1051</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/7.9.0">Android 7.9.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.0">iOS 4.41.0</a></li> </ul> </li> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.4.2 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1048">#1048</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/7.9.0">Android 7.9.0</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.0">iOS 4.41.0</a></li> </ul> </li> </ul> <h2>6.27.0</h2> <h3>Bugfixes</h3> <ul> <li>Fix touches passing through paywall when using presentPaywall methods (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1044">#1044</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/c49907ebe03b0ff6992912cb82fb4e240af9b03c"><code>c49907e</code></a> Update VERSIONS.md</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/b67b1aab00ca0f3f955c497cb9f59fd3d8b8139a"><code>b67b1aa</code></a> Version bump for 6.29.2</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/49faade804253f376e48a39b57b8c171130d187b"><code>49faade</code></a> Fix <code>purchaseDiscountedPackage</code> (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1080">#1080</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/6421c7f74d92989d7af36aa0d6fdeb26340730b8"><code>6421c7f</code></a> Bump rexml from 3.2.6 to 3.2.8 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1076">#1076</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/262fe7bf1b75c1343a4f75956e1b6785a644fd7b"><code>262fe7b</code></a> [AUTOMATIC] Release/6.29.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1075">#1075</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/1fc6de703af2f7e8b824792a08b8010fee3f7744"><code>1fc6de7</code></a> fix: call presentPaywallIfNeeded when needed (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1066">#1066</a>) by <a href="https://github.com/danjocha"><code>@​danjocha</code></a> (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1069">#1069</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/dd72517837455b35c5acbfaace0627955bb03468"><code>dd72517</code></a> [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.6.2 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1067">#1067</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/63442d43cf2b5bfbe6b515ebee08d77060103d40"><code>63442d4</code></a> Remove SafeArea in sample in paywall.dart (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1063">#1063</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/edbb5b0d5809d745bb14ec1b55c99d1ac0e9b308"><code>edbb5b0</code></a> Migration to applying Gradle plugins with the declarative plugins block in sa...</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/f2604763b675081f39f9824420e6fba5402f3337"><code>f260476</code></a> [AUTOMATIC] Release/6.29.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1060">#1060</a>)</li> <li>Additional commits viewable in <a href="https://github.com/RevenueCat/purchases-flutter/compare/6.24.0...6.29.2">compare view</a></li> </ul> </details> <br /> Updates `shared_preferences` from 2.2.2 to 2.2.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/a21a4474b16edbecfa7ed675197c13d93b9862fb"><code>a21a447</code></a> Update multiple packages to depend on versions with iOS privacy manifest incl...</li> <li><a href="https://github.com/flutter/packages/commit/51faaa156b61f2a851bdd23d25fb1f8e938a8ee2"><code>51faaa1</code></a> [shared_preferences] Update mockito to the new version available 5.2.0 (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/6332">#6332</a>)</li> <li><a href="https://github.com/flutter/packages/commit/ccb27be4a259704dcd4f103dde3ea453631659b6"><code>ccb27be</code></a> [various] Commit Windows build migrations (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/6175">#6175</a>)</li> <li><a href="https://github.com/flutter/packages/commit/b21dce5f4964adf1e6c90225377a00f65652c428"><code>b21dce5</code></a> [web] Updates package:web dependency to ^0.5.0. (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/5791">#5791</a>)</li> <li><a href="https://github.com/flutter/packages/commit/cc34b78a0ce4b75536325df4a08db000a812a355"><code>cc34b78</code></a> [ci/various] Update for 3.19 stable (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/6147">#6147</a>)</li> <li><a href="https://github.com/flutter/packages/commit/e08e14964404d8cd3296f6d7418ee43726fa7796"><code>e08e149</code></a> [various] Disambiguate TestDefaultBinaryMessengerBinding (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/6009">#6009</a>)</li> <li><a href="https://github.com/flutter/packages/commit/88b7d1677cf7d308a439c091aee0ec53f931b5f7"><code>88b7d16</code></a> [most on Android] Bump compile SDK version to 34 (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/5783">#5783</a>)</li> <li><a href="https://github.com/flutter/packages/commit/76a6fd20f0914689fee483ce89c6a2f6c1952ce8"><code>76a6fd2</code></a> [shared_preferences_foundation] Run swift-format on Swift files (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/5933">#5933</a>)</li> <li><a href="https://github.com/flutter/packages/commit/4dd91ce86f9b8479ced8872836918cc7541ee2cd"><code>4dd91ce</code></a> [various] Run swift-format on example app Swift files (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/5931">#5931</a>)</li> <li><a href="https://github.com/flutter/packages/commit/4c5375dbf58c1fc3b2156d2ccd5eb2a8f5a5dece"><code>4c5375d</code></a> [various] Update minimum iOS versions to 12.0 (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/5902">#5902</a>)</li> <li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/shared_preferences-v2.2.3/packages/shared_preferences">compare view</a></li> </ul> </details> <br /> Updates `sign_in_with_apple` from 6.0.0 to 6.1.0 <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.3.4 to 2.5.4 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/supabase/supabase-flutter/blob/main/CHANGELOG.md">supabase_flutter's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <p>All notable changes to this project will be documented in this file. See <a href="https://conventionalcommits.org">Conventional Commits</a> for commit guidelines.</p> <h2>2024-05-28</h2> <h3>Changes</h3> <hr /> <p>Packages with breaking changes:</p> <ul> <li>There are no breaking changes in this release.</li> </ul> <p>Packages with other changes:</p> <ul> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#storage_client---v202"><code>storage_client</code> - <code>v2.0.2</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#realtime_client---v210"><code>realtime_client</code> - <code>v2.1.0</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#supabase---v220"><code>supabase</code> - <code>v2.2.0</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#supabase_flutter---v254"><code>supabase_flutter</code> - <code>v2.5.4</code></a></li> </ul> <p>Packages with dependency updates only:</p> <blockquote> <p>Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.</p> </blockquote> <ul> <li><code>supabase_flutter</code> - <code>v2.5.4</code></li> </ul> <hr /> <h4><code>storage_client</code> - <code>v2.0.2</code></h4> <ul> <li><strong>CHORE</strong>: Add some comments on storage symbols (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/938">#938</a>).</li> </ul> <h4><code>realtime_client</code> - <code>v2.1.0</code></h4> <ul> <li><strong>FEAT</strong>: Allow setting <code>timeout</code> of <code>RealtimeClient</code>. (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/932">#932</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/dba8bae0c87209c8f900d753a1e15be7557a07dc">dba8bae0</a>)</li> </ul> <h4><code>supabase</code> - <code>v2.2.0</code></h4> <ul> <li><strong>FEAT</strong>: Allow setting <code>timeout</code> of <code>RealtimeClient</code>. (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/932">#932</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/dba8bae0c87209c8f900d753a1e15be7557a07dc">dba8bae0</a>)</li> </ul> <h2>2024-05-13</h2> <h3>Changes</h3> <hr /> <p>Packages with breaking changes:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/supabase/supabase-flutter/commit/5952c9d3760c6b883dfdc0fed6758735008fc891"><code>5952c9d</code></a> chore(release): publish packages</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/b25e41dffa308fa0d2c24914c5b7b2f733ddc4a9"><code>b25e41d</code></a> chore: Add some comments on storage symbols. (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/938">#938</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/d5623522d964d101a72db483af2dfd7674b9ac74"><code>d562352</code></a> chore: Internal packages are now imported with version specified (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/931">#931</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/dba8bae0c87209c8f900d753a1e15be7557a07dc"><code>dba8bae</code></a> feat: Allow setting <code>timeout</code> of <code>RealtimeClient</code>. (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/932">#932</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/408e816ac66442eda90db3e83900b05c10dd604f"><code>408e816</code></a> chore(release): Publish packages (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/927">#927</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/7ded898dee07004cbb20e4d7c209f94a507fad3b"><code>7ded898</code></a> feat(functions): Invoke function with custom query params (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/926">#926</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/0a3b73e02f90ad8d05cf96bf91336a951982b800"><code>0a3b73e</code></a> fix(postgrest): Update parameter type of <code>isFilter()</code> to only allow boolean o...</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/0902124f7fa4b0fab07cc4b43a895914514fd04a"><code>0902124</code></a> fix(postgrest): Update parameter type of <code>match()</code> filter so that null values...</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/e21db454003bbd960af634a01b9642c46284715e"><code>e21db45</code></a> feat(goture): Allow OAuthProvider.kakao for signInWithIdToken (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/922">#922</a>)</li> <li><a href="https://github.com/supabase/supabase-flutter/commit/04a59dcae738cf41e3a7daa293751db444f80f4c"><code>04a59dc</code></a> fix: Keep compatible with app_links 6.0.0 and 5.0.0 (<a href="https://github.com/supabase/supabase-flutter/tree/main/packages/issues/918">#918</a>)</li> <li>Additional commits viewable in <a href="https://github.com/supabase/supabase-flutter/commits/supabase_flutter-v2.5.4/packages">compare view</a></li> </ul> </details> <br /> Updates `url_launcher` from 6.2.5 to 6.2.6 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/a21a4474b16edbecfa7ed675197c13d93b9862fb"><code>a21a447</code></a> Update multiple packages to depend on versions with iOS privacy manifest incl...</li> <li><a href="https://github.com/flutter/packages/commit/5e03e0fe4ab14c372d1603ad6f6992251af2f9df"><code>5e03e0f</code></a> [url_launcher] Add explicit imports of UIKit (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/6208">#6208</a>)</li> <li><a href="https://github.com/flutter/packages/commit/ccb27be4a259704dcd4f103dde3ea453631659b6"><code>ccb27be</code></a> [various] Commit Windows build migrations (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/6175">#6175</a>)</li> <li>See full diff in <a href="https://github.com/flutter/packages/commits/url_launcher-v6.2.6/packages/url_launcher">compare view</a></li> </ul> </details> <br /> Updates `window_manager` from 0.3.8 to 0.3.9 <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.3.9</h2> <ul> <li>fix(windows): fix TitleBar buttons does not display correctly <a href="https://redirect.github.com/leanflutter/window_manager/issues/415">#415</a></li> <li>fix(windows): crash after deconstruction <a href="https://redirect.github.com/leanflutter/window_manager/issues/423">#423</a></li> <li>fix(windows): WindowManager.IsFocused() method (<a href="https://redirect.github.com/leanflutter/window_manager/issues/461">#461</a>)</li> </ul> </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.3.9</h3> <ul> <li>fix(windows): fix TitleBar buttons does not display correctly <a href="https://redirect.github.com/leanflutter/window_manager/issues/415">#415</a></li> <li>fix(windows): crash after deconstruction <a href="https://redirect.github.com/leanflutter/window_manager/issues/423">#423</a></li> <li>fix(windows): WindowManager.IsFocused() method (<a href="https://redirect.github.com/leanflutter/window_manager/issues/461">#461</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/leanflutter/window_manager/commits/v0.3.9">compare view</a></li> </ul> </details> <br /> Updates `youtube_explode_dart` from 2.1.0 to 2.2.1 <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.2.1</h2> <ul> <li>Implement <code>VideoClient.get</code> to fetch a list of related videos given another Video.</li> </ul> <h2>2.2.0</h2> <ul> <li>Implement shorts filter. Thanks to <a href="https://github.com/igormidev"><code>@​igormidev</code></a> <a href="https://redirect.github.com/Hexer10/youtube_explode_dart/issues/269">#269</a>.</li> <li>Implement <code>AudioTrack</code>s in <code>StreamInfo</code> to find the language of an audio track.</li> <li>Added <code>fullManifest</code> optional parameter for <code>StreamClient.getManifest</code> to fetch a manifest with more streams, including all the languages provided by YouTube.</li> <li>Fix issue where 1440p videos would be detected as 144p.</li> <li>Fix endless loop with fetching some playlists.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/699208f1383b547f661fb495e1b3970ecf290634"><code>699208f</code></a> dartfmt</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/7a56ea4a12949c0a8dac22d0e4b4fb203e342980"><code>7a56ea4</code></a> Minor changes.</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/2defebb023d9026204e19df2f9397db85d2031d1"><code>2defebb</code></a> Merge remote-tracking branch 'origin/master'</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/98d00983f1c12d668b2ee1f914afc1d8be62d5e7"><code>98d0098</code></a> Version 2.1.1</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/cbf5ec1a4636bb47d9fa17417e01e0b3b3015828"><code>cbf5ec1</code></a> dartfmt</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/b4c615307e2f3bfd067732a1fd691a0ec7650e26"><code>b4c6153</code></a> Implement related videos fetching.</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/14975f2f7e76a96ff6e2835f8cc18518dbb64113"><code>14975f2</code></a> Update channel tests data</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/352430851c8f73c02d65797ca4ef3c52582fa8fe"><code>3524308</code></a> Refactor WatchPageInitialData</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/5afc6f00935356ffa5cf07791e7ad48a02641ec3"><code>5afc6f0</code></a> Throw the proper exception when a video requiring purchasing if fetched and d...</li> <li><a href="https://github.com/Hexer10/youtube_explode_dart/commit/84ef10827fd39aca79e109cc35def34600160a41"><code>84ef108</code></a> Fix extraction of age restricted content</li> <li>Additional commits viewable in <a href="https://github.com/Hexer10/youtube_explode_dart/compare/v2.1.0...v2.2.1">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:58:42 -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#167