mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This regressed in 3db9471ae80bd492f2a346113d2323ba8eee0c09. Accidentally sent some code down the override by sending the top LayoutUnit instead of the left/right LayoutUnit. The root problem was bad overloading, which is also fixed in this patch. Inlined the overloaded method since one of the calls was only called from one place. The new test demonstrates the ellipsizing, but that doesn't show through in the render tree dump. We don't get real test coverage here until we either start doing pixel tests or start exposing ellipsis in the render tree dumps. R=esprehn@chromium.org Review URL: https://codereview.chromium.org/751483002
Description
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
androidapp-frameworkcross-platformdartdart-platformdesktopflutterflutter-packagefuchsiaioslinux-desktopmacosmaterial-designmobilemobile-developmentskiawebweb-frameworkwindows
2.5 GiB
Languages
Dart
75%
C++
16.5%
Objective-C++
2.9%
Java
2.8%
Objective-C
0.7%
Other
1.9%