1. 03 Jan, 2024 16 commits
  2. 02 Jan, 2024 15 commits
  3. 29 Dec, 2023 7 commits
  4. 28 Dec, 2023 2 commits
    • Ian Hickson's avatar
      More helpful test.dart output (#140175) · 11119cff
      Ian Hickson authored
      Each error section is numbered, so you can all be sure you're talking about the same one.
      A message is printed at the very end telling you how to find the error blocks in the verbose logs.
      11119cff
    • hhh's avatar
      expose didExceedMaxLines from RenderParagraph (#139962) · b0b0e423
      hhh authored
      I want to build a widget that adds some extra functionality when the inner text overflow. So the problem occurred, I can't find an elegant way to determine if the text is overflowing. 
      So i expose `didExceedMaxLines` from `RenderParagraph`, I think it can make sense. Have there some advice?
      b0b0e423