plugins
plugins copied to clipboard
Plugins for Flutter maintained by the Flutter team
Platform interface part of allowing use of the Link widget in lists with mouse drag enabled. Platform interface part of [#5430](https://github.com/flutter/plugins/pull/5430) Issues fixed: [#102735](https://github.com/flutter/flutter/issues/102735) ## Pre-launch Checklist - [x] I...
It's pretty much one to one translation. Since the ui test is a completely separate target, it does not require https://github.com/flutter/plugins/pull/6369 to be landed first. *List which issues are fixed...
Flutter v2.8+ uses `android/local.properties` See https://docs.flutter.dev/deployment/android#updating-the-apps-version-number (not really, but well...) ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs....
Bumps core from 1.8.0 to 1.9.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...
This PR provides additional context to some of the capabilities of the video_player plugin. Specifically, it adds information on the limitations on the Data Sources and Constructors for the VideoPlayerController,...
Part of https://github.com/flutter/flutter/issues/111127. ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree...
Proof of concept for https://github.com/flutter/flutter/issues/107260. Adds the `availableCameras()` method to the CameraX plugin. ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there...
## Description Add support of `mixedContentMode` for Android WebView. ## Related Issues Fixes flutter/flutter#43595 and flutter/flutter#24975 ## Checklist Before you create this PR confirm that it meets all requirements listed...