Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/image_picker/image_picker_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.8.12+21

* Ensures that platform messages on background queues are handled in order.

## 0.8.12+20

* Updates androidx.annotation:annotation to 1.9.1.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Autogenerated from Pigeon (v22.6.2), do not edit directly.
// Autogenerated from Pigeon (v24.2.0), do not edit directly.
// See also: https://pub.dev/packages/pigeon

package io.flutter.plugins.imagepicker;
Expand Down Expand Up @@ -923,8 +923,8 @@ static void setUp(
@NonNull String messageChannelSuffix,
@Nullable ImagePickerApi api) {
messageChannelSuffix = messageChannelSuffix.isEmpty() ? "" : "." + messageChannelSuffix;
BinaryMessenger.TaskQueue taskQueue = binaryMessenger.makeBackgroundTaskQueue();
{
BinaryMessenger.TaskQueue taskQueue = binaryMessenger.makeBackgroundTaskQueue();
BasicMessageChannel<Object> channel =
new BasicMessageChannel<>(
binaryMessenger,
Expand Down Expand Up @@ -960,7 +960,6 @@ public void error(Throwable error) {
}
}
{
BinaryMessenger.TaskQueue taskQueue = binaryMessenger.makeBackgroundTaskQueue();
BasicMessageChannel<Object> channel =
new BasicMessageChannel<>(
binaryMessenger,
Expand Down Expand Up @@ -1030,7 +1029,6 @@ public void error(Throwable error) {
}
}
{
BinaryMessenger.TaskQueue taskQueue = binaryMessenger.makeBackgroundTaskQueue();
BasicMessageChannel<Object> channel =
new BasicMessageChannel<>(
binaryMessenger,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Autogenerated from Pigeon (v22.6.2), do not edit directly.
// Autogenerated from Pigeon (v24.2.0), do not edit directly.
// See also: https://pub.dev/packages/pigeon
// 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

Expand Down
4 changes: 2 additions & 2 deletions packages/image_picker/image_picker_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: image_picker_android
description: Android implementation of the image_picker plugin.
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
version: 0.8.12+20
version: 0.8.12+21

environment:
sdk: ^3.5.0
Expand All @@ -27,7 +27,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.4.4
pigeon: ^22.4.1
pigeon: ^24.2.0

topics:
- camera
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Autogenerated from Pigeon (v22.6.2), do not edit directly.
// Autogenerated from Pigeon (v24.2.0), do not edit directly.
// See also: https://pub.dev/packages/pigeon
// ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, unnecessary_import, no_leading_underscores_for_local_identifiers
// ignore_for_file: avoid_relative_lib_imports
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.6

* Ensures that platform messages on background queues are handled in order.

## 2.4.5

* Bumps gradle-plugin to 2.1.10.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Autogenerated from Pigeon (v22.7.2), do not edit directly.
// Autogenerated from Pigeon (v24.2.0), do not edit directly.
// See also: https://pub.dev/packages/pigeon

package io.flutter.plugins.sharedpreferences;
Expand Down Expand Up @@ -129,8 +129,8 @@ static void setUp(
@NonNull String messageChannelSuffix,
@Nullable SharedPreferencesApi api) {
messageChannelSuffix = messageChannelSuffix.isEmpty() ? "" : "." + messageChannelSuffix;
BinaryMessenger.TaskQueue taskQueue = binaryMessenger.makeBackgroundTaskQueue();
{
BinaryMessenger.TaskQueue taskQueue = binaryMessenger.makeBackgroundTaskQueue();
BasicMessageChannel<Object> channel =
new BasicMessageChannel<>(
binaryMessenger,
Expand All @@ -157,7 +157,6 @@ static void setUp(
}
}
{
BinaryMessenger.TaskQueue taskQueue = binaryMessenger.makeBackgroundTaskQueue();
BasicMessageChannel<Object> channel =
new BasicMessageChannel<>(
binaryMessenger,
Expand Down Expand Up @@ -185,7 +184,6 @@ static void setUp(
}
}
{
BinaryMessenger.TaskQueue taskQueue = binaryMessenger.makeBackgroundTaskQueue();
BasicMessageChannel<Object> channel =
new BasicMessageChannel<>(
binaryMessenger,
Expand Down Expand Up @@ -213,7 +211,6 @@ static void setUp(
}
}
{
BinaryMessenger.TaskQueue taskQueue = binaryMessenger.makeBackgroundTaskQueue();
BasicMessageChannel<Object> channel =
new BasicMessageChannel<>(
binaryMessenger,
Expand Down Expand Up @@ -241,7 +238,6 @@ static void setUp(
}
}
{
BinaryMessenger.TaskQueue taskQueue = binaryMessenger.makeBackgroundTaskQueue();
BasicMessageChannel<Object> channel =
new BasicMessageChannel<>(
binaryMessenger,
Expand Down Expand Up @@ -269,7 +265,6 @@ static void setUp(
}
}
{
BinaryMessenger.TaskQueue taskQueue = binaryMessenger.makeBackgroundTaskQueue();
BasicMessageChannel<Object> channel =
new BasicMessageChannel<>(
binaryMessenger,
Expand Down Expand Up @@ -297,7 +292,6 @@ static void setUp(
}
}
{
BinaryMessenger.TaskQueue taskQueue = binaryMessenger.makeBackgroundTaskQueue();
BasicMessageChannel<Object> channel =
new BasicMessageChannel<>(
binaryMessenger,
Expand Down Expand Up @@ -325,7 +319,6 @@ static void setUp(
}
}
{
BinaryMessenger.TaskQueue taskQueue = binaryMessenger.makeBackgroundTaskQueue();
BasicMessageChannel<Object> channel =
new BasicMessageChannel<>(
binaryMessenger,
Expand Down Expand Up @@ -353,7 +346,6 @@ static void setUp(
}
}
{
BinaryMessenger.TaskQueue taskQueue = binaryMessenger.makeBackgroundTaskQueue();
BasicMessageChannel<Object> channel =
new BasicMessageChannel<>(
binaryMessenger,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Autogenerated from Pigeon (v22.7.4), do not edit directly.
// Autogenerated from Pigeon (v24.2.0), do not edit directly.
// See also: https://pub.dev/packages/pigeon
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")

Expand Down Expand Up @@ -196,8 +196,8 @@ interface SharedPreferencesAsyncApi {
) {
val separatedMessageChannelSuffix =
if (messageChannelSuffix.isNotEmpty()) ".$messageChannelSuffix" else ""
val taskQueue = binaryMessenger.makeBackgroundTaskQueue()
run {
val taskQueue = binaryMessenger.makeBackgroundTaskQueue()
val channel =
BasicMessageChannel<Any?>(
binaryMessenger,
Expand All @@ -224,7 +224,6 @@ interface SharedPreferencesAsyncApi {
}
}
run {
val taskQueue = binaryMessenger.makeBackgroundTaskQueue()
val channel =
BasicMessageChannel<Any?>(
binaryMessenger,
Expand All @@ -251,7 +250,6 @@ interface SharedPreferencesAsyncApi {
}
}
run {
val taskQueue = binaryMessenger.makeBackgroundTaskQueue()
val channel =
BasicMessageChannel<Any?>(
binaryMessenger,
Expand All @@ -278,7 +276,6 @@ interface SharedPreferencesAsyncApi {
}
}
run {
val taskQueue = binaryMessenger.makeBackgroundTaskQueue()
val channel =
BasicMessageChannel<Any?>(
binaryMessenger,
Expand All @@ -305,7 +302,6 @@ interface SharedPreferencesAsyncApi {
}
}
run {
val taskQueue = binaryMessenger.makeBackgroundTaskQueue()
val channel =
BasicMessageChannel<Any?>(
binaryMessenger,
Expand All @@ -332,7 +328,6 @@ interface SharedPreferencesAsyncApi {
}
}
run {
val taskQueue = binaryMessenger.makeBackgroundTaskQueue()
val channel =
BasicMessageChannel<Any?>(
binaryMessenger,
Expand All @@ -359,7 +354,6 @@ interface SharedPreferencesAsyncApi {
}
}
run {
val taskQueue = binaryMessenger.makeBackgroundTaskQueue()
val channel =
BasicMessageChannel<Any?>(
binaryMessenger,
Expand All @@ -384,7 +378,6 @@ interface SharedPreferencesAsyncApi {
}
}
run {
val taskQueue = binaryMessenger.makeBackgroundTaskQueue()
val channel =
BasicMessageChannel<Any?>(
binaryMessenger,
Expand All @@ -409,7 +402,6 @@ interface SharedPreferencesAsyncApi {
}
}
run {
val taskQueue = binaryMessenger.makeBackgroundTaskQueue()
val channel =
BasicMessageChannel<Any?>(
binaryMessenger,
Expand All @@ -434,7 +426,6 @@ interface SharedPreferencesAsyncApi {
}
}
run {
val taskQueue = binaryMessenger.makeBackgroundTaskQueue()
val channel =
BasicMessageChannel<Any?>(
binaryMessenger,
Expand All @@ -459,7 +450,6 @@ interface SharedPreferencesAsyncApi {
}
}
run {
val taskQueue = binaryMessenger.makeBackgroundTaskQueue()
val channel =
BasicMessageChannel<Any?>(
binaryMessenger,
Expand All @@ -484,7 +474,6 @@ interface SharedPreferencesAsyncApi {
}
}
run {
val taskQueue = binaryMessenger.makeBackgroundTaskQueue()
val channel =
BasicMessageChannel<Any?>(
binaryMessenger,
Expand All @@ -509,7 +498,6 @@ interface SharedPreferencesAsyncApi {
}
}
run {
val taskQueue = binaryMessenger.makeBackgroundTaskQueue()
val channel =
BasicMessageChannel<Any?>(
binaryMessenger,
Expand All @@ -535,7 +523,6 @@ interface SharedPreferencesAsyncApi {
}
}
run {
val taskQueue = binaryMessenger.makeBackgroundTaskQueue()
val channel =
BasicMessageChannel<Any?>(
binaryMessenger,
Expand All @@ -560,7 +547,6 @@ interface SharedPreferencesAsyncApi {
}
}
run {
val taskQueue = binaryMessenger.makeBackgroundTaskQueue()
val channel =
BasicMessageChannel<Any?>(
binaryMessenger,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Autogenerated from Pigeon (v22.7.2), do not edit directly.
// Autogenerated from Pigeon (v24.2.0), do not edit directly.
// See also: https://pub.dev/packages/pigeon
// 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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Autogenerated from Pigeon (v22.7.4), do not edit directly.
// Autogenerated from Pigeon (v24.2.0), do not edit directly.
// See also: https://pub.dev/packages/pigeon
// 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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: shared_preferences_android
description: Android implementation of the shared_preferences plugin
repository: https://github.com/flutter/packages/tree/main/packages/shared_preferences/shared_preferences_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+shared_preferences%22
version: 2.4.5
version: 2.4.6

environment:
sdk: ^3.5.0
Expand All @@ -25,7 +25,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
pigeon: ^22.7.2
pigeon: ^24.2.0

topics:
- persistence
Expand Down