packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
The behavior of `replace` and `pushReplacement` involves popping the last route and ignoring the completer, leaving the last route's future unresolved. This PR introduces new behavior for both methods to...
This pull request adds the missing implementation for background playback. This allows `video_player` to be used with e.g. `audio_service` to continue playing audio after the screen is closed or the...
Bumps `exoplayer_version` from 1.4.1 to 1.5.1. Updates `androidx.media3:media3-exoplayer` from 1.4.1 to 1.5.1 Release notes Sourced from androidx.media3:media3-exoplayer's releases. 1.5.1 This release includes the following changes since the 1.5.0 release: ExoPlayer:...
Rewrites the iOS/macOS implementation in Swift. This is an in-place rewrite with minimal changes, to minimize the chances of breakage, and to simplify review. Future refactorings can improve the Swift...
Annotate an intentional use of a deprecated method in an integration test, so that it doesn't show up in deprecation audits. See https://github.com/flutter/flutter/blob/main/docs/infra/Packages-Gardener-Rotation.md#deprecations
I had opened https://github.com/flutter/packages/pull/9361 and messed up when rebasing the changes. That made the old PR get closed. CC @stuartmorgan-g for continuing the review. Description from the old PR: I'm...
This PR addresses a performance issue in the VectorGraphic widget when using the raster rendering strategy. Specifically, it moves the color and colorFilter effects into the raster cache stage, avoiding...
`ShellRoute` currently does not trigger `observers` defined in `GoRouter`, which is unexpected behavior. Fixes https://github.com/flutter/flutter/issues/112196 ## Pre-Review Checklist - [x] I read the [Contributor Guide] and followed the process outlined...
play video on background *Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by...
This PR is a 2nd part of #6825 to fully resolves https://github.com/flutter/flutter/issues/108177, which allow users to use `TypedRelativeGoRoute` to construct the route relatively. This is a continuation of #7174 Example:...