1. 23 May, 2023 1 commit
  2. 16 May, 2023 1 commit
  3. 15 May, 2023 1 commit
  4. 11 May, 2023 2 commits
    • Michael Goderbauer's avatar
      Sync lints (#126316) · 42d9a2b3
      Michael Goderbauer authored
      Sync lints with https://github.com/dart-lang/linter/blob/master/example/all.yaml and enable `implicit_reopen` and `type_literal_in_constant_pattern` (which have no violations). Also contains some clean-up work towards enabling `matching_super_parameters`, which is not quite ready yet due to its handling of "private" arguments.
      42d9a2b3
    • Qun Cheng's avatar
      Reorder `materialStateProperty` defaults (#125905) · 4e7e4512
      Qun Cheng authored
      Fixes #122250. This PR is to make sure all the MaterialStateProperty defaults are able to correctly resolve different states. 
      * When a widget is pressed, it is also hovered, so we need to put the `MaterialState.pressed` check before `MaterialState.hovered`. 
      * When a widget is focused, the widget should still be able to be hovered, so we should check `MaterialState.hovered` before `MaterialState.focused`.
      * There are also cases like in _InputDecoratorDefaultsM3, the `MaterialState.disabled` should be checked before `MaterialState.error`.
      
       the order should be disabled, (error), pressed, hovered, focused.
      4e7e4512
  5. 08 May, 2023 1 commit
  6. 05 May, 2023 2 commits
  7. 01 May, 2023 1 commit
  8. 28 Apr, 2023 3 commits
  9. 27 Apr, 2023 1 commit
  10. 20 Apr, 2023 2 commits
  11. 13 Apr, 2023 1 commit
  12. 11 Apr, 2023 1 commit
    • Tae Hyung Kim's avatar
      Fix gen_date_localizations script and regenerate (#124547) · c0c5901c
      Tae Hyung Kim authored
      Internal bug: b/256596915
      
      Turns out we need to regenerate date localizations in order for the
      `intl` package to be setup properly within Flutter. This PR fixes the
      script (since it assumes the use of the old `.packages` way of handling
      packages), and regenerates the `generated_date_localizations.dart` file.
      c0c5901c
  13. 10 Apr, 2023 1 commit
  14. 07 Apr, 2023 1 commit
  15. 04 Apr, 2023 1 commit
  16. 03 Apr, 2023 1 commit
  17. 31 Mar, 2023 1 commit
  18. 28 Mar, 2023 2 commits
  19. 27 Mar, 2023 1 commit
  20. 23 Mar, 2023 2 commits
  21. 22 Mar, 2023 1 commit
  22. 21 Mar, 2023 3 commits
  23. 19 Mar, 2023 1 commit
  24. 17 Mar, 2023 1 commit
  25. 16 Mar, 2023 1 commit
  26. 15 Mar, 2023 1 commit
  27. 14 Mar, 2023 1 commit
  28. 13 Mar, 2023 2 commits
  29. 10 Mar, 2023 1 commit
  30. 06 Mar, 2023 1 commit