Skip to content

Commit 8ecf4b0

Browse files
[file_selector] Update Pigeon version for Linux (#8172)
Updates to the latest version of Pigeon, picking up the change to make the declarations of some classes public rather than in the implementation file. Fixes flutter/flutter#158900
1 parent e2e55cf commit 8ecf4b0

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

packages/file_selector/file_selector_linux/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.3+2
2+
3+
* Updates Pigeon to resolve a compilation failure with some versions of glib.
4+
15
## 0.9.3+1
26

37
* Fixes a regression in 0.9.3 with handling of canceled dialogs.

packages/file_selector/file_selector_linux/lib/src/messages.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 (v22.4.1), do not edit directly.
4+
// Autogenerated from Pigeon (v22.6.2), 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/file_selector/file_selector_linux/linux/messages.g.cc

Lines changed: 1 addition & 7 deletions
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 (v22.4.1), do not edit directly.
4+
// Autogenerated from Pigeon (v22.6.2), do not edit directly.
55
// See also: https://pub.dev/packages/pigeon
66

77
#include "messages.g.h"
@@ -231,9 +231,6 @@ ffs_platform_file_chooser_options_new_from_list(FlValue* values) {
231231
accept_button_label, select_multiple);
232232
}
233233

234-
G_DECLARE_FINAL_TYPE(FfsMessageCodec, ffs_message_codec, FFS, MESSAGE_CODEC,
235-
FlStandardMessageCodec)
236-
237234
struct _FfsMessageCodec {
238235
FlStandardMessageCodec parent_instance;
239236
};
@@ -433,9 +430,6 @@ ffs_file_selector_api_show_file_chooser_response_new_error(const gchar* code,
433430
return self;
434431
}
435432

436-
G_DECLARE_FINAL_TYPE(FfsFileSelectorApi, ffs_file_selector_api, FFS,
437-
FILE_SELECTOR_API, GObject)
438-
439433
struct _FfsFileSelectorApi {
440434
GObject parent_instance;
441435

packages/file_selector/file_selector_linux/linux/messages.g.h

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

77
#ifndef PIGEON_MESSAGES_G_H_
@@ -164,6 +164,12 @@ const gchar* ffs_platform_file_chooser_options_get_accept_button_label(
164164
gboolean* ffs_platform_file_chooser_options_get_select_multiple(
165165
FfsPlatformFileChooserOptions* object);
166166

167+
G_DECLARE_FINAL_TYPE(FfsMessageCodec, ffs_message_codec, FFS, MESSAGE_CODEC,
168+
FlStandardMessageCodec)
169+
170+
G_DECLARE_FINAL_TYPE(FfsFileSelectorApi, ffs_file_selector_api, FFS,
171+
FILE_SELECTOR_API, GObject)
172+
167173
G_DECLARE_FINAL_TYPE(FfsFileSelectorApiShowFileChooserResponse,
168174
ffs_file_selector_api_show_file_chooser_response, FFS,
169175
FILE_SELECTOR_API_SHOW_FILE_CHOOSER_RESPONSE, GObject)

packages/file_selector/file_selector_linux/pubspec.yaml

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

77
environment:
88
sdk: ^3.3.0
@@ -25,7 +25,7 @@ dependencies:
2525
dev_dependencies:
2626
flutter_test:
2727
sdk: flutter
28-
pigeon: ^22.4.1
28+
pigeon: ^22.6.2
2929

3030
topics:
3131
- files

0 commit comments

Comments
 (0)