Missing dry layout support
creativecreatorormaybenot opened this issue · 2 comments
creativecreatorormaybenot commented
There is a new dry layout contract that is currently unsupported by flutter_math
.
See https://flutter.dev/docs/release/breaking-changes/renderbox-dry-layout.
creativecreatorormaybenot commented
@znjameswu I will probably open a PR to address this issue.
creativecreatorormaybenot commented
@znjameswu I started this on simpleclub@ea14ce7, however, I realized that I am not deep enough into the code in order to figure out how to deal with the baselines.
It might be that we need to introduce a layout mode that does not rely on the baselines for the dry layout pass.