Skip to content

Commit 18b9cc5

Browse files
[various] Update all packages to Pigeon 26 (#10450)
Pigeon versions <26.0.4 aren't compatible with `analyzer` 8.x, which is causing conflicts for flutter/flutter, so this updates the entire repo to 26. Related: flutter/flutter#178270 Manual fixes: - Updates `camera_android_camerax` and `webview_flutter_android` for #9515 - Adds the `pigeonVar_*` overrides to the `url_launcher_windows` tests - Removes equality extensions to Pigeon data classes in `in_app_purchase_storekit`, as they are now generated by Pigeon, causing redeclaration errors. ## 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.
1 parent ce44ebb commit 18b9cc5

File tree

168 files changed

+7840
-1147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+7840
-1147
lines changed

packages/camera/camera_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.10.10+13
2+
3+
* Updates to Pigeon 26.
4+
15
## 0.10.10+12
26

37
* Removed mockito-inline and updated to mockito-core 5.17.0.

packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/Messages.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2013 The Flutter Authors
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
4-
// Autogenerated from Pigeon (v22.4.1), do not edit directly.
4+
// Autogenerated from Pigeon (v26.1.0), do not edit directly.
55
// See also: https://pub.dev/packages/pigeon
66

77
package io.flutter.plugins.camera;

0 commit comments

Comments
 (0)