Skip to content

Commit 6445537

Browse files
committed
Updates pigeon from 26.1.0 to 26.1.1 and regenerates the pigeon files.
1 parent b107076 commit 6445537

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

packages/in_app_purchase/in_app_purchase_storekit/darwin/in_app_purchase_storekit/Sources/in_app_purchase_storekit/StoreKit2/StoreKit2Messages.g.swift

Lines changed: 3 additions & 5 deletions
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 (v26.1.0), do not edit directly.
4+
// Autogenerated from Pigeon (v26.1.1), do not edit directly.
55
// See also: https://pub.dev/packages/pigeon
66

77
import Foundation
@@ -73,8 +73,7 @@ private func nilOrValue<T>(_ value: Any?) -> T? {
7373
return value as! T?
7474
}
7575

76-
// swift-format-ignore: AlwaysUseLowerCamelCase
77-
func deepEqualssk2_pigeon(_ lhs: Any?, _ rhs: Any?) -> Bool {
76+
func deepEqualsStoreKit2Messages(_ lhs: Any?, _ rhs: Any?) -> Bool {
7877
let cleanLhs = nilOrValue(lhs) as Any?
7978
let cleanRhs = nilOrValue(rhs) as Any?
8079
switch (cleanLhs, cleanRhs) {
@@ -115,8 +114,7 @@ func deepEqualssk2_pigeon(_ lhs: Any?, _ rhs: Any?) -> Bool {
115114
}
116115
}
117116

118-
// swift-format-ignore: AlwaysUseLowerCamelCase
119-
func deepHashsk2_pigeon(value: Any?, hasher: inout Hasher) {
117+
func deepHashStoreKit2Messages(value: Any?, hasher: inout Hasher) {
120118
if let valueList = value as? [AnyHashable] {
121119
for item in valueList { deepHashStoreKit2Messages(value: item, hasher: &hasher) }
122120
return

packages/in_app_purchase/in_app_purchase_storekit/lib/src/sk2_pigeon.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
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 (v26.1.0), do not edit directly.
4+
// Autogenerated from Pigeon (v26.1.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/in_app_purchase/in_app_purchase_storekit/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dev_dependencies:
3131
flutter_test:
3232
sdk: flutter
3333
json_serializable: ^6.0.0
34-
pigeon: ^26.1.0
34+
pigeon: ^26.1.1
3535
test: ^1.16.0
3636

3737
topics:

0 commit comments

Comments
 (0)