[PR #279] [MERGED] Bump the pub group across 1 directory with 25 updates #268

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

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/279
Author: @dependabot[bot]
Created: 7/26/2025
Status: Merged
Merged: 7/27/2025
Merged by: @ricoberger

Base: mainHead: dependabot/pub/app/pub-2c5ea64f3d


📝 Commits (2)

  • 01d2eba Bump the pub group across 1 directory with 25 updates
  • 4ca3dd6 Update Flutter Version to 3.32.7

📊 Changes

21 files changed (+428 additions, -427 deletions)

View changed files

📝 .github/workflows/continuous-delivery.yaml (+9 -7)
📝 .github/workflows/continuous-integration.yaml (+1 -1)
📝 app/ios/Podfile.lock (+8 -89)
📝 app/ios/Runner.xcodeproj/project.pbxproj (+20 -0)
app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved (+60 -0)
📝 app/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme (+20 -0)
app/ios/Runner.xcworkspace/xcshareddata/swiftpm/Package.resolved (+60 -0)
📝 app/lib/main.dart (+15 -24)
📝 app/lib/widgets/item/details/utils/item_piped/item_piped_video_web.dart (+1 -2)
📝 app/lib/widgets/item/details/utils/item_youtube/item_youtube_video_web.dart (+1 -2)
📝 app/lib/widgets/settings/premium/settings_premium_inapp.dart (+31 -34)
📝 app/linux/flutter/generated_plugin_registrant.cc (+4 -0)
📝 app/linux/flutter/generated_plugins.cmake (+1 -1)
📝 app/macos/Flutter/GeneratedPluginRegistrant.swift (+2 -2)
📝 app/macos/Podfile.lock (+8 -83)
📝 app/macos/Runner.xcodeproj/project.pbxproj (+20 -0)
📝 app/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme (+18 -0)
📝 app/pubspec.lock (+121 -153)
📝 app/pubspec.yaml (+24 -24)
📝 app/windows/flutter/generated_plugin_registrant.cc (+3 -3)

...and 1 more files

📄 Description

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

Package From To
carousel_slider 5.0.0 5.1.1
file_picker 10.1.2 10.2.0
flutter_launcher_icons 0.14.3 0.14.4
flutter_lints 5.0.0 6.0.0
flutter_markdown 0.7.6 0.7.7+1
flutter_native_splash 2.4.5 2.4.6
html 0.15.5 0.15.6
http 1.3.0 1.4.0
intl 0.19.0 0.20.2
just_audio 0.9.46 0.10.4
just_audio_background 0.0.1-beta.15 0.0.1-beta.17
just_audio_media_kit 2.0.6 2.1.0
media_kit_libs_video 1.0.5 1.0.6
media_kit_video 1.2.5 1.3.0
msix 3.16.8 3.16.9
provider 6.1.2 6.1.5
purchases_flutter 8.6.1 9.1.0
shared_preferences 2.5.2 2.5.3
sign_in_with_apple 6.1.4 7.0.1
supabase_flutter 2.8.4 2.9.1
url_launcher 6.3.1 6.3.2
window_manager 0.4.3 0.5.1
youtube_explode_dart 2.3.10 2.5.1

Updates carousel_slider from 5.0.0 to 5.1.1

Changelog

Sourced from carousel_slider's changelog.

5.1.1

  • [Fix] Fix lint issue

5.1.0

  • [Feat] Support Apple Pencil
  • [Fix] Fix RangeError (length): Invalid value: Valid value range is empty: 0
Commits

Updates file_picker from 10.1.2 to 10.2.0

Changelog

Sourced from file_picker's changelog.

10.2.0

Desktop

  • Added support for webp images on Desktop platforms. #1491

Android

10.1.9

Android

  • Fixed an issue when a folder is selected on an external storage #1801

10.1.8

Android

  • Fixed an issue when a folder is selected #1802

10.1.7

Web

  • Fixed a memory leak on the web.

10.1.6

Android

  • Fixed an issue when you try to select more than one file#1796
  • Fixed the app not filter correctly for the selected file types #1792

10.1.5

iOS

  • Fixed an app crash when calling .saveFile twice and cancelling the native save operation via the UI #1626 @​Leapward-Koex
  • Fixed a .saveFile future never completing when .saveFile is called twice without waiting for the first completion. @​Leapward-Koex

10.1.4

Android

  • Fixed an issue where paths were loaded with duplicated endings. #1767

10.1.3

Android

  • Fixed an issue loading files. #1777
Commits

Updates flutter_launcher_icons from 0.14.3 to 0.14.4

Release notes

Sourced from flutter_launcher_icons's releases.

v0.14.4

Full Changelog: https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.14.2...v0.14.4

Changelog

Sourced from flutter_launcher_icons's changelog.

0.14.4 (10th June 2025)

  • Removed rules which no longer exist from analysis_options #598
  • Fix template generated within thegenerate command #642
  • Standardize on async I/O and waiting for work to complete #646
Commits

Updates flutter_lints from 5.0.0 to 6.0.0

Commits
  • 6eebe72 [flutter_lints] Bump lints dependency to 6.0.0 and bump package to 6.0.0 (#9108)
  • 0093e2e [video_player_android] Add note about Android platform views known issue (#9312)
  • 62f38a1 [camera_android_camerax] Implement enableAudio for video recording (#9264)
  • 9c11e9b [video_player_android] isBuffering flag always return true after calling seek...
  • 6efa04b [camera,video_player] replace onSurfaceDestroyed with onSurfaceCleanup (#9316)
  • c33fa39 [camera,video_player] Update Android to 3.29 minimum (#9317)
  • 5a7d40f Update repo for 3.32 stable (#9311)
  • 2a847d7 [camera_avfoundation] Correct pigeon configuration output paths (#9313)
  • d692e43 [process] Remove from the repository (#9310)
  • fe5dd86 Ensure Example Packages Work on Android API 36 (#9241)
  • Additional commits viewable in compare view

Updates flutter_markdown from 0.7.6 to 0.7.7+1

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

Updates flutter_native_splash from 2.4.5 to 2.4.6

Release notes

Sourced from flutter_native_splash's releases.

v2.4.6

Changelog

Sourced from flutter_native_splash's changelog.

[2.4.6] - (2025-Apr-06)

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

Updates html from 0.15.5 to 0.15.6

Release notes

Sourced from html's releases.

package:html v0.15.6

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

Updates http from 1.3.0 to 1.4.0

Commits

Updates intl from 0.19.0 to 0.20.2

Release notes

Sourced from intl's releases.

package:intl v0.20.2

  • Remove the dependency on package:http.
  • Remove the dependency on package:web.

package:intl v0.20.1

  • Upgrade package:web dependency constraint to 1.1.0, fixes issue #916.
  • Update to CLDR v46.

package:intl v0.20.0

  • Fix caching of messages in CompositeMessageLookup.
  • Type numberFormatSymbols as a Map<String, NumberSymbols>.
  • Type dateTimeSymbolMap as a Map<String, DateSymbols>.
  • Add example for pub.dev.
  • Fix issues with AM/PM markers.
  • Update to CLDR v44.1.
  • Require Dart ^3.3
  • Require package:web ^0.5.0.
  • Support compiling to WASM.
  • Update to and account for package:lints ^4.0.0.
  • rtl Detection fix in bidi.dart for Kordi Sorani "ckb".
  • Update to CLDR v45.

package:intl_translation v0.20.1

  • Add topics to pubspec.yaml
  • Update to dart_style 2.3.7. bin/make_examples_const.dartandrewrite_intl_messages.dartwill now look for a surrounding.dart_tool/package_config.json` file to infer the language version of the files updated by the script.
  • Upgrade dep on package:intl.

package:intl_translation v0.20.0

  • Throw if the Intl.select arg is not in the list of args.
  • Support package:intl 0.19.0.
  • Require Dart 3.0.
Commits

Updates just_audio from 0.9.46 to 0.10.4

Commits
  • 6a2dfda Merge branch 'fix/simul_loads' into minor
  • 03d81e0 Merge branch 'Abestanis-fix/load_defaults' into fix/simul_loads
  • af1d27b Add test for initial seek values, update CHANGELOG.
  • ae0aaf2 Use convenience getter for initial seek values.
  • 86f2064 Merge branch 'fix/load_defaults' of github.com:Abestanis/just_audio into Abes...
  • f8590e5 Fix dispose crash on iOS.
  • bf1a097 Fix the default index and position when loading a source
  • 4fb8dfe Fix simultaneous load bug on iOS/macOS.
  • bf26a62 Fix bug on simultaneous loads.
  • b59061e Merge branch 'fix/pending_timers' into minor
  • Additional commits viewable in compare view

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

Commits
  • 7d5878b Merge branch 'rserro-patch-1' into minor
  • 52f92e8 Update version/changelog
  • 24eee70 Merge branch 'patch-1' of github.com:rserro/just_audio into rserro-patch-1
  • 8e1d188 Merge branch 'fix/web_play_load' into minor
  • ebb2fb6 Fix play interrupted by load on web.
  • ce53d25 idle before broadcasting
  • 601e866 rm unecessary code
  • b0a516a add clearPlayback to dismiss the device player
  • 4d1ef5a Merge branch 'fix/player_event' into minor
  • c3e8935 Add PlayerEvent.
  • Additional commits viewable in compare view

Updates just_audio_media_kit from 2.0.6 to 2.1.0

Changelog

Sourced from just_audio_media_kit's changelog.

2.1.0

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

Updates media_kit from 1.1.11 to 1.2.0

Release notes

Sourced from media_kit's releases.

media_kit_libs_android_audio-v1.2.0

  • build: bump dependencies
  • perf: reduce bundle size

media_kit_libs_android_video-v1.2.0

  • build: bump dependencies
  • perf: reduce bundle size

media_kit_video-v1.2.0

  • fix: MaterialVideoControls layout
Changelog

Sourced from media_kit's changelog.

media_kit - v1.2.0

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

media_kit_libs_android_audio - v1.3.7

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

media_kit_libs_android_video - v1.3.7

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

... (truncated)

Commits

Updates media_kit_libs_video from 1.0.5 to 1.0.6

Release notes

Sourced from media_kit_libs_video's releases.

media_kit_libs_android_audio-v1.0.6

  • build: bump dependencies

media_kit_libs_android_video-v1.0.6

  • build: bump dependencies

media_kit_native_event_loop-v1.0.6

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

media_kit_libs_macos_audio-v1.0.6

  • build: bump libs version

media_kit_libs_macos_video-v1.0.6

  • build: bump libs version

media_kit_libs_windows_audio-v1.0.6

media_kit_libs_windows_video-v1.0.6

Changelog

Sourced from media_kit_libs_video's changelog.

video_player_media_kit - v1.0.6

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

Updates media_kit_video from 1.2.5 to 1.3.0

Changelog

Sourced from media_kit_video's changelog.

media_kit_video - v1.3.0

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

video_player_media_kit - v1.0.6

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

Updates msix from 3.16.8 to 3.16.9

Changelog

Sourced from msix's changelog.

3.16.9

Commits

Updates provider from 6.1.2 to 6.1.5

Commits

Updates purchases_flutter from 8.6.1 to 9.1.0

Release notes

Sourced from purchases_flutter's releases.

9.1.0

RevenueCat SDK

New Features

📦 Dependency Updates

9.0.1

RevenueCat SDK

📦 Dependency Updates

🔄 Other Changes

9.0.0

RevenueCat SDK

💥 Breaking Changes

  • Play Billing Library 8 update

This release updates the SDK to use Google Play Billing Library 8. This version of the Billing Library removed APIs to query for expired subscriptions and consumed one-time products, aside from other improvements. You can check the full list of changes here: https://developer.android.com/google/play/billing/release-notes#8-0-0

No expired subscriptions or consumed one-time products

Note: the following is only relevant if you recently integrated RevenueCat, and do not (yet) have all your transactions imported.

Play Billing Library 8 removed functionality to query expired subscriptions or consumed one-time products. This means that, for users migrating from a non-RevenueCat implementation of the Play Billing Library, the SDK will not be able to send purchase information from these purchases. We can still ingest historical data from these purchases through a backend historical import. See docs. This doesn't affect developers that have all transactions in RevenueCat, which is true for the vast majority.

Using the SDK with your own IAP code (previously Observer Mode)

Using the SDK with your own IAP code is still supported in v9. Other than updating the SDK version, there are no changes required. Just make sure the version of the Play Billing Library is also version 8.0.0+.

  • Increased min Flutter SDK to 3.22.0 and Dart min SDK to 3.4.0

  • Remove freezed in favor of manually parsed models (#1368) via Toni Rico (@​tonidero)

    • This removed some APIs like toJson, StoreTransaction.revenueCatIdentifier
    • This also modified our APIs to use WebPurchaseRedemptionResult. Now you will need to do:
WebPurchaseRedemptionResult result;
switch (result) {
  case WebPurchaseRedemptionSuccess(:final customerInfo):
    // Handle successful redemption
    break;
  case WebPurchaseRedemptionError(:final error):
    // Handle error in redemption
    break;
</tr></table> 

... (truncated)

Changelog

Sourced from purchases_flutter's changelog.

9.0.1

RevenueCat SDK

📦 Dependency Updates

🔄 Other Changes

9.0.0

RevenueCat SDK

💥 Breaking Changes

  • Play Billing Library 8 update

This release updates the SDK to use Google Play Billing Library 8. This version of the Billing Library removed APIs to query for expired subscriptions and consumed one-time products, aside from other improvements. You can check the full list of changes here: https://developer.android.com/google/play/billing/release-notes#8-0-0

No expired subscriptions or consumed one-time products

Note: the following is only relevant if you recently integrated RevenueCat, and do not (yet) have all your transactions imported.

Play Billing Library 8 removed functionality to query expired subscriptions or consumed one-time products. This means that, for users migrating from a non-RevenueCat implementation of the Play Billing Library, the SDK will not be able to send purchase information from these purchases. We can still ingest historical data from these purchases through a backend historical import. See docs. This doesn't affect developers that have all transactions in RevenueCat, which is true for the vast majority.

Using the SDK with your own IAP code (previously Observer Mode)

Using the SDK with your own IAP code is still supported in v9. Other than updating the SDK version, there are no changes required. Just make sure the version of the Play Billing Library is also version 8.0.0+.

  • Increased min Flutter SDK to 3.22.0 and Dart min SDK to 3.4.0

  • Remove freezed in favor of manually parsed models (#1368) via Toni Rico (@​tonidero)

    • This removed some APIs like toJson, StoreTransaction.revenueCatIdentifier
    • This also modified our APIs to use WebPurchaseRedemptionResult. Now you will need to do:
WebPurchaseRedemptionResult result;
switch (result) {
  case WebPurchaseRedemptionSuccess(:final customerInfo):
    // Handle successful redemption
    break;
  case WebPurchaseRedemptionError(:final error):
    // Handle error in redemption
    break;
  case WebPurchaseRedemptionPurchaseBelongsToOtherUser():
    // Handle case where the purchase belongs to another user
    break;
  case WebPurchaseRedemptionInvalidToken():
    // Handle case where the token is invalid
    break;
  case WebPurchaseRedemptionExpired(:final obfuscatedEmail):
    // Handle case where the redemption link has expired
    break;
</tr></table> 

... (truncated)

Commits

Updates shared_preferences from 2.5.2 to 2.5.3

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

Updates sign_in_with_apple from 6.1.4 to 7.0.1

Commits

Updates supabase_flutter from 2.8.4 to 2.9.1

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.

2025-06-10

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

functions_client - v2.4.3

  • FIX(functions_client): Handle binary data request properly and improve test coverage (#1184). (e6c9420e)

gotrue - v2.13.0

  • REFACTOR(gotrue): Remove unused _currentUser field and update currentUser documentation. (#1168). (88ed5d88)
  • FIX(auth): Validate uuid params in admin methods (#1171). (369dcc24)
  • FEAT(gotrue): Add phone mfa enrollment (#1188). (944afcde)

realtime_client - v2.5.1

  • FIX(realtime): Send version when joining channel and remove jwt check (#1166). (9ccd890d)

supabase - v2.8.0

... (truncated)

Commits

Updates timeago from 3.7.0 to 3.7.1

Commits

Updates url_launcher from 6.3.1 to 6.3.2

Commits
  • 3fe6a01 [url_launcher] Fixes new unnecessary boolean operations warnings (#9409)
  • 111ceb7 [tool] Use swift-format from Xcode (#9460)
  • b90f8a7 [various] Update example apps to Swift (#9347)
  • 5a7d40f Update repo for 3.32 stable (#9311)
  • fe5dd86 Ensure Example Packages Work on Android API 36 (#9241)
  • e8c9976 [ci] Update repository for 3.29 release (#9270)
  • 1f069a7 [dependabot]: Bump the test-dependencies group across 16 directories with 8 u...
  • b93cc40 [various] Scrubs pre-SDK-21 Android code (#9112)
  • 4a36dc6 [all_packages] Enforce property assignment for compile sdk over method assign...
  • 7fb1a4d Drop deprecated HTML head meta tags (#8970)
  • Additional commits viewable in compare view

Updates window_manager from 0.4.3 to 0.5.1

Release notes

Sourced from window_manager's releases.

v0.5.0

What's Changed

New Contributors

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/279 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/26/2025 **Status:** ✅ Merged **Merged:** 7/27/2025 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `dependabot/pub/app/pub-2c5ea64f3d` --- ### 📝 Commits (2) - [`01d2eba`](https://github.com/feeddeck/feeddeck/commit/01d2eba17b8f3145a59fe22bbf145c9a0c44817b) Bump the pub group across 1 directory with 25 updates - [`4ca3dd6`](https://github.com/feeddeck/feeddeck/commit/4ca3dd68216710ec1cfdf93c3d92028e48097515) Update Flutter Version to 3.32.7 ### 📊 Changes **21 files changed** (+428 additions, -427 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/continuous-delivery.yaml` (+9 -7) 📝 `.github/workflows/continuous-integration.yaml` (+1 -1) 📝 `app/ios/Podfile.lock` (+8 -89) 📝 `app/ios/Runner.xcodeproj/project.pbxproj` (+20 -0) ➕ `app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved` (+60 -0) 📝 `app/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme` (+20 -0) ➕ `app/ios/Runner.xcworkspace/xcshareddata/swiftpm/Package.resolved` (+60 -0) 📝 `app/lib/main.dart` (+15 -24) 📝 `app/lib/widgets/item/details/utils/item_piped/item_piped_video_web.dart` (+1 -2) 📝 `app/lib/widgets/item/details/utils/item_youtube/item_youtube_video_web.dart` (+1 -2) 📝 `app/lib/widgets/settings/premium/settings_premium_inapp.dart` (+31 -34) 📝 `app/linux/flutter/generated_plugin_registrant.cc` (+4 -0) 📝 `app/linux/flutter/generated_plugins.cmake` (+1 -1) 📝 `app/macos/Flutter/GeneratedPluginRegistrant.swift` (+2 -2) 📝 `app/macos/Podfile.lock` (+8 -83) 📝 `app/macos/Runner.xcodeproj/project.pbxproj` (+20 -0) 📝 `app/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme` (+18 -0) 📝 `app/pubspec.lock` (+121 -153) 📝 `app/pubspec.yaml` (+24 -24) 📝 `app/windows/flutter/generated_plugin_registrant.cc` (+3 -3) _...and 1 more files_ </details> ### 📄 Description Bumps the pub group with 23 updates in the /app directory: | Package | From | To | | --- | --- | --- | | [carousel_slider](https://github.com/serenader2014/flutter_carousel_slider) | `5.0.0` | `5.1.1` | | [file_picker](https://github.com/miguelpruivo/flutter_file_picker) | `10.1.2` | `10.2.0` | | [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) | `0.14.3` | `0.14.4` | | [flutter_lints](https://github.com/flutter/packages/tree/main/packages) | `5.0.0` | `6.0.0` | | [flutter_markdown](https://github.com/flutter/packages/tree/main/packages) | `0.7.6` | `0.7.7+1` | | [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash) | `2.4.5` | `2.4.6` | | [html](https://github.com/dart-lang/tools/tree/main/pkgs) | `0.15.5` | `0.15.6` | | [http](https://github.com/dart-lang/http/tree/master/pkgs) | `1.3.0` | `1.4.0` | | [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) | `0.19.0` | `0.20.2` | | [just_audio](https://github.com/ryanheise/just_audio) | `0.9.46` | `0.10.4` | | [just_audio_background](https://github.com/ryanheise/just_audio) | `0.0.1-beta.15` | `0.0.1-beta.17` | | [just_audio_media_kit](https://github.com/Pato05/just_audio_media_kit) | `2.0.6` | `2.1.0` | | [media_kit_libs_video](https://github.com/media-kit/media-kit) | `1.0.5` | `1.0.6` | | [media_kit_video](https://github.com/media-kit/media-kit) | `1.2.5` | `1.3.0` | | [msix](https://github.com/YehudaKremer/msix) | `3.16.8` | `3.16.9` | | [provider](https://github.com/rrousselGit/provider) | `6.1.2` | `6.1.5` | | [purchases_flutter](https://github.com/RevenueCat/purchases-flutter) | `8.6.1` | `9.1.0` | | [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) | `2.5.2` | `2.5.3` | | [sign_in_with_apple](https://github.com/aboutyou/dart_packages) | `6.1.4` | `7.0.1` | | [supabase_flutter](https://github.com/supabase/supabase-flutter/tree/main/packages) | `2.8.4` | `2.9.1` | | [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher) | `6.3.1` | `6.3.2` | | [window_manager](https://github.com/leanflutter/window_manager) | `0.4.3` | `0.5.1` | | [youtube_explode_dart](https://github.com/Hexer10/youtube_explode_dart) | `2.3.10` | `2.5.1` | Updates `carousel_slider` from 5.0.0 to 5.1.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/serenader2014/flutter_carousel_slider/blob/master/CHANGELOG.md">carousel_slider's changelog</a>.</em></p> <blockquote> <h1>5.1.1</h1> <ul> <li>[Fix] Fix lint issue</li> </ul> <h1>5.1.0</h1> <ul> <li>[Feat] Support Apple Pencil</li> <li>[Fix] Fix RangeError (length): Invalid value: Valid value range is empty: 0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/serenader2014/flutter_carousel_slider/commits">compare view</a></li> </ul> </details> <br /> Updates `file_picker` from 10.1.2 to 10.2.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/miguelpruivo/flutter_file_picker/blob/master/CHANGELOG.md">file_picker's changelog</a>.</em></p> <blockquote> <h2>10.2.0</h2> <h3>Desktop</h3> <ul> <li>Added support for webp images on Desktop platforms. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1491">#1491</a></li> </ul> <h3>Android</h3> <ul> <li>Fixed an issue where saving files was failing with some MimeTypes <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1789">#1789</a>, <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1818">#1818</a>, <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1819">#1819</a> and <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1820">#1820</a></li> </ul> <h2>10.1.9</h2> <h3>Android</h3> <ul> <li>Fixed an issue when a folder is selected on an external storage <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1801">#1801</a></li> </ul> <h2>10.1.8</h2> <h3>Android</h3> <ul> <li>Fixed an issue when a folder is selected <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1802">#1802</a></li> </ul> <h2>10.1.7</h2> <h3>Web</h3> <ul> <li>Fixed a memory leak on the web.</li> </ul> <h2>10.1.6</h2> <h3>Android</h3> <ul> <li>Fixed an issue when you try to select more than one file<a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1796">#1796</a></li> <li>Fixed the app not filter correctly for the selected file types <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1792">#1792</a></li> </ul> <h2>10.1.5</h2> <h3>iOS</h3> <ul> <li>Fixed an app crash when calling <code>.saveFile</code> twice and cancelling the native save operation via the UI <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/issues/1626">#1626</a> <a href="https://github.com/Leapward-Koex"><code>@​Leapward-Koex</code></a></li> <li>Fixed a <code>.saveFile</code> future never completing when <code>.saveFile</code> is called twice without waiting for the first completion. <a href="https://github.com/Leapward-Koex"><code>@​Leapward-Koex</code></a></li> </ul> <h2>10.1.4</h2> <h3>Android</h3> <ul> <li>Fixed an issue where paths were loaded with duplicated endings. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/pull/1767">#1767</a></li> </ul> <h2>10.1.3</h2> <h3>Android</h3> <ul> <li>Fixed an issue loading files. <a href="https://redirect.github.com/miguelpruivo/flutter_file_picker/pull/1777">#1777</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/miguelpruivo/flutter_file_picker/commits">compare view</a></li> </ul> </details> <br /> Updates `flutter_launcher_icons` from 0.14.3 to 0.14.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fluttercommunity/flutter_launcher_icons/releases">flutter_launcher_icons's releases</a>.</em></p> <blockquote> <h2>v0.14.4</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.14.2...v0.14.4">https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.14.2...v0.14.4</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md">flutter_launcher_icons's changelog</a>.</em></p> <blockquote> <h2>0.14.4 (10th June 2025)</h2> <ul> <li>Removed rules which no longer exist from analysis_options <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/598">#598</a></li> <li>Fix template generated within thegenerate command <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/642">#642</a></li> <li>Standardize on async I/O and waiting for work to complete <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/646">#646</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/fluttercommunity/flutter_launcher_icons/commits/v0.14.4">compare view</a></li> </ul> </details> <br /> Updates `flutter_lints` from 5.0.0 to 6.0.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/6eebe72ca3975373a5fab06a009ec5ffeabdb495"><code>6eebe72</code></a> [flutter_lints] Bump lints dependency to 6.0.0 and bump package to 6.0.0 (<a href="https://github.com/flutter/packages/tree/main/packages/issues/9108">#9108</a>)</li> <li><a href="https://github.com/flutter/packages/commit/0093e2ecd5e3e83c04864b076564e1020ada532f"><code>0093e2e</code></a> [video_player_android] Add note about Android platform views known issue (<a href="https://github.com/flutter/packages/tree/main/packages/issues/9312">#9312</a>)</li> <li><a href="https://github.com/flutter/packages/commit/62f38a1abb95fccabd865cef8b107d515bfbf93d"><code>62f38a1</code></a> [camera_android_camerax] Implement <code>enableAudio</code> for video recording (<a href="https://github.com/flutter/packages/tree/main/packages/issues/9264">#9264</a>)</li> <li><a href="https://github.com/flutter/packages/commit/9c11e9b8b845235c8d6bd120b89238dc580ab973"><code>9c11e9b</code></a> [video_player_android] isBuffering flag always return true after calling seek...</li> <li><a href="https://github.com/flutter/packages/commit/6efa04bfdb94f14236a9f9f85a6ebb367a94e81d"><code>6efa04b</code></a> [camera,video_player] replace onSurfaceDestroyed with onSurfaceCleanup (<a href="https://github.com/flutter/packages/tree/main/packages/issues/9316">#9316</a>)</li> <li><a href="https://github.com/flutter/packages/commit/c33fa390d6866405334adc56d38b70ea2ee3ab6e"><code>c33fa39</code></a> [camera,video_player] Update Android to 3.29 minimum (<a href="https://github.com/flutter/packages/tree/main/packages/issues/9317">#9317</a>)</li> <li><a href="https://github.com/flutter/packages/commit/5a7d40f877274916bdd81ba18a6b508e2d266aa3"><code>5a7d40f</code></a> Update repo for 3.32 stable (<a href="https://github.com/flutter/packages/tree/main/packages/issues/9311">#9311</a>)</li> <li><a href="https://github.com/flutter/packages/commit/2a847d78641de3eba95ba22b3a01db5ee24c93b3"><code>2a847d7</code></a> [camera_avfoundation] Correct pigeon configuration output paths (<a href="https://github.com/flutter/packages/tree/main/packages/issues/9313">#9313</a>)</li> <li><a href="https://github.com/flutter/packages/commit/d692e43dba6c8dcfdd3659fd6681a3c9505307ae"><code>d692e43</code></a> [process] Remove from the repository (<a href="https://github.com/flutter/packages/tree/main/packages/issues/9310">#9310</a>)</li> <li><a href="https://github.com/flutter/packages/commit/fe5dd86d6232c1ca2eacc50efe38db5dd2a6f815"><code>fe5dd86</code></a> Ensure Example Packages Work on Android API 36 (<a href="https://github.com/flutter/packages/tree/main/packages/issues/9241">#9241</a>)</li> <li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/flutter_lints-v6.0.0/packages">compare view</a></li> </ul> </details> <br /> Updates `flutter_markdown` from 0.7.6 to 0.7.7+1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/bba066f89dd45ba7f47ca1a20d5b933726be74f6"><code>bba066f</code></a> [flutter_markdown] Added sizedImageBuilder to Markdown widget (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6739">#6739</a>)</li> <li><a href="https://github.com/flutter/packages/commit/799a5908904cb9e74e51de26f6b8e77392da3b82"><code>799a590</code></a> [google_maps_flutter] Skip impl copy of iOS tests (<a href="https://github.com/flutter/packages/tree/main/packages/issues/8975">#8975</a>)</li> <li><a href="https://github.com/flutter/packages/commit/0ef3d446fd447371b742e22c9b38f268669911d7"><code>0ef3d44</code></a> [google_maps_flutter] Skip more hanging iOS tests (<a href="https://github.com/flutter/packages/tree/main/packages/issues/8967">#8967</a>)</li> <li><a href="https://github.com/flutter/packages/commit/10632222207e9aa068e03612b88c336da82cc3e1"><code>1063222</code></a> [url_launcher] When not fully loaded, clicking close causes the callback to n...</li> <li><a href="https://github.com/flutter/packages/commit/f1b1eb5696b4198b8cf861546c9b4cae4f213ed2"><code>f1b1eb5</code></a> [camera_avfoundation] Test utils and mocks swift migration - part 2 (<a href="https://github.com/flutter/packages/tree/main/packages/issues/8892">#8892</a>)</li> <li><a href="https://github.com/flutter/packages/commit/be0e0e2b92d5acd1f9ecf968c2623c69678db942"><code>be0e0e2</code></a> [webview_flutter] Skip flaky legacy tests on iOS (<a href="https://github.com/flutter/packages/tree/main/packages/issues/8911">#8911</a>)</li> <li><a href="https://github.com/flutter/packages/commit/c97691715ffb76de778e538985a80ef04c188271"><code>c976917</code></a> [camera_android] Don't override default fps range when not recording (<a href="https://github.com/flutter/packages/tree/main/packages/issues/8891">#8891</a>)</li> <li><a href="https://github.com/flutter/packages/commit/01f9771560557c3baa18518612ffa08c1f7e4a5d"><code>01f9771</code></a> [google_maps_flutter] Fix typo and remove duplicitous CHANGELOG entry (<a href="https://github.com/flutter/packages/tree/main/packages/issues/8754">#8754</a>)</li> <li><a href="https://github.com/flutter/packages/commit/6b3eff672f5ecc690d8760e478d5d83b5e9712b4"><code>6b3eff6</code></a> [extension_gsi] Support the latest version of googleapis_auth (<a href="https://github.com/flutter/packages/tree/main/packages/issues/8931">#8931</a>)</li> <li><a href="https://github.com/flutter/packages/commit/085a2fff017b7467e60c9991b9f856045b76a06d"><code>085a2ff</code></a> [dependabot]: Bump com.android.tools.build:gradle from 8.0.0 to 8.9.1 in /pac...</li> <li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/flutter_markdown-v0.7.7/packages">compare view</a></li> </ul> </details> <br /> Updates `flutter_native_splash` from 2.4.5 to 2.4.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jonbhanson/flutter_native_splash/releases">flutter_native_splash's releases</a>.</em></p> <blockquote> <h2>v2.4.6</h2> <ul> <li>Ensure compatibility with Java 21. Thanks <a href="https://github.com/FrankenApps">Fichtelcoder</a> for [PR <a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/759">#759</a>](<a href="https://redirect.github.com/jonbhanson/flutter_native_splash/pull/759">jonbhanson/flutter_native_splash#759</a>).</li> <li>Sets Android namespace. Fixes <a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/755">#755</a>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jonbhanson/flutter_native_splash/blob/master/CHANGELOG.md">flutter_native_splash's changelog</a>.</em></p> <blockquote> <h2>[2.4.6] - (2025-Apr-06)</h2> <ul> <li>Ensure compatibility with Java 21. Thanks <a href="https://github.com/FrankenApps">Fichtelcoder</a> for [PR <a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/759">#759</a>](<a href="https://redirect.github.com/jonbhanson/flutter_native_splash/pull/759">jonbhanson/flutter_native_splash#759</a>).</li> <li>Sets Android namespace. Fixes <a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/755">#755</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jonbhanson/flutter_native_splash/commit/8c65117f0a4adc04f93deeb595a699a0d6dac559"><code>8c65117</code></a> Ensure compatibility with Java 21. Thanks Fichtelcoder for PR <a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/759">#759</a>. Sets Andr...</li> <li><a href="https://github.com/jonbhanson/flutter_native_splash/commit/9e08acfdd42deec23699bebfdbd00862051e7e7f"><code>9e08acf</code></a> Ensure compatibility with Java 21. (<a href="https://redirect.github.com/jonbhanson/flutter_native_splash/issues/759">#759</a>)</li> <li>See full diff in <a href="https://github.com/jonbhanson/flutter_native_splash/compare/v2.4.5...v2.4.6">compare view</a></li> </ul> </details> <br /> Updates `html` from 0.15.5 to 0.15.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/tools/releases">html's releases</a>.</em></p> <blockquote> <h2>package:html v0.15.6</h2> <ul> <li>Performance improvements.</li> <li>No longer generate any error spans if generateSpans is false.</li> <li>Fixed a TypeError in nth-child with non numeric value (e.g. <code>nth-child(even)</code>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/tools/commit/11f4cf7ee79632be370062dad67b7dd81bc28d55"><code>11f4cf7</code></a> [html] Various performance optimizations (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2019">#2019</a>)</li> <li><a href="https://github.com/dart-lang/tools/commit/98d4e4d912ca10a52fdc95c4645d1b8da480e39f"><code>98d4e4d</code></a> [html] fix TypeError in nth-child query selector (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2015">#2015</a>)</li> <li><a href="https://github.com/dart-lang/tools/commit/11a7719ffc6573b62d164a3188b8c2131b6ef6c3"><code>11a7719</code></a> allow custom ID generators in Clients, and support String ids (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2077">#2077</a>)</li> <li><a href="https://github.com/dart-lang/tools/commit/93276f5bf6d8792d9051d444445fd5fd8adc3d38"><code>93276f5</code></a> Support newInstanceNamed with empty name (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/1194">#1194</a>)</li> <li><a href="https://github.com/dart-lang/tools/commit/4a284152c263a5d3429d5ab6acfdb70eca2ebcfb"><code>4a28415</code></a> [package:code_builder] Remove transitive dependency on package:macros (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2073">#2073</a>)</li> <li><a href="https://github.com/dart-lang/tools/commit/2bb6eba71fd12637fa30719c4fce37b2053a294e"><code>2bb6eba</code></a> Simplifies the format for client IDs. (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2072">#2072</a>)</li> <li><a href="https://github.com/dart-lang/tools/commit/77e41774f92bf18452f117001d03dc42413ef5df"><code>77e4177</code></a> [coverage] Prepare to publish (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2070">#2070</a>)</li> <li><a href="https://github.com/dart-lang/tools/commit/e7168ae1121f2a4b95385dd7c407776bc78007e6"><code>e7168ae</code></a> [coverage] Finish collection as soon as main isolate exits (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2069">#2069</a>)</li> <li><a href="https://github.com/dart-lang/tools/commit/d74f9e13dc02736f12ae57d5984c57024113cf5a"><code>d74f9e1</code></a> [UA] Add a Flutter event for plugins injected into an iOS/macOS project. (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2062">#2062</a>)</li> <li><a href="https://github.com/dart-lang/tools/commit/f34228f868f35c3dcbaaecb1fe37797e778c5865"><code>f34228f</code></a> [graphs] fix readme CI badge (<a href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2068">#2068</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dart-lang/tools/commits/html-v0.15.6/pkgs">compare view</a></li> </ul> </details> <br /> Updates `http` from 1.3.0 to 1.4.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/dart-lang/http/commits/HEAD/pkgs">compare view</a></li> </ul> </details> <br /> Updates `intl` from 0.19.0 to 0.20.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/i18n/releases">intl's releases</a>.</em></p> <blockquote> <h2>package:intl v0.20.2</h2> <ul> <li>Remove the dependency on <code>package:http</code>.</li> <li>Remove the dependency on <code>package:web</code>.</li> </ul> <h2>package:intl v0.20.1</h2> <ul> <li>Upgrade <code>package:web</code> dependency constraint to <code>1.1.0</code>, fixes issue <a href="https://redirect.github.com/dart-lang/i18n/issues/916">#916</a>.</li> <li>Update to CLDR v46.</li> </ul> <h2>package:intl v0.20.0</h2> <ul> <li>Fix caching of messages in <code>CompositeMessageLookup</code>.</li> <li>Type <code>numberFormatSymbols</code> as a <code>Map&lt;String, NumberSymbols&gt;</code>.</li> <li>Type <code>dateTimeSymbolMap</code> as a <code>Map&lt;String, DateSymbols&gt;</code>.</li> <li>Add example for pub.dev.</li> <li>Fix issues with AM/PM markers.</li> <li>Update to CLDR v44.1.</li> <li>Require Dart <code>^3.3</code></li> <li>Require <code>package:web</code> <code>^0.5.0</code>.</li> <li>Support compiling to WASM.</li> <li>Update to and account for <code>package:lints</code> <code>^4.0.0</code>.</li> <li>rtl Detection fix in <code>bidi.dart</code> for Kordi Sorani &quot;ckb&quot;.</li> <li>Update to CLDR v45.</li> </ul> <h2>package:intl_translation v0.20.1</h2> <ul> <li>Add topics to <code>pubspec.yaml</code></li> <li>Update to <code>dart_style </code>2.3.7<code>. </code>bin/make_examples_const.dart<code>and</code>rewrite_intl_messages.dart<code>will now look for a surrounding</code>.dart_tool/package_config.json` file to infer the language version of the files updated by the script.</li> <li>Upgrade dep on <code>package:intl</code>.</li> </ul> <h2>package:intl_translation v0.20.0</h2> <ul> <li>Throw if the <code>Intl.select</code> <code>arg</code> is not in the list of <code>args</code>.</li> <li>Support <code>package:intl</code> <code>0.19.0</code>.</li> <li>Require Dart 3.0.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/i18n/commit/83e8d08568e26888dc0252c89f5d1faf92052e44"><code>83e8d08</code></a> remove the dependency on package:web (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/931">#931</a>)</li> <li><a href="https://github.com/dart-lang/i18n/commit/dc712458a44b3d2415e7a6859ae7c3fd205ef2b3"><code>dc71245</code></a> Update pubspec.yaml (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/930">#930</a>)</li> <li><a href="https://github.com/dart-lang/i18n/commit/d47173ba78b1f5ec6a61d8c1d736e9a0593febbd"><code>d47173b</code></a> remote package:http from package:intl (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/928">#928</a>)</li> <li><a href="https://github.com/dart-lang/i18n/commit/97014949f9dcb76d683eb7dbafff21899a8ec3cf"><code>9701494</code></a> rev package:intl to 0.20.1 in prep for publishing</li> <li><a href="https://github.com/dart-lang/i18n/commit/4d96553d475806731e83008215faf8f1d39e5f83"><code>4d96553</code></a> No public description</li> <li><a href="https://github.com/dart-lang/i18n/commit/1b3fecde8ac2fb5db2c6bfcfa918e0cc8b0eb9d0"><code>1b3fecd</code></a> Merge pull request <a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/917">#917</a> from dart-lang:mosuem-patch-2</li> <li><a href="https://github.com/dart-lang/i18n/commit/932e8c0660d49f5dbe49ae401f7cc892cedc9ef0"><code>932e8c0</code></a> Merge pull request <a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/911">#911</a> from dart-lang:issue_trackers</li> <li><a href="https://github.com/dart-lang/i18n/commit/304632f949ab972090f983a0eafc4e3bb351ab1d"><code>304632f</code></a> No public description</li> <li><a href="https://github.com/dart-lang/i18n/commit/4b966665dce27a01b41704c2aa293dc685153470"><code>4b96666</code></a> Fix issues</li> <li><a href="https://github.com/dart-lang/i18n/commit/4d9bd48171752deec840d7b120cad616c60b7c59"><code>4d9bd48</code></a> use lints v5.0</li> <li>Additional commits viewable in <a href="https://github.com/dart-lang/i18n/commits/intl-v0.20.2/pkgs">compare view</a></li> </ul> </details> <br /> Updates `just_audio` from 0.9.46 to 0.10.4 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ryanheise/just_audio/commit/6a2dfdad543644a32a0bc0b50427f48ad68d362c"><code>6a2dfda</code></a> Merge branch 'fix/simul_loads' into minor</li> <li><a href="https://github.com/ryanheise/just_audio/commit/03d81e0c6ee8d8297242c1f16c28846f9bec88de"><code>03d81e0</code></a> Merge branch 'Abestanis-fix/load_defaults' into fix/simul_loads</li> <li><a href="https://github.com/ryanheise/just_audio/commit/af1d27bd7d129ce0f9edd5343634efb8c36e7f06"><code>af1d27b</code></a> Add test for initial seek values, update CHANGELOG.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/ae0aaf2c655f6ead92b7e1293ce086aa849abda8"><code>ae0aaf2</code></a> Use convenience getter for initial seek values.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/86f20643af0559e042936aa6879a85424a6976d2"><code>86f2064</code></a> Merge branch 'fix/load_defaults' of github.com:Abestanis/just_audio into Abes...</li> <li><a href="https://github.com/ryanheise/just_audio/commit/f8590e52fb08fbe11e1bb6f07b67a519d059f2e0"><code>f8590e5</code></a> Fix dispose crash on iOS.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/bf1a097fc43af6cdf4345b81f18a80ab2585d43e"><code>bf1a097</code></a> Fix the default index and position when loading a source</li> <li><a href="https://github.com/ryanheise/just_audio/commit/4fb8dfe4418a40afe280ea3322ddd749fb623f8c"><code>4fb8dfe</code></a> Fix simultaneous load bug on iOS/macOS.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/bf26a6220a326048ac9ef8dc988f3d4af5047355"><code>bf26a62</code></a> Fix bug on simultaneous loads.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/b59061e263e44bbc9da0825393d39d60ecd214dc"><code>b59061e</code></a> Merge branch 'fix/pending_timers' into minor</li> <li>Additional commits viewable in <a href="https://github.com/ryanheise/just_audio/compare/just_audio-v0.9.46...just_audio-v0.10.4">compare view</a></li> </ul> </details> <br /> Updates `just_audio_background` from 0.0.1-beta.15 to 0.0.1-beta.17 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ryanheise/just_audio/commit/7d5878b0ac5b0bcf1189daa6ae991172a4f304a7"><code>7d5878b</code></a> Merge branch 'rserro-patch-1' into minor</li> <li><a href="https://github.com/ryanheise/just_audio/commit/52f92e8bb69b48c094cd134b0d55e7ec5bfc17ba"><code>52f92e8</code></a> Update version/changelog</li> <li><a href="https://github.com/ryanheise/just_audio/commit/24eee704272df0c7f63dad41c097fb610dfbb879"><code>24eee70</code></a> Merge branch 'patch-1' of github.com:rserro/just_audio into rserro-patch-1</li> <li><a href="https://github.com/ryanheise/just_audio/commit/8e1d18862c7c848f991f9d660ba84aa8a4513eb1"><code>8e1d188</code></a> Merge branch 'fix/web_play_load' into minor</li> <li><a href="https://github.com/ryanheise/just_audio/commit/ebb2fb6ed064d5926679298ce57c52afc47e76b8"><code>ebb2fb6</code></a> Fix play interrupted by load on web.</li> <li><a href="https://github.com/ryanheise/just_audio/commit/ce53d2540a0bb23db2ddfd1381a1fe6472f646e7"><code>ce53d25</code></a> idle before broadcasting</li> <li><a href="https://github.com/ryanheise/just_audio/commit/601e866e6fc7bbfb0889cb6cc435f5c2e732cfba"><code>601e866</code></a> rm unecessary code</li> <li><a href="https://github.com/ryanheise/just_audio/commit/b0a516ae153c5675bf4f84245554d2d85e257ae5"><code>b0a516a</code></a> add clearPlayback to dismiss the device player</li> <li><a href="https://github.com/ryanheise/just_audio/commit/4d1ef5ad49a99451033d64173081687959020e31"><code>4d1ef5a</code></a> Merge branch 'fix/player_event' into minor</li> <li><a href="https://github.com/ryanheise/just_audio/commit/c3e89357e80d01bc663b4ace2193ad9f06649c08"><code>c3e8935</code></a> Add PlayerEvent.</li> <li>Additional commits viewable in <a href="https://github.com/ryanheise/just_audio/compare/just_audio_background-v0.0.1-beta.15...just_audio_background-v0.0.1-beta.17">compare view</a></li> </ul> </details> <br /> Updates `just_audio_media_kit` from 2.0.6 to 2.1.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Pato05/just_audio_media_kit/blob/main/CHANGELOG.md">just_audio_media_kit's changelog</a>.</em></p> <blockquote> <h2>2.1.0</h2> <ul> <li>Implement just_audio_platform_interface 4.5.0 and fix media playing when it's not supposed to (<a href="https://redirect.github.com/Pato05/just_audio_media_kit/pull/23">#23</a>, thanks <a href="https://github.com/ryanheise"><code>@​ryanheise</code></a>)</li> <li>Fix <code>setProperty</code> not available for web causing unable to compile to a web target (<a href="https://redirect.github.com/Pato05/just_audio_media_kit/issues/15">#15</a>)</li> <li>Bump up media-kit to v1.2.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/f55b491082b7c4071b2cc102b7e0308a9f9c7111"><code>f55b491</code></a> chore: publish v2.1.0</li> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/e4619bed75b269f80591cbf4cac779e8d2137ea8"><code>e4619be</code></a> chore: example app</li> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/4652df8a77969ddab09f1970dee912678289e421"><code>4652df8</code></a> fix: issues causing playback to resume when it's not supposed to</li> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/eff106e41ee75cd30b906d583a1e30880732f7f8"><code>eff106e</code></a> fix: build error when targeting web (<a href="https://redirect.github.com/Pato05/just_audio_media_kit/issues/15">#15</a>)</li> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/92ee85e5d4880fb68789673332eb6497da220421"><code>92ee85e</code></a> Merge pull request <a href="https://redirect.github.com/Pato05/just_audio_media_kit/issues/23">#23</a> from ryanheise/error_state</li> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/c835b44241c4aec3c3c54215c73a3f956c315f76"><code>c835b44</code></a> Remove _playable variable.</li> <li><a href="https://github.com/Pato05/just_audio_media_kit/commit/61fb97e968e02db624dce3f93acbb674dca83072"><code>61fb97e</code></a> Implement just_audio_platform_interface 4.5.0</li> <li>See full diff in <a href="https://github.com/Pato05/just_audio_media_kit/compare/v2.0.6...v2.1.0">compare view</a></li> </ul> </details> <br /> Updates `media_kit` from 1.1.11 to 1.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/media-kit/media-kit/releases">media_kit's releases</a>.</em></p> <blockquote> <h2>media_kit_libs_android_audio-v1.2.0</h2> <ul> <li>build: bump dependencies</li> <li>perf: reduce bundle size</li> </ul> <h2>media_kit_libs_android_video-v1.2.0</h2> <ul> <li>build: bump dependencies</li> <li>perf: reduce bundle size</li> </ul> <h2>media_kit_video-v1.2.0</h2> <ul> <li>fix: <code>MaterialVideoControls</code> layout</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/media-kit/media-kit/blob/main/CHANGELOG.md">media_kit's changelog</a>.</em></p> <blockquote> <h4><code>media_kit</code> - <code>v1.2.0</code></h4> <ul> <li><strong>REFACTOR</strong>: InitializerNativeCallable &amp; InitializerIsolate.</li> <li><strong>REFACTOR</strong>: migrate NativePlayer Initializer to NativeCallable.</li> <li><strong>REFACTOR</strong>: hook NativeReferenceHolder.</li> <li><strong>REFACTOR</strong>: TempFile.</li> <li><strong>REFACTOR</strong>: remove InitializerNativeEventLoop.</li> <li><strong>PERF</strong>: observe playlist-playing-pos instead of playlist.</li> <li><strong>PERF</strong>: use loadlist in NativePlayer.open.</li> <li><strong>FIX</strong>: increase retry count for flaky player subtitle test.</li> <li><strong>FIX</strong>: bump web to 1.1.0.</li> <li><strong>FIX</strong>: comment out unsupported headers on web.</li> <li><strong>FIX</strong>: proper function signature.</li> <li><strong>FIX</strong>: pass http headers to hls.js.</li> <li><strong>FIX</strong>: emit position in stop.</li> <li><strong>FIX</strong>: NativePlayer.remove.</li> <li><strong>FIX</strong>: player.stream.playlist in add/remove.</li> <li><strong>FIX</strong>: player-open-playable-playlist-start-end.</li> <li><strong>FIX</strong>: playlist emit.</li> <li><strong>FIX</strong>: emit playlist from open.</li> <li><strong>FIX</strong>: add more formats to FallbackBitrateHandler.</li> <li><strong>FIX</strong>: delete temporary file in <code>NativePlayer</code>.</li> <li><strong>FIX</strong>: video_player black screen.</li> <li><strong>FIX</strong>: handle incorrect encoding in toDartString.</li> <li><strong>FIX</strong>: catch observe property callback exception.</li> <li><strong>FIX</strong>: NativeReferenceHolder on 32-bit systems.</li> <li><strong>FIX</strong>: do not reset audioParams &amp; audioBitrate in stop.</li> <li><strong>FIX</strong>: Initializer._callback.</li> <li><strong>FIX</strong>: supply callback to NativeReferenceHolder.</li> <li><strong>FIX</strong>(android): libass font support.</li> <li><strong>FEAT</strong>: PlayerConfiguration.async.</li> <li><strong>FEAT</strong>: NativeReferenceHolder.remove.</li> <li><strong>FEAT</strong>: NativeReferenceHolder.</li> <li><strong>FEAT</strong>: waitForInitialization.</li> <li><strong>FEAT</strong>: Add support for including libass subtitles in screenshots.</li> </ul> <h4><code>media_kit_libs_android_audio</code> - <code>v1.3.7</code></h4> <ul> <li><strong>FIX</strong>: undefined variable.</li> <li><strong>FIX</strong>: check if is found before md5.</li> <li><strong>FIX</strong>: md5 check.</li> <li><strong>FIX</strong>: md5Matches.</li> <li><strong>FIX</strong>: new gradle logic for downloading.</li> </ul> <h4><code>media_kit_libs_android_video</code> - <code>v1.3.7</code></h4> <ul> <li><strong>FIX</strong>: undefined variable.</li> <li><strong>FIX</strong>: check if is found before md5.</li> <li><strong>FIX</strong>: md5 check.</li> <li><strong>FIX</strong>: md5Matches.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/media-kit/media-kit/commits/media_kit_video-v1.2.0">compare view</a></li> </ul> </details> <br /> Updates `media_kit_libs_video` from 1.0.5 to 1.0.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/media-kit/media-kit/releases">media_kit_libs_video's releases</a>.</em></p> <blockquote> <h2>media_kit_libs_android_audio-v1.0.6</h2> <ul> <li>build: bump dependencies</li> </ul> <h2>media_kit_libs_android_video-v1.0.6</h2> <ul> <li>build: bump dependencies</li> </ul> <h2>media_kit_native_event_loop-v1.0.6</h2> <ul> <li>fix(windows): possible crash on hot-restart</li> </ul> <h2>media_kit_libs_macos_audio-v1.0.6</h2> <ul> <li>build: bump libs version</li> </ul> <h2>media_kit_libs_macos_video-v1.0.6</h2> <ul> <li>build: bump libs version</li> </ul> <h2>media_kit_libs_windows_audio-v1.0.6</h2> <ul> <li><a href="https://github.com/mpv-player/mpv/commit/140ec21c89d671d392877a7f3b91d67e7d7b9239">mpv-player/mpv@<code>140ec21</code></a></li> </ul> <h2>media_kit_libs_windows_video-v1.0.6</h2> <ul> <li><a href="https://github.com/mpv-player/mpv/commit/140ec21c89d671d392877a7f3b91d67e7d7b9239">mpv-player/mpv@<code>140ec21</code></a></li> <li><a href="https://github.com/google/angle">ANGLE 2.1.18844 git hash: 2693b03eba82</a></li> <li>MSVCRT</li> <li>UCRT</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/media-kit/media-kit/blob/main/CHANGELOG.md">media_kit_libs_video's changelog</a>.</em></p> <blockquote> <h4><code>video_player_media_kit</code> - <code>v1.0.6</code></h4> <ul> <li><strong>FIX</strong>: add null checks for uri and textureId in MediaKitVideoPlayer.</li> <li><strong>FIX</strong>: video_player black screen.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/media-kit/media-kit/compare/media_kit_libs_ios_audio-v1.0.5...media_kit_libs_macos_audio-v1.0.6">compare view</a></li> </ul> </details> <br /> Updates `media_kit_video` from 1.2.5 to 1.3.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/media-kit/media-kit/blob/main/CHANGELOG.md">media_kit_video's changelog</a>.</em></p> <blockquote> <h4><code>media_kit_video</code> - <code>v1.3.0</code></h4> <ul> <li><strong>REFACTOR</strong>: screen_brightness -&gt; screen_brightness_platform_interface.</li> <li><strong>REFACTOR</strong>(android): simplify AndroidVideoController implementation.</li> <li><strong>REFACTOR</strong>(android): VideoOutput SurfaceTextureEntry -&gt; SurfaceProducer migration.</li> <li><strong>REFACTOR</strong>: use setProperty API in NativeVideoController.</li> <li><strong>FIX</strong>: improve responsiveness of showing controls on mobile.</li> <li><strong>FIX</strong>: bump web to 1.1.0.</li> <li><strong>FIX</strong>: cast to JSObject.</li> <li><strong>FIX</strong>: not call super.didChangeAppLifecycleState(state);.</li> <li><strong>FIX</strong>: not call super.didChangeAppLifecycleState(state);.</li> <li><strong>FIX</strong>: wakelock print.</li> <li><strong>FIX</strong>: subtitles not shifting on controls show/hide.</li> <li><strong>FIX</strong>: set width/height from VideoParams in NativeVideoController.</li> <li><strong>FIX</strong>: seek inside onPointerMove.</li> <li><strong>FIX</strong>(windows): automatic IDXGIAdapter selection on windows 10 or greater.</li> <li><strong>FIX</strong>(android): waitUntilFirstFrameRenderedCompleter.</li> <li><strong>FIX</strong>(android): --hwdec=auto-safe as default.</li> <li><strong>FIX</strong>: dispose ValueNotifier(s) in PlatformVideoController.</li> <li><strong>FIX</strong>: fullscreen.</li> <li><strong>FIX</strong>: long press video speed reset issue.</li> <li><strong>FIX</strong>: wrong value in brightness builder callback.</li> <li><strong>FIX</strong>: Use a Scaffold as the outermost widget on fullscreen video pages.</li> <li><strong>FEAT</strong>: upgrade volume_controller dependency and refactor related code.</li> <li><strong>FEAT</strong>: seek on double tap custom duration support.</li> </ul> <h4><code>video_player_media_kit</code> - <code>v1.0.6</code></h4> <ul> <li><strong>FIX</strong>: add null checks for uri and textureId in MediaKitVideoPlayer.</li> <li><strong>FIX</strong>: video_player black screen.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/media-kit/media-kit/commits/media_kit_libs_android_audio-v1.3.0">compare view</a></li> </ul> </details> <br /> Updates `msix` from 3.16.8 to 3.16.9 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/YehudaKremer/msix/blob/main/CHANGELOG.md">msix's changelog</a>.</em></p> <blockquote> <h2>3.16.9</h2> <ul> <li>Fix <a href="https://redirect.github.com/YehudaKremer/msix/pull/%5B#303%5D(https://redirect.github.com/YehudaKremer/msix/issues/303)">#303</a> &quot;Error SignerSign() failed.&quot; (Thank you <a href="https://github.com/jacksonb-cs"><code>@​jacksonb-cs</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/YehudaKremer/msix/commit/1ab4df346a92ef4dc7bf02fd857d2975be04d47c"><code>1ab4df3</code></a> Fix <a href="https://redirect.github.com/YehudaKremer/msix/issues/303">#303</a></li> <li><a href="https://github.com/YehudaKremer/msix/commit/b1932ca9aec99f15e31ab27d0c2cbaccbebe24f7"><code>b1932ca</code></a> Merge pull request <a href="https://redirect.github.com/YehudaKremer/msix/issues/304">#304</a> from jacksonb-cs/main</li> <li><a href="https://github.com/YehudaKremer/msix/commit/27927400af1ba7ba13bae2f2fc5d4d1f960c8457"><code>2792740</code></a> Fix <a href="https://redirect.github.com/YehudaKremer/msix/issues/303">#303</a> &quot;Error SignerSign() failed.&quot;</li> <li>See full diff in <a href="https://github.com/YehudaKremer/msix/compare/v3.16.8...v3.16.9">compare view</a></li> </ul> </details> <br /> Updates `provider` from 6.1.2 to 6.1.5 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rrousselGit/provider/commit/3ee02e49b928fcb37fe6d1e5bb58ed554b26164a"><code>3ee02e4</code></a> 6.1.5</li> <li><a href="https://github.com/rrousselGit/provider/commit/30ea7d0e078910830b511095163f656152c0d139"><code>30ea7d0</code></a> fixes <a href="https://redirect.github.com/rrousselGit/provider/issues/910">#910</a></li> <li><a href="https://github.com/rrousselGit/provider/commit/7179e119adb4d06fb37f38698e2fa94baa719829"><code>7179e11</code></a> provider : 6.1.3 -&gt; 6.1.4</li> <li><a href="https://github.com/rrousselGit/provider/commit/83f40ebbf8a8a94e241e0a41903cc6c19c251ca0"><code>83f40eb</code></a> Fix regression</li> <li><a href="https://github.com/rrousselGit/provider/commit/be8381df967b3a0cf8f4986cb9163e859bbf9483"><code>be8381d</code></a> provider : 6.1.2 -&gt; 6.1.3</li> <li><a href="https://github.com/rrousselGit/provider/commit/d900a42f0ee8cea3f120c3a163cc88d9cd1d30b2"><code>d900a42</code></a> Optimize the number of providers MultiProvider can mount at once. (<a href="https://redirect.github.com/rrousselGit/provider/issues/906">#906</a>)</li> <li><a href="https://github.com/rrousselGit/provider/commit/3a81a9148001728d74b1f307dc966352684e6748"><code>3a81a91</code></a> Added translated README files in Italian to enhance accessibility for Italian...</li> <li><a href="https://github.com/rrousselGit/provider/commit/64745784fcef9e3ebc6e6dea0d5f82d1ac20c797"><code>6474578</code></a> Fix typos in [watch] method (<a href="https://redirect.github.com/rrousselGit/provider/issues/874">#874</a>)</li> <li><a href="https://github.com/rrousselGit/provider/commit/9403cf61fd816dbd04e300560121fd48c642abb1"><code>9403cf6</code></a> Deprecated notice</li> <li><a href="https://github.com/rrousselGit/provider/commit/c20fb6ff5e7e0addb163d5e7d3ad6d52d8c1c9fe"><code>c20fb6f</code></a> Lints</li> <li>See full diff in <a href="https://github.com/rrousselGit/provider/compare/provider-v6.1.2...provider-v6.1.5">compare view</a></li> </ul> </details> <br /> Updates `purchases_flutter` from 8.6.1 to 9.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>9.1.0</h2> <h2>RevenueCat SDK</h2> <h3>✨ New Features</h3> <ul> <li>[iOS + Android] Virtual Currency Support (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1416">#1416</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 16.0.2 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1418">#1418</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>) <ul> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.1.2">Android 9.1.2</a></li> <li><a href="https://github.com/RevenueCat/purchases-ios/releases/tag/5.33.1">iOS 5.33.1</a></li> </ul> </li> </ul> <h2>9.0.1</h2> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 16.0.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1415">#1415</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>) <ul> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.1.1">Android 9.1.1</a></li> </ul> </li> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 16.0.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1410">#1410</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>) <ul> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.1.1">Android 9.1.1</a></li> </ul> </li> </ul> <h3>🔄 Other Changes</h3> <ul> <li>Bump nokogiri from 1.18.8 to 1.18.9 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1414">#1414</a>) via dependabot[bot] (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> <li>Fix wrong SDK version on web for analytics (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1411">#1411</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</li> </ul> <h2>9.0.0</h2> <h2>RevenueCat SDK</h2> <h3>💥 Breaking Changes</h3> <ul> <li>Play Billing Library 8 update</li> </ul> <p>This release updates the SDK to use Google Play Billing Library 8. This version of the Billing Library removed APIs to query for expired subscriptions and consumed one-time products, aside from other improvements. You can check the full list of changes here: <a href="https://developer.android.com/google/play/billing/release-notes#8-0-0">https://developer.android.com/google/play/billing/release-notes#8-0-0</a></p> <h4>No expired subscriptions or consumed one-time products</h4> <p>Note: the following is only relevant if you recently integrated RevenueCat, and do not (yet) have all your transactions imported.</p> <p>Play Billing Library 8 removed functionality to query expired subscriptions or consumed one-time products. This means that, for users migrating from a non-RevenueCat implementation of the Play Billing Library, the SDK will not be able to send purchase information from these purchases. We can still ingest historical data from these purchases through a backend historical import. See <a href="https://www.revenuecat.com/docs/migrating-to-revenuecat/migrating-existing-subscriptions">docs</a>. This doesn't affect developers that have all transactions in RevenueCat, which is true for the vast majority.</p> <h4>Using the SDK with your own IAP code (previously Observer Mode)</h4> <p>Using the SDK with your own IAP code is still supported in v9. Other than updating the SDK version, there are no changes required. Just make sure the version of the Play Billing Library is also version 8.0.0+.</p> <ul> <li> <p>Increased min Flutter SDK to 3.22.0 and Dart min SDK to 3.4.0</p> </li> <li> <p>Remove freezed in favor of manually parsed models (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1368">#1368</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</p> <ul> <li>This removed some APIs like <code>toJson</code>, <code>StoreTransaction.revenueCatIdentifier</code></li> <li>This also modified our APIs to use WebPurchaseRedemptionResult. Now you will need to do:</li> </ul> </li> </ul> <pre><code>WebPurchaseRedemptionResult result; switch (result) { case WebPurchaseRedemptionSuccess(:final customerInfo): // Handle successful redemption break; case WebPurchaseRedemptionError(:final error): // Handle error in redemption break; &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/RevenueCat/purchases-flutter/blob/main/CHANGELOG.md">purchases_flutter's changelog</a>.</em></p> <blockquote> <h2>9.0.1</h2> <h2>RevenueCat SDK</h2> <h3>📦 Dependency Updates</h3> <ul> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 16.0.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1415">#1415</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>) <ul> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.1.1">Android 9.1.1</a></li> </ul> </li> <li>[AUTOMATIC BUMP] Updates purchases-hybrid-common to 16.0.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1410">#1410</a>) via RevenueCat Git Bot (<a href="https://github.com/RCGitBot"><code>@​RCGitBot</code></a>) <ul> <li><a href="https://github.com/RevenueCat/purchases-android/releases/tag/9.1.1">Android 9.1.1</a></li> </ul> </li> </ul> <h3>🔄 Other Changes</h3> <ul> <li>Bump nokogiri from 1.18.8 to 1.18.9 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1414">#1414</a>) via dependabot[bot] (<a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li> <li>Fix wrong SDK version on web for analytics (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1411">#1411</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</li> </ul> <h2>9.0.0</h2> <h2>RevenueCat SDK</h2> <h3>💥 Breaking Changes</h3> <ul> <li>Play Billing Library 8 update</li> </ul> <p>This release updates the SDK to use Google Play Billing Library 8. This version of the Billing Library removed APIs to query for expired subscriptions and consumed one-time products, aside from other improvements. You can check the full list of changes here: <a href="https://developer.android.com/google/play/billing/release-notes#8-0-0">https://developer.android.com/google/play/billing/release-notes#8-0-0</a></p> <h4>No expired subscriptions or consumed one-time products</h4> <p>Note: the following is only relevant if you recently integrated RevenueCat, and do not (yet) have all your transactions imported.</p> <p>Play Billing Library 8 removed functionality to query expired subscriptions or consumed one-time products. This means that, for users migrating from a non-RevenueCat implementation of the Play Billing Library, the SDK will not be able to send purchase information from these purchases. We can still ingest historical data from these purchases through a backend historical import. See <a href="https://www.revenuecat.com/docs/migrating-to-revenuecat/migrating-existing-subscriptions">docs</a>. This doesn't affect developers that have all transactions in RevenueCat, which is true for the vast majority.</p> <h4>Using the SDK with your own IAP code (previously Observer Mode)</h4> <p>Using the SDK with your own IAP code is still supported in v9. Other than updating the SDK version, there are no changes required. Just make sure the version of the Play Billing Library is also version 8.0.0+.</p> <ul> <li> <p>Increased min Flutter SDK to 3.22.0 and Dart min SDK to 3.4.0</p> </li> <li> <p>Remove freezed in favor of manually parsed models (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1368">#1368</a>) via Toni Rico (<a href="https://github.com/tonidero"><code>@​tonidero</code></a>)</p> <ul> <li>This removed some APIs like <code>toJson</code>, <code>StoreTransaction.revenueCatIdentifier</code></li> <li>This also modified our APIs to use WebPurchaseRedemptionResult. Now you will need to do:</li> </ul> </li> </ul> <pre><code>WebPurchaseRedemptionResult result; switch (result) { case WebPurchaseRedemptionSuccess(:final customerInfo): // Handle successful redemption break; case WebPurchaseRedemptionError(:final error): // Handle error in redemption break; case WebPurchaseRedemptionPurchaseBelongsToOtherUser(): // Handle case where the purchase belongs to another user break; case WebPurchaseRedemptionInvalidToken(): // Handle case where the token is invalid break; case WebPurchaseRedemptionExpired(:final obfuscatedEmail): // Handle case where the redemption link has expired break; &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/d989ce6c818dd7d3c86d8bbaf27a52055614e53a"><code>d989ce6</code></a> Update VERSIONS.md</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/f8a5fb41a3c7e6206a22e6b1ea67295869bf6c0c"><code>f8a5fb4</code></a> Version bump for 9.1.0</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/0793960714ed07b54ccd407747241dae10ddc042"><code>0793960</code></a> [iOS + Android] Virtual Currency Support (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1416">#1416</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/791509bf4fc01400ead8ba2b35c63f1bd14110c3"><code>791509b</code></a> [AUTOMATIC] Release/9.0.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1417">#1417</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/cba14aa2d29930505cabe6c35b9ca2eaa0aed919"><code>cba14aa</code></a> [AUTOMATIC BUMP] Updates purchases-hybrid-common to 16.0.2 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1418">#1418</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/140af306eaf21e2c8ac8a52c1847bd44999cccd8"><code>140af30</code></a> [AUTOMATIC BUMP] Updates purchases-hybrid-common to 16.0.1 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1415">#1415</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/ef93317d6a7d22de452bb2add659f6f6056e125b"><code>ef93317</code></a> Bump nokogiri from 1.18.8 to 1.18.9 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1414">#1414</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/5aca6a816eca6fff46288b8c91e2de3db11defd0"><code>5aca6a8</code></a> [AUTOMATIC BUMP] Updates purchases-hybrid-common to 16.0.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1410">#1410</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/dd70dc2fc362db106712871dc9875e9ed56f3952"><code>dd70dc2</code></a> Fix wrong SDK version on web for analytics (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1411">#1411</a>)</li> <li><a href="https://github.com/RevenueCat/purchases-flutter/commit/4049c61366da2e9bc7b80f8c86ed1c1f39dc6159"><code>4049c61</code></a> Release/9.0.0 (<a href="https://redirect.github.com/RevenueCat/purchases-flutter/issues/1409">#1409</a>)</li> <li>Additional commits viewable in <a href="https://github.com/RevenueCat/purchases-flutter/compare/8.6.1...9.1.0">compare view</a></li> </ul> </details> <br /> Updates `shared_preferences` from 2.5.2 to 2.5.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/064b0b26568728342a550dc876b0a0e0f2fbaa84"><code>064b0b2</code></a> [shared_preferences] Fix a late initialized error with the example app (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/8540">#8540</a>)</li> <li><a href="https://github.com/flutter/packages/commit/bfad6b9764bf6a2b30270013f3b340281b7197c3"><code>bfad6b9</code></a> [various] Updates packages to use flutter.compileSdkVersion (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/8734">#8734</a>)</li> <li><a href="https://github.com/flutter/packages/commit/3e55269c4cd9e1761040129724ecb130b048086d"><code>3e55269</code></a> [shared_preferences_android] dependabot takeover datastore (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/8784">#8784</a>)</li> <li><a href="https://github.com/flutter/packages/commit/5501c5eb1e65b85c471ccad32811608cb8584d87"><code>5501c5e</code></a> [various] Remove plugin-level <code>integration_test</code> dependencies (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/8711">#8711</a>)</li> <li><a href="https://github.com/flutter/packages/commit/da5e46d2700ff42e12bf70b19ec9a588dcb3d90d"><code>da5e46d</code></a> [various] Update Pigeon for task queue changes (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/8654">#8654</a>)</li> <li><a href="https://github.com/flutter/packages/commit/cb4fb13e19756cbbcb523bc33fbf7b7a5923e787"><code>cb4fb13</code></a> [shared_preferences] Fix JSON parsing issue with _decodeValue (<a href="https://github.com/flutter/packages/tree/main/packages/shared_preferences/issues/8211">#8211</a>)</li> <li><a href="https://github.com/flutter/packages/commit/05a65b4dc78213f78aa33c41d719b3cccfb30123"><code>05a65b4</code></a> [dependabot]: Bump the gradle-plugin group across 4 directories with 1 update...</li> <li>See full diff in <a href="https://github.com/flutter/packages/commits/shared_preferences-v2.5.3/packages/shared_preferences">compare view</a></li> </ul> </details> <br /> Updates `sign_in_with_apple` from 6.1.4 to 7.0.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/aboutyou/dart_packages/commits">compare view</a></li> </ul> </details> <br /> Updates `supabase_flutter` from 2.8.4 to 2.9.1 <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>2025-06-10</h2> <h3>Changes</h3> <hr /> <p>Packages with breaking changes:</p> <ul> <li>There are no breaking changes in this release.</li> </ul> <p>Packages with other changes:</p> <ul> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#functions_client---v243"><code>functions_client</code> - <code>v2.4.3</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#gotrue---v2130"><code>gotrue</code> - <code>v2.13.0</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#realtime_client---v251"><code>realtime_client</code> - <code>v2.5.1</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#supabase---v280"><code>supabase</code> - <code>v2.8.0</code></a></li> <li><a href="https://github.com/supabase/supabase-flutter/blob/main/#supabase_flutter---v291"><code>supabase_flutter</code> - <code>v2.9.1</code></a></li> </ul> <p>Packages with dependency updates only:</p> <blockquote> <p>Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.</p> </blockquote> <ul> <li><code>supabase_flutter</code> - <code>v2.9.1</code></li> </ul> <hr /> <h4><code>functions_client</code> - <code>v2.4.3</code></h4> <ul> <li><strong>FIX</strong>(functions_client): Handle binary data request properly and improve test coverage (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1184">#1184</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/e6c9420e5c3c310c2aac7f9626727e68e1b7ddf3">e6c9420e</a>)</li> </ul> <h4><code>gotrue</code> - <code>v2.13.0</code></h4> <ul> <li><strong>REFACTOR</strong>(gotrue): Remove unused _currentUser field and update currentUser documentation. (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1168">#1168</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/88ed5d88508842465a7085c95c93e5059297e9c1">88ed5d88</a>)</li> <li><strong>FIX</strong>(auth): Validate uuid params in admin methods (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1171">#1171</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/369dcc24313bfe8fa95ad6eac50041916f88cad3">369dcc24</a>)</li> <li><strong>FEAT</strong>(gotrue): Add phone mfa enrollment (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1188">#1188</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/944afcde66e2b52621f5a01c849b62ea37081c66">944afcde</a>)</li> </ul> <h4><code>realtime_client</code> - <code>v2.5.1</code></h4> <ul> <li><strong>FIX</strong>(realtime): Send version when joining channel and remove jwt check (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1166">#1166</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/9ccd890d950a1c009fd77320033fc7a87783dbcd">9ccd890d</a>)</li> </ul> <h4><code>supabase</code> - <code>v2.8.0</code></h4> <ul> <li><strong>FEAT</strong>: Add standard client headers (<a href="https://redirect.github.com/supabase/supabase-flutter/issues/1130">#1130</a>). (<a href="https://github.com/supabase/supabase-flutter/commit/f33c9fe2f67fc83d19904a53e0b71e7cec5cee53">f33c9fe2</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/supabase/supabase-flutter/commits/HEAD/packages">compare view</a></li> </ul> </details> <br /> Updates `timeago` from 3.7.0 to 3.7.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/andresaraujo/timeago.dart/commits">compare view</a></li> </ul> </details> <br /> Updates `url_launcher` from 6.3.1 to 6.3.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/3fe6a0149acebc9cb8707cf508d13f59fc372986"><code>3fe6a01</code></a> [url_launcher] Fixes new unnecessary boolean operations warnings (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/9409">#9409</a>)</li> <li><a href="https://github.com/flutter/packages/commit/111ceb704035dd45cf827b8368b7f901cd0465f7"><code>111ceb7</code></a> [tool] Use <code>swift-format</code> from Xcode (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/9460">#9460</a>)</li> <li><a href="https://github.com/flutter/packages/commit/b90f8a784f924c33f958a68634e2f3111ad467e0"><code>b90f8a7</code></a> [various] Update example apps to Swift (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/9347">#9347</a>)</li> <li><a href="https://github.com/flutter/packages/commit/5a7d40f877274916bdd81ba18a6b508e2d266aa3"><code>5a7d40f</code></a> Update repo for 3.32 stable (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/9311">#9311</a>)</li> <li><a href="https://github.com/flutter/packages/commit/fe5dd86d6232c1ca2eacc50efe38db5dd2a6f815"><code>fe5dd86</code></a> Ensure Example Packages Work on Android API 36 (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/9241">#9241</a>)</li> <li><a href="https://github.com/flutter/packages/commit/e8c99766e4eddd156ddf79a9f837a33e0c82acf4"><code>e8c9976</code></a> [ci] Update repository for 3.29 release (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/9270">#9270</a>)</li> <li><a href="https://github.com/flutter/packages/commit/1f069a7e0010d9023c1b24ca8e129d74bb4fe00f"><code>1f069a7</code></a> [dependabot]: Bump the test-dependencies group across 16 directories with 8 u...</li> <li><a href="https://github.com/flutter/packages/commit/b93cc400215537946a697eaf309b52066b2a34ed"><code>b93cc40</code></a> [various] Scrubs pre-SDK-21 Android code (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/9112">#9112</a>)</li> <li><a href="https://github.com/flutter/packages/commit/4a36dc63f7197f5cf4f0d0b9b670492b8848c502"><code>4a36dc6</code></a> [all_packages] Enforce property assignment for compile sdk over method assign...</li> <li><a href="https://github.com/flutter/packages/commit/7fb1a4d5417904bcbb2b11166b6d86a6e6c6a6df"><code>7fb1a4d</code></a> Drop deprecated HTML head meta tags (<a href="https://github.com/flutter/packages/tree/main/packages/url_launcher/issues/8970">#8970</a>)</li> <li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/url_launcher-v6.3.2/packages/url_launcher">compare view</a></li> </ul> </details> <br /> Updates `window_manager` from 0.4.3 to 0.5.1 <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.5.0</h2> <h2>What's Changed</h2> <ul> <li>Fixed Eyes Care app link (Update README.md) by <a href="https://github.com/M97Chahboun"><code>@​M97Chahboun</code></a> in <a href="https://redirect.github.com/leanflutter/window_manager/pull/509">leanflutter/window_manager#509</a></li> <li>Initialize window_hints to fix minimum size setting in release mode by <a href="https://github.com/viseztrance"><code>@​viseztrance</code></a> in <a href="https://redirect.github.com/leanflutter/window_manager/pull/510">leanflutter/window_manager#510</a></li> <li>[Windows] Use frameless window to implement fullscreen by <a href="https://github.com/YuiHrsw"><code>@​YuiHrsw</code></a> in <a href="https://redirect.github.com/leanflutter/window_manager/pull/531">leanflutter/window_manager#531</a></li> <li>Fix crash when using window_manager by multiwin on windows platform by <a href="https://github.com/uppet"><code>@​uppet</code></a> in <a href="https://redirect.github.com/leanflutter/window_manager/pull/546">leanflutter/window_manager#546</a></li> <li>Add getWindowHandle by <a href="https://github.com/copywith9"><code>@​copywith9</code></a> in <a href="https://redirect.github.com/leanflutter/window_manager/pull/548">leanflutter/window_manager#548</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/viseztrance"><code>@​viseztrance</code></a> made their first contribution in <a href="https://redirect.github.com/leanflutter/window_manager/pull/510">leanflutter/window_manager#510</a></li> <li><a href="https://github.com/YuiHrsw"><code>@​YuiHrsw</code></a> made their first contribution in <a href="https://redirect.github.com/leanflutter/window_manager/pull/531">leanflutter/window_manager#531</a></li> <li><a href="https://github.com/uppet"><code>@​uppet</code></a> made their first contribution in <a href="https://redirect.github.com/leanflutter/window_manager/pull/546">leanflutter/window_manager#546</a></li> <li><a href="https://github.com/copywith9"><code>@​copywith9</code></a> made their first contribution in <a href="https://redirect.github.com/leanflutter/window_manager/pull/548">leanflutter/window_manager#548</a></... _Description has been truncated_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 17:00:50 -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#268