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 `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)
  • Loading branch information
bparrishMines authored Jan 17, 2024
1 parent 807c2fc commit a63122c
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 197 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.2

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

## 16.0.1

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

0 comments on commit a63122c

Please sign in to comment.