1. 13 Mar, 2023 1 commit
  2. 10 Mar, 2023 1 commit
    • Casey Hillers's avatar
      Revert PRs relating to single window assumption (#122369) · 1f426123
      Casey Hillers authored
      * Revert "Remove references to BindingBase.window (#122119)"
      
      This reverts commit c7681f00.
      
      * Revert "Remove another reference to BindingBase.window (#122341)"
      
      This reverts commit 6ec44450.
      
      * Revert "Reland (2): Removes single window assumptions from `flutter_test` (#122233)"
      
      This reverts commit eb3d317e.
      
      * Revert "Remove single view assumption from TestViewConfiguration (#122352)"
      
      This reverts commit 927289fb.
      
      * Revert "Updates `flutter/test/cupertino` to no longer use `TestWindow` (#122325)"
      
      This reverts commit 67e17e45.
      
      * Revert "Updates `flutter/test/gestures` to no longer reference `TestWindow` (#122327)"
      
      This reverts commit c2a5111c.
      
      * Revert "Updates `flutter/test/rendering` to no longer use `TestWindow` (#122347)"
      
      This reverts commit 28b65e08.
      
      * Revert "Updates `flutter_localizations/test` to stop using `TestWindow` (#122321)"
      
      This reverts commit 01367d52.
      1f426123
  3. 09 Mar, 2023 1 commit
  4. 08 Mar, 2023 1 commit
  5. 07 Mar, 2023 1 commit
  6. 06 Mar, 2023 2 commits
  7. 02 Mar, 2023 1 commit
  8. 23 Feb, 2023 1 commit
  9. 31 Jan, 2023 1 commit
  10. 25 Jan, 2023 1 commit
  11. 17 Jan, 2023 1 commit
  12. 17 Dec, 2022 1 commit
  13. 16 Dec, 2022 2 commits
  14. 09 Dec, 2022 1 commit
  15. 02 Dec, 2022 1 commit
    • Eilidh Southren's avatar
      [CP] Fix Snackbar TalkBack regression (#116417) · 22cbef30
      Eilidh Southren authored
      * Add M2 defaults and template skeleton
      
      * add MaterialStateColor functionality to ActionTextColor (issue #110402)
      
      * Add M2 defaults and template skeleton
      
      * updated material 3 tokens
      
      * Updated snackbar demo
      
      * add theme tests
      
      * add gen defaults
      
      * formatting
      
      * more whitespace fixes
      
      * add widget type
      
      * update docs
      
      * code review changes
      
      * Add line overflow functionality
      
      * whitespace fixes
      
      * update M3 animation
      
      * whitespace fixes
      
      * add insetPadding param
      
      * Modifed icon parameter to showCloseIcon
      
      * white space fixes
      
      * test fixes
      
      * rename iconColor to closeIconColor
      
      * debug test fix
      
      * de-britishification
      
      * g3fix
      
      * g3fix
      
      * debug test fix
      
      * Fix Snackbar talkback regression
      
      * fix merge weirdness
      
      * test fix
      
      * fix linux analysis error
      
      * fix linux analysis error
      
      * fix linux analysis error
      
      * fix linux analysis error
      
      * fix linux analysis error
      
      * fix linux analysis error
      22cbef30
  16. 30 Nov, 2022 1 commit
    • Eilidh Southren's avatar
      M3 snackbar [re-land] (#116218) · 29422d25
      Eilidh Southren authored
      * Add M2 defaults and template skeleton
      
      * add MaterialStateColor functionality to ActionTextColor (issue #110402)
      
      * Add M2 defaults and template skeleton
      
      * updated material 3 tokens
      
      * Updated snackbar demo
      
      * add theme tests
      
      * add gen defaults
      
      * formatting
      
      * more whitespace fixes
      
      * add widget type
      
      * update docs
      
      * code review changes
      
      * Add line overflow functionality
      
      * whitespace fixes
      
      * update M3 animation
      
      * whitespace fixes
      
      * add insetPadding param
      
      * Modifed icon parameter to showCloseIcon
      
      * white space fixes
      
      * test fixes
      
      * rename iconColor to closeIconColor
      
      * debug test fix
      
      * de-britishification
      
      * g3fix
      
      * g3fix
      
      * debug test fix
      29422d25
  17. 29 Nov, 2022 3 commits
    • Kate Lovett's avatar
      Revert "Update SnackBar to support Material 3" (#116199) · 8b32ac7a
      Kate Lovett authored
      * Revert "Update SnackBar to support Material 3 (#115750)"
      
      This reverts commit d58855c4.
      
      * Kick ci.yaml
      Co-authored-by: 's avatarJenn Magder <magder@google.com>
      8b32ac7a
    • Eilidh Southren's avatar
      Update SnackBar to support Material 3 (#115750) · d58855c4
      Eilidh Southren authored
      * Add M2 defaults and template skeleton
      
      * add MaterialStateColor functionality to ActionTextColor (issue #110402)
      
      * Add M2 defaults and template skeleton
      
      * updated material 3 tokens
      
      * Updated snackbar demo
      
      * add theme tests
      
      * add gen defaults
      
      * formatting
      
      * more whitespace fixes
      
      * add widget type
      
      * update docs
      
      * code review changes
      
      * Add line overflow functionality
      
      * whitespace fixes
      
      * update M3 animation
      
      * whitespace fixes
      
      * add insetPadding param
      
      * Modifed icon parameter to showCloseIcon
      
      * white space fixes
      
      * test fixes
      
      * rename iconColor to closeIconColor
      
      * debug test fix
      
      * de-britishification
      d58855c4
    • Greg Spencer's avatar
      Menu bar accelerators (#114852) · 0cb9f704
      Greg Spencer authored
      * Add MenuMenuAcceleratorLabel to support accelerators.
      
      * Review Changes
      
      * Review Changed
      
      * Fix default label builder to use characters
      
      * Remove golden test that shouldn't have been there.
      0cb9f704
  18. 22 Aug, 2022 1 commit
  19. 19 Aug, 2022 1 commit
  20. 29 Jul, 2022 1 commit
  21. 29 Jun, 2022 1 commit
  22. 26 May, 2022 1 commit
  23. 25 May, 2022 1 commit
    • Greg Spencer's avatar
      A bunch of cleanups and a missing `ShortcutRegistar` in `WidgetsApp` (#104560) · 0a417c3b
      Greg Spencer authored
      A bunch of random cleanup things I found while doing MenuBar development.
      
      Changes an if test to an assert in binding.dart, since the if should always be true.
      Adds the default ShortcutRegistrar that should have been in the ShortcutRegistry PR.
      Moves a debug message in the FocusManager to print the result after the focus change instead of before.
      Reorders the test parameters in theme_data_test.dart to match the order of the theme data fields everywhere else.
      0a417c3b
  24. 12 May, 2022 1 commit
  25. 27 Apr, 2022 2 commits
  26. 26 Apr, 2022 1 commit
  27. 25 Apr, 2022 1 commit
  28. 21 Apr, 2022 1 commit
  29. 15 Apr, 2022 1 commit
  30. 14 Apr, 2022 2 commits
  31. 13 Apr, 2022 2 commits
  32. 12 Apr, 2022 2 commits