mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Adds `computeMaxIntrinsicHeight` and `computeMinIntrinsicHeight` to `_RenderBaselineAlignedStack`. This should have been added in [Baseline-align CupertinoTextField placeholder](https://github.com/flutter/flutter/pull/166952). Fixes [CupertinoTextFormFieldRow with placeholder causes unnecessary scrolling in CupertinoAlertDialog](https://github.com/flutter/flutter/issues/174797) Fixes [CupertinoAlertDialog actions obstructs CupertinoTextField content with placeholder text](https://github.com/flutter/flutter/issues/174774)