Skip to content

Commit e2aac35

Browse files
rajveermalviyagnprice
authored andcommitted
deps: Update pigeon to 25.0.0, from 24.2.1
Changelog: https://pub.dev/packages/pigeon/changelog#2500 There's one breaking change which removes an option we don't use, so it shouldn't affect us. This commit is the result of running these commands: flutter pub upgrade --major-versions pigeon ./tools/check pigeon --all-files --fix
1 parent cd79df3 commit e2aac35

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

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

lib/host/android_notifications.g.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Autogenerated from Pigeon (v24.2.1), do not edit directly.
1+
// Autogenerated from Pigeon (v25.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -826,10 +826,10 @@ packages:
826826
dependency: "direct dev"
827827
description:
828828
name: pigeon
829-
sha256: "1bab69b62617e5f31cf84dcab82c62aa21b7883055f0ca7ff93e76651eef8575"
829+
sha256: "81a70703f015a9493d3e0d3de22d23db33f8838a44312856b3749376ba45e5d2"
830830
url: "https://pub.dev"
831831
source: hosted
832-
version: "24.2.1"
832+
version: "25.0.0"
833833
platform:
834834
dependency: transitive
835835
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ dev_dependencies:
101101
ini: ^2.1.0
102102
json_serializable: ^6.5.4
103103
legacy_checks: ^0.1.0
104-
pigeon: ^24.2.1
104+
pigeon: ^25.0.0
105105
plugin_platform_interface: ^2.1.8
106106
stack_trace: ^1.11.1
107107
test: ^1.23.1

0 commit comments

Comments
 (0)