packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
- 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...
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...
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...
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`)....
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...
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...
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 ##...
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...
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...