Skip to content

Commit a63122c

Browse files
[pigeon] Separates message call code generation into separate methods in the DartGenerator (#5859)
Separates message call code generation into separate methods in the `DartGenerator` for flutter/flutter#134777. The `ProxyApi` generator uses similar code to the `HostApi` and `FlutterApi`, so this makes the code reusable. Separated from #5544 From suggestion: #5544 (comment)
1 parent 807c2fc commit a63122c

File tree

4 files changed

+260
-197
lines changed

4 files changed

+260
-197
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.2
2+
3+
* [dart] Separates message call code generation into separate methods.
4+
15
## 16.0.1
26

37
* [dart] Fixes test generation for missing wrapResponse method if only host Api.

0 commit comments

Comments
 (0)