packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
This PR adds support for `WKPreferences.javaScriptCanOpenWindowsAutomatically` to allow JavaScript's `window.open()` to work without user interaction on iOS and macOS. ## Changes - Added `javaScriptCanOpenWindowsAutomatically` parameter to `WebKitWebViewControllerCreationParams` - Exposed `setJavaScriptCanOpenWindowsAutomatically`...
Fixes https://github.com/flutter/flutter/issues/178870 *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....
Issue: On iOS, taps on the camera confirmation bar (“Use Photo” / “Retake”) were leaking through UIImagePickerController and dismissing underlying UI (e.g., bottom sheets) — a system touch-through regression reported...
fixes [Issue #173092](https://github.com/flutter/flutter/issues/173092) ## Pre-Review Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] page,...
Google Maps implementation for flutter web is invoking rendering after each added marker to cluster. It is extremely non optimal, as result app is freezing for some time in case...
This PR adds Advanced markers support to the Android implementation of google_maps_flutter. Approved combined PR: https://github.com/flutter/packages/pull/7882 Approved and merged platform interface PR: https://github.com/flutter/packages/pull/9737 Issue: https://github.com/flutter/flutter/issues/155526 ## Pre-Review Checklist - [x]...
fixes [Issue #91400](https://github.com/flutter/flutter/issues/91400) *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...
Implements getSupportedVideoStabilizationModes() and setVideoStabilizationMode() methods in AVFoundationCamera. Address issue https://github.com/flutter/flutter/issues/89525. It is the camera_avfoundation sub-PR for https://github.com/flutter/packages/pull/7108. ## Pre-Review Checklist - [x] I read the [Contributor Guide] and followed the...
Manual roll requested by [email protected] https://github.com/flutter/flutter/compare/e25d71b086d6...6225f39dfe5c 2025-12-11 [email protected] Roll Dart SDK from 3d4b989bdc41 to 9a65db770758 (2 revisions) (flutter/flutter#179746) 2025-12-11 [email protected] fix: fresh install of windows support (flutter/flutter#179720) 2025-12-11 [email protected] [...
- Implemented getAudioTracks() and selectAudioTrack() methods for Android video player Android PR for : #9925 ## Pre-Review Checklist - [x] I read the [Contributor Guide] and followed the process outlined...