Skip to content

Commit cd08963

Browse files
[webview_flutter_android][camera_android_camerax][interactive_media_ads] Updates pigeon to 25.3.1 to fix Kotlin lints (#9135)
Also updates a few test file names for consistency. ## 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 ae4f17d commit cd08963

File tree

19 files changed

+1669
-1369
lines changed

19 files changed

+1669
-1369
lines changed

packages/camera/camera_android_camerax/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.6.15+2
2+
3+
* Updates pigeon generated code to fix `ImplicitSamInstance` and `SyntheticAccessor` Kotlin lint
4+
warnings.
5+
16
## 0.6.15+1
27

38
* Ensures DeviceOrientationManager is stopped on dispose.

packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/CameraXLibrary.g.kt

Lines changed: 196 additions & 188 deletions
Large diffs are not rendered by default.

packages/camera/camera_android_camerax/lib/src/camerax_library.g.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2013 The Flutter Authors. All rights reserved.
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 (v25.2.0), do not edit directly.
4+
// Autogenerated from Pigeon (v25.3.1), do not edit directly.
55
// See also: https://pub.dev/packages/pigeon
66
// ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, prefer_null_aware_operators, omit_local_variable_types, unused_shown_name, unnecessary_import, no_leading_underscores_for_local_identifiers
77

packages/camera/camera_android_camerax/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: camera_android_camerax
22
description: Android implementation of the camera plugin using the CameraX library.
33
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_android_camerax
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
5-
version: 0.6.15+1
5+
version: 0.6.15+2
66

77
environment:
88
sdk: ^3.6.0
@@ -31,7 +31,7 @@ dev_dependencies:
3131
sdk: flutter
3232
leak_tracker_flutter_testing: any
3333
mockito: ^5.4.4
34-
pigeon: ^25.0.0
34+
pigeon: ^25.3.1
3535

3636
topics:
3737
- camera

packages/interactive_media_ads/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.2.3+11
2+
3+
* Updates pigeon generated code to fix `ImplicitSamInstance` and `SyntheticAccessor` Kotlin lint
4+
warnings.
5+
16
## 0.2.3+10
27

38
* Fixes `AdEventType`s not triggering on iOS in release mode.

packages/interactive_media_ads/android/src/main/kotlin/dev/flutter/packages/interactive_media_ads/AdsRequestProxyApi.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class AdsRequestProxyApi(override val pigeonRegistrar: ProxyApiRegistrar) :
2121
*
2222
* This must match the version in pubspec.yaml.
2323
*/
24-
const val pluginVersion = "0.2.3+10"
24+
const val pluginVersion = "0.2.3+11"
2525
}
2626

2727
override fun setAdTagUrl(pigeon_instance: AdsRequest, adTagUrl: String) {

0 commit comments

Comments
 (0)