plugins
plugins copied to clipboard
Plugins for Flutter maintained by the Flutter team
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...
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...
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...
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]...
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....
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]...
## 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...
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...
- [ ] 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...
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...