Skip to content

Commit 7824195

Browse files
deps: Update pigeon to 26.0.0, from 25.5.0
Changelog: https://pub.dev/packages/pigeon/changelog#2600 Couple of changes for @proxyapi APIs, which we do not use.
1 parent 27297bb commit 7824195

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

android/app/src/main/kotlin/com/zulip/flutter/AndroidNotifications.g.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Autogenerated from Pigeon (v25.5.0), do not edit directly.
1+
// Autogenerated from Pigeon (v26.0.0), do not edit directly.
22
// See also: https://pub.dev/packages/pigeon
33
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
44

ios/Runner/Notifications.g.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Autogenerated from Pigeon (v25.5.0), do not edit directly.
1+
// Autogenerated from Pigeon (v26.0.0), do not edit directly.
22
// See also: https://pub.dev/packages/pigeon
33

44
import Foundation

lib/host/android_notifications.g.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Autogenerated from Pigeon (v25.5.0), do not edit directly.
1+
// Autogenerated from Pigeon (v26.0.0), do not edit directly.
22
// See also: https://pub.dev/packages/pigeon
33
// 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
44

lib/host/notifications.g.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Autogenerated from Pigeon (v25.5.0), do not edit directly.
1+
// Autogenerated from Pigeon (v26.0.0), do not edit directly.
22
// See also: https://pub.dev/packages/pigeon
33
// 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
44

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,10 +834,10 @@ packages:
834834
dependency: "direct dev"
835835
description:
836836
name: pigeon
837-
sha256: "5889b1a88204ed646229447a898e8c3389a8f906b087ea1d3d4b09338730b3c9"
837+
sha256: b65acb352dc5a5f8615d074a83419388cbcc249f07c6d8c78b5bc16680a55dda
838838
url: "https://pub.dev"
839839
source: hosted
840-
version: "25.5.0"
840+
version: "26.0.0"
841841
platform:
842842
dependency: transitive
843843
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dev_dependencies:
102102
ini: ^2.1.0
103103
json_serializable: ^6.5.4
104104
legacy_checks: ^0.1.0
105-
pigeon: ^25.3.1
105+
pigeon: ^26.0.0
106106
stack_trace: ^1.11.1
107107
test: ^1.23.1
108108
test_api: ^0.7.3

0 commit comments

Comments
 (0)