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

- Implemented getAudioTracks() method to retrieve available audio tracks from both HLS streams and regular video files AVFoundation Platform PR for : #9925 ## Pre-Review Checklist - [x] I read...

platform-ios
platform-macos
p: video_player
triage-ios

Fixes https://github.com/flutter/flutter/issues/179111 ## Changes - Fixed inish() method to always call the completion handler, even when the transaction is not found - Added fallback to Transaction.unfinished when looking up transactions...

p: in_app_purchase
platform-ios
platform-macos
triage-ios

This fixes main branch part of https://github.com/flutter/flutter/issues/176433 The work left is adjusting cocoon to also run this check in release branch The high level view of this pr. 1. Move...

p: go_router
triage-framework

as title. This is required due to our policy context: https://github.com/flutter/flutter/issues/179033 ## Pre-Review Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting...

## Description Updates documentation to explicitly state that the `maxDuration` parameter only applies when recording videos from the camera (`ImageSource.camera`), and is ignored when selecting videos from the gallery (`ImageSource.gallery`)....

p: image_picker

Migrates camera wrappers as part of https://github.com/flutter/flutter/issues/119109 This PR migrates wrappers to Swift: * `FLTCaptureConnection` * `FLTCaptureDeviceFormat` * `FLTAssetWriter` In line with Swift conventions, the `FLT` prefixes are removed. The...

p: camera
platform-ios
platform-macos
triage-ios

On certain browsers (Safari), getting `facingMode` on video track capabilities is not supported. The code first checks if `facingMode` is available on `MediaTrackSettings` using `facingModeNullable` but when the code checks...

p: camera
platform-web

This PR Fixes: https://github.com/flutter/flutter/issues/167410, where _initCalled was being performed twice on the web Based on the discussion comments I have removed the calles to _initCalled in the google_sign_in_web package ##...

p: google_sign_in
platform-web
triage-web

Add `_refreshKey` to `MatchBase` and update `GoRouter.refresh() ` logic This maybe fix: https://github.com/flutter/flutter/issues/175399 ## Pre-Review Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for...

p: go_router
triage-framework

issue: https://github.com/flutter/flutter/issues/176944 Add a batch Release Flag in the publish command. The main branch will only publish packages that are opted out of batch release. The release branch will only...