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

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

platform-ios
platform-macos
p: webview_flutter

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

platform-ios
platform-macos
p: webview_flutter

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

p: image_picker
platform-ios
triage-ios

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

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

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

p: google_maps_flutter
platform-web
triage-web

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

p: google_maps_flutter
platform-android
triage-android

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

p: cross_file
triage-web

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

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

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

platform-android
p: video_player
triage-android