Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge branch 'main' of github.com:flutter/packages into internal-options
  • Loading branch information
tarrinneal committed Mar 6, 2025
commit 42ef71199a0bd139e28b5801d97fd50f48132cfe
6 changes: 5 additions & 1 deletion packages/pigeon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## 24.2.2
## 25.0.0

* Separates internal options classes from user facing options.
* Adds `mergeDefinitionFileOptions` parameter to `runWithOptions` method.
* Relocates `injectOverflowTypes` to non-public facing method.

## 24.2.2

* Updates compileSdk 34 to flutter.compileSdkVersion.

## 24.2.1

* [dart] Fixes potential race condition caused by a ProxyApi constructor message call being made in
Expand Down
2 changes: 1 addition & 1 deletion packages/pigeon/lib/src/generator_tools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import 'ast.dart';
/// The current version of pigeon.
///
/// This must match the version in pubspec.yaml.
const String pigeonVersion = '24.2.2';
const String pigeonVersion = '25.0.0';

/// Read all the content from [stdin] to a String.
String readStdin() {
Expand Down
2 changes: 1 addition & 1 deletion packages/pigeon/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pigeon
description: Code generator tool to make communication between Flutter and the host platform type-safe and easier.
repository: https://github.com/flutter/packages/tree/main/packages/pigeon
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+pigeon%22
version: 24.2.2 # This must match the version in lib/src/generator_tools.dart
version: 25.0.0 # This must match the version in lib/src/generator_tools.dart

environment:
sdk: ^3.4.0
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.