plugins
plugins copied to clipboard
Plugins for Flutter maintained by the Flutter team
This PR adds the ability to optionally also enable streaming when starting recording of a video. This feature is useful, for example, in applications that use image recognition. The customer...
Exposes the Java `InstanceManager` so other plugins/apps can use the native resources stored there. For example, customers could use https://developers.google.com/android/reference/com/google/android/gms/ads/MobileAds#registerWebView(android.webkit.WebView). ## Pre-launch Checklist - [x] I read the [Contributor Guide]...
Bumps gradle from 3.5.4 to 7.3.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.22 to 2.1.24. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog [UNRELEASED] We will soon be rolling out a feature of the CodeQL Action that stores some...
Bumps gradle from 3.5.0 to 7.3.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps gradle from 3.4.2 to 7.3.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps gradle from 3.3.0 to 7.3.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps gradle from 4.1.0 to 7.3.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which...
[video_player] Added setMaxVideoResolution to disambiguate over different video stream resolutions
Since HLS streams can deliver multiple tracks with a single URL, it could be particularly useful to set a maximum video resolution to spare network bandwidth instead of picking the...