packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
Bumps androidx.annotation:annotation from 1.8.2 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...
Bumps androidx.annotation:annotation from 1.8.2 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...
Bumps androidx.annotation:annotation from 1.8.2 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...
Bumps androidx.annotation:annotation from 1.8.2 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...
Bumps androidx.activity:activity from 1.9.2 to 1.9.3. [](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...
Event channels work towards https://github.com/flutter/flutter/issues/66711 sealed classes with extensions (empty base classes only) fixes https://github.com/flutter/flutter/issues/155859 adds some convenience methods to Root change generation tool to have generator exclusions per pigeon
The Pigeon API for `video_player_android` dates back to the earliest versions of Pigeon, when methods had to take only a single class parameter, and return a class. This updates the...
When the webview encounters an SSL error, there is no option to be able to bypass the error. This PR implements a callback that gets called with the SSL error...
Official library release to simplify monetization of Flutter Apps by providing an easy to use interface to the [AdSense Ad Placement API](https://developers.google.com/ad-placement/apis) in the Web platform. Please note that this...
Updated applying gradle plugins from usage of imperative apply to usage of declarative blocks {} apply. Intending on updating all android example apps under packages. Did one more as a...