这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: flutter/packages

Tags

google_sign_in_android-v7.0.3

Toggle google_sign_in_android-v7.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[google_sign_in] Add more serverClientId info to README (#9629)

When I wrote the docs I thought that Firebase would always include a web OAuth client ID, but it appears that this is not always the case (e.g.,
https://stackoverflow.com/questions/55572583/google-services-json-missing-client-type-3) so this adds more docs about what is required for this to work correctly.

Also adds a note that a missing ID error could be due to incorrect gradle configuration, as that's not necessarily clear from the Firebase docs.

Fixes flutter/flutter#172073

## Pre-Review Checklist

[^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.

camera_avfoundation-v0.9.20+5

Toggle camera_avfoundation-v0.9.20+5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[camera_avfoundation] Implementation swift migration - part 9 (#9645)

Migrates camera implementation as part of flutter/flutter#119109

This PR migrates the 6th chunk of `FLTCam` class to Swift:
* `startVideoRecording`
* `setUpVideoRecording`
* `setupWriter`

Some properties of the `FLTCam` have to be temporarily made public so that they are accessible in `DefaultCamera`.

## Pre-Review Checklist

**Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.

[^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.

google_sign_in_ios-v6.1.0

Toggle google_sign_in_ios-v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[google_sign_in] Update to GoogleSignIn-iOS 9 (#9655)

Updates the dependency on the GoogleSignIn iOS SDK to the recently released 9.0. Some specific benefits include:
- Allows wiring up the nonce parameter on iOS, which was plumbed most of the way through already since the PR had landed upstream when nonce was added to `google_sign_in`, but not fully connected since it wasn't released.
- Avoids transitive dependency conflicts with plugins that use AppAuth 2.x.

Fixes flutter/flutter#172453 Finishes flutter/flutter#85439 for iOS

## Pre-Review Checklist

**Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.

[^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.

camera_avfoundation-v0.9.20+4

Toggle camera_avfoundation-v0.9.20+4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[camera_avfoundation] Implementation swift migration - part 8 (#9635)

Migrates camera implementation as part of flutter/flutter#119109

This PR migrates the 5th chunk of `FLTCam` class to Swift:
* `setVideoFormat`
* `stopVideoRecording`
* `stopImageStream`
* stopping accelerometer updates (`deinit`)
* `setDescriptionWhileRecording`
* `createConnection` (adds Swift implementation, FLTCam still depends on private non-static implementation)

NOTE:  `setDescriptionWhileRecording` is migrated close to verbatim, the [issue](flutter/flutter#168134) affecting it remains.

Some properties of the `FLTCam` have to be temporarily made public so that they are accessible in `DefaultCamera`.

## Pre-Review Checklist

[^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.

webview_flutter_android-v4.8.2

Toggle webview_flutter_android-v4.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[dependabot]: Bump com.android.tools.build:gradle from 8.9.0 to 8.11.…

…1 in /packages/webview_flutter/webview_flutter_android/android (#9609)

Bumps com.android.tools.build:gradle from 8.9.0 to 8.11.1.

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=8.9.0&new-version=8.11.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 rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

webview_flutter_android-v4.8.1

Toggle webview_flutter_android-v4.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[webview_flutter] Update androidx.webkit to 1.14.0 (#9638)

Updates the `androidx.webkit` dependency from 1.12.1 to 1.14.0. This is being done manually since for some reason we haven't received Dependabot PRs for 13.x or 14.x.

Relevant to flutter/flutter#172150

## Pre-Review Checklist

**Note**: The Flutter team is currently trialing the use of
[Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code).
Comments from the `gemini-code-assist` bot should not be taken as authoritative
feedback from the Flutter team. If you find its comments useful you can
update your code accordingly, but if you are unsure or disagree with the
feedback, please feel free to wait for a Flutter team member's review for
guidance on which automated comments should be addressed.

[^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.

two_dimensional_scrollables-v0.3.7

Toggle two_dimensional_scrollables-v0.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[two_dimensional_scrollables] Fix missing leading cache extent for Ta…

…bleView (#9636)

Fixes flutter/flutter#167813
The cache extent was not being applied to leading children, only trailing.
This fixes that. 
Will check TreeView to see if the same issue applies after this.

## Pre-Review Checklist

[^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.

pigeon-v26.0.0

Toggle pigeon-v26.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[pigeon] Adds overrides for constructors and static members of ProxyA…

…pis (#9515)

Adds `PigeonOverrides` class that contains overrides for all constructors and static members of ProxyApis.

I changed it to have only a single `PigeonOverrides` instead of having a separate overrides class for each proxy api. This makes it easier to export the generated proxy api classes without needing to `hide/show` specific classes.

I manually verified this only breaks one line in `camera_android_camerax` and one line in `webview_flutter_android`.

Also TIL:

```
class MyClass {
  MyClass();          <--
                           These are considered the same.
  MyClass.new();      <--
}
```

## Pre-Review Checklist

[^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.

local_auth_android-v1.0.50

Toggle local_auth_android-v1.0.50's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[dependabot]: Bump androidx.fragment:fragment from 1.6.2 to 1.8.8 in …

…/packages/local_auth/local_auth_android/android (#9406)

Bumps androidx.fragment:fragment from 1.6.2 to 1.8.8.

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.fragment:fragment&package-manager=gradle&previous-version=1.6.2&new-version=1.8.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

> **Note**
> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

interactive_media_ads-v0.2.4+2

Toggle interactive_media_ads-v0.2.4+2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[dependabot]: Bump com.android.tools.build:gradle from 8.9.0 to 8.11.…

…1 in /packages/interactive_media_ads/android (#9623)

Bumps com.android.tools.build:gradle from 8.9.0 to 8.11.1.

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=8.9.0&new-version=8.11.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 rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>