Skip to content

Commit f2c1be0

Browse files
[pigeon] Separates message call code generation into separate methods in the KotlinGenerator (flutter#5891)
Separates message call code generation into separate methods in the KotlinGenerator for flutter#134777. The ProxyApi generator uses similar code to the HostApi and FlutterApi, so this makes the code reusable. From suggestion: flutter/packages#5544 (comment)
1 parent 669fd25 commit f2c1be0

File tree

4 files changed

+294
-200
lines changed

4 files changed

+294
-200
lines changed

packages/pigeon/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 16.0.3
2+
3+
* [kotlin] Separates message call code generation into separate methods.
4+
15
## 16.0.2
26

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

packages/pigeon/lib/generator_tools.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import 'ast.dart';
1313
/// The current version of pigeon.
1414
///
1515
/// This must match the version in pubspec.yaml.
16-
const String pigeonVersion = '16.0.2';
16+
const String pigeonVersion = '16.0.3';
1717

1818
/// Read all the content from [stdin] to a String.
1919
String readStdin() {

0 commit comments

Comments
 (0)