1. 26 Mar, 2020 1 commit
  2. 25 Mar, 2020 2 commits
  3. 24 Mar, 2020 2 commits
  4. 23 Mar, 2020 2 commits
  5. 20 Mar, 2020 3 commits
  6. 19 Mar, 2020 1 commit
  7. 18 Mar, 2020 2 commits
    • Yegor's avatar
      Fix web test flakiness; enable web golden tests (#52789) · 7b4c195f
      Yegor authored
      * Fix web test flakiness; enable web golden tests
      
      The fix is three-part:
      
      - Only allow one test to load _and_ test at any point in time.
      - Use a fresh Chrome instance for each test file.
      - Increase Cirrus resources.
      
      The first two changes only fix the "Unknown error loading" error, but not hanging tests. The resource increase also prevents hanging tests.
      
      Other minor changes:
      
      - Remove test batching (it's no longer necessary)
      - Fix the Chrome class, which was using the wrong Completer.
      7b4c195f
    • Justin McCandless's avatar
      TextField behavior when at maxLength (#52130) · a811bce4
      Justin McCandless authored
      TextFields now disallow adding characters in the center of the text at maxLength.
      a811bce4
  8. 14 Mar, 2020 1 commit
  9. 13 Mar, 2020 1 commit
  10. 11 Mar, 2020 1 commit
  11. 09 Mar, 2020 1 commit
  12. 06 Mar, 2020 1 commit
  13. 05 Mar, 2020 1 commit
  14. 04 Mar, 2020 1 commit
  15. 03 Mar, 2020 4 commits
  16. 02 Mar, 2020 1 commit
  17. 28 Feb, 2020 2 commits
  18. 27 Feb, 2020 2 commits
  19. 26 Feb, 2020 1 commit
    • Greg Spencer's avatar
      Implement VisualDensity for text fields. (#51438) · 9e744c57
      Greg Spencer authored
      This implements VisualDensity changes for text fields*. By default, the layout of the text field does not change.
      
      If the ThemeData.visualDensity is set to a value other than zero, then the density of the UI will increase or decrease. See the VisualDensity docs for more information.
      
      (*In reality, the changes are on the InputDecorator class, not on the text field.)
      
      I also fixed a problem that I think I found with _Decoration where it doesn't compare isDense or isCollapsed as part of its operator==.
      9e744c57
  20. 24 Feb, 2020 1 commit
  21. 23 Feb, 2020 1 commit
  22. 20 Feb, 2020 2 commits
  23. 18 Feb, 2020 1 commit
  24. 14 Feb, 2020 1 commit
  25. 13 Feb, 2020 4 commits