plugins icon indicating copy to clipboard operation
plugins copied to clipboard

Plugins for Flutter maintained by the Flutter team

Results 128 plugins issues
Sort by recently updated
recently updated
newest added

This PR adds a `getRecentMedia` function to the platform interface, for fetching the last X most recent images or videos from the gallery, e.g. for allowing apps to pick recent...

p: image_picker

Batches all of the non-major-version-change dependency updates for this package that were flagged by dependabot. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined...

p: espresso
platform-android
needs tests

The operand can't be null, so the condition is always true. VideoPlayerValue.size has been initialized to Size.zero by default. *Replace this paragraph with a description of what this PR is...

p: camera
needs tests

This PR fixes https://github.com/flutter/flutter/issues/105950 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene]...

p: video_player
needs tests

This PR adds a `strongBiometricsOnly` flag to the AuthenticationOptions on Android, to enable authenticating with strong biometrics only. _Note: I have tested this on a device with strong biometrics present....

p: local_auth
platform-android

Adds APIs to support adding GroundOverlay to the MapView. This PR adds a feature to Android to begin with, iOS implementation will follow. *Issues* https://github.com/flutter/flutter/issues/26479 ## Pre-launch Checklist - [x]...

cla: yes
p: google_maps_flutter
platform-android
platform-web

## Description Originally #3264 made by @cpboyd Creating a new PR as I've closed the previous one (#4638) by a mistake Make iOS 11+ permissions requests optional per https://developer.apple.com/forums/thread/653414. PHAssets...

p: image_picker

This PR implements the `getMedia` method added to the platform interface in #4675 on iOS, allowing users to pick both images and videos from the gallery simultaneously. It superses #4676...

p: image_picker
platform-ios

- [ ] add tests - [ ] add Android platform channel code (if necessary) _____________ This PR fixes the following open issue: - https://github.com/flutter/flutter/issues/49081 This bug exists because there's...

p: video_player
platform-ios

This PR implements the `getMedia` method added to the platform interface in #4675 on Android, allowing users to pick both images and videos from the gallery simultaneously. It superses #4676...

p: image_picker
platform-android