packages icon indicating copy to clipboard operation
packages copied to clipboard

A collection of useful packages maintained by the Flutter team

Results 551 packages issues
Sort by recently updated
recently updated
newest added

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

p: go_router

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

platform-android
platform-ios
platform-macos
platform-web
p: video_player

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

platform-android
p: video_player
triage-android

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

p: local_auth
platform-ios
platform-macos
triage-ios

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

p: in_app_purchase
platform-android

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

p: rfw
override: no versioning needed
override: no changelog needed
p: in_app_purchase
p: url_launcher

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

p: vector_graphics

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

p: go_router

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

platform-ios
platform-macos
p: video_player

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

p: go_router_builder
p: go_router