Skip to content

Commit

Permalink
[pigeon] Separates message call code generation into separate methods…
Browse files Browse the repository at this point in the history
… in the KotlinGenerator (#5891)

Separates message call code generation into separate methods in the KotlinGenerator for flutter/flutter#134777. The ProxyApi generator uses similar code to the HostApi and FlutterApi, so this makes the code reusable.

From suggestion: #5544 (comment)
  • Loading branch information
bparrishMines authored Jan 17, 2024
1 parent 669fd25 commit f2c1be0
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 200 deletions.
4 changes: 4 additions & 0 deletions packages/pigeon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 16.0.3

* [kotlin] Separates message call code generation into separate methods.

## 16.0.2

* [dart] Separates message call code generation into separate methods.
Expand Down
2 changes: 1 addition & 1 deletion packages/pigeon/lib/generator_tools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import 'ast.dart';
/// The current version of pigeon.
///
/// This must match the version in pubspec.yaml.
const String pigeonVersion = '16.0.2';
const String pigeonVersion = '16.0.3';

/// Read all the content from [stdin] to a String.
String readStdin() {
Expand Down
Loading

0 comments on commit f2c1be0

Please sign in to comment.