packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
Bumps com.android.tools.build:gradle from 7.3.0 to 8.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 [org.json:json](https://github.com/douglascrockford/JSON-java) from 20231013 to 20240303. Release notes Sourced from org.json:json's releases. 20240303 Pull Request Description #875 20240303-pre-release-updates #874 Deployment and Pipeline action updates #869 Revert recent obj long get...
Bumps com.android.tools.build:gradle from 7.3.1 to 8.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...
Platform Interface PR for Video Player Android Options (https://github.com/flutter/packages/pull/5900). Adds Android options to add support for enabling exoplayer extensions like ffmpeg. ## Pre-launch Checklist - [x] I read the [Contributor...
Initial testing configuration for autopublishing to use Google Cloud Build. This change requires the pub.dev publishing to migrate into a Google Cloud Build configuration file which is triggered by a...
*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. You must...
*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. You must...
Work towards https://github.com/dart-lang/linter/issues/4859 There are libraries outside a `lib/` directory, which violate `implementation_imports`. The fix here is to always add an 'ignore' exception, as the "implementation" being imported is the...
The redirection documentation page gives an example where the top level redirect may be used to send non-signed-in users to the signin page. The example code seems to be doing...
Creates a video_player_windows package that uses Windows' Media Foundation APIs to deliver a decent video player on windows. Fixes: https://github.com/flutter/flutter/issues/37673 ## Pre-launch Checklist - [X] I read the [Contributor Guide]...