plugins
plugins copied to clipboard
Plugins for Flutter maintained by the Flutter team
Bumps gradle from 4.1.0 to 7.2.2. [](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 annotation from 1.1.0 to 1.4.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 7.0.2 to 7.2.2. [](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.2.1. [](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...
Part of https://github.com/flutter/flutter/issues/107199. ## 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...
Initial iOS implementation. Fixes https://github.com/flutter/flutter/issues/102777 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree...
Part of https://github.com/flutter/flutter/issues/94051 ## 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...
Set the initialDirectory with SetFolder instead of SetDefaultFolder https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/nf-shobjidl_core-ifiledialog-setdefaultfolder https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/nf-shobjidl_core-ifiledialog-setfolder Fixes flutter/flutter#102706 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting...
Added [IMMEDIATE_AND_CHARGE_FULL_PRICE](https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.ProrationMode#IMMEDIATE_AND_CHARGE_FULL_PRICE) to ProrationMode. IMMEDIATE_AND_CHARGE_FULL_PRICE is new in Billing Library v4. https://developer.android.com/google/play/billing/release-notes#4-0-0-summary-changes This library has already been updated to v5, so there is no problem. Fixes https://github.com/flutter/flutter/issues/108164 ## Pre-launch Checklist...
Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.9.1. Release notes Sourced from gson's releases. Gson 2.9.1 Make Object and JsonElement deserialization iterative rather than recursive (#1912) Added parsing support for enum that...