1. 28 Mar, 2023 1 commit
  2. 22 Mar, 2023 1 commit
  3. 16 Mar, 2023 1 commit
  4. 09 Mar, 2023 1 commit
  5. 06 Mar, 2023 2 commits
  6. 22 Feb, 2023 1 commit
    • Mushaheed Syed's avatar
      Add ActionButtonIconsData for overriding action icons (#118229) · 7d85a585
      Mushaheed Syed authored
      * Add ActionButtonIconsData for overriding action icons
      
      * Fix formatting issues
      
      * Add missing exports in material library and add copyWith method in ActionButtonIconsData
      
      * Move all action buttons, and icons to action_buttons.dart
      
      * Rename actionButtonIcons to actionIconTheme
      
      * Refactor buttons in action_buttons.dart to extend a private class for common implementation
      
      * Refactor icons in action_buttons
      
      * Fix docs in action_buttons_theme
      
      * Fix #107646 always use 'Icons.arrow_back' as a back_button icon in web
      
      * Update documentation for action buttons and add style parameter to every action button
      
      * Fix analyzer warnings
      
      * Add missing style argument in IconButton of _ActionButton
      
      * Add tests for action buttons, action icon theme, drawer buttons, and back buttons
      
      * Add example (+test) for action icon button's action icon theme in examples/api
      
      * Fix analysis errors
      
      * Add missing license header in action_icon_theme.0.dart
      
      * Fix deprecation notice in theme_data.dart
      
      * Update theme data tests for actionIconTheme
      
      * Remove iconSize parameter from ActionButtons and update docs
      
      * Fix failing tests
      
      * Update button color during backbutton tests to red
      
      * Fix analytics issues
      
      * Fix format
      7d85a585
  7. 18 Feb, 2023 1 commit
  8. 13 Feb, 2023 1 commit
  9. 07 Feb, 2023 1 commit
  10. 31 Jan, 2023 1 commit
  11. 24 Jan, 2023 1 commit
  12. 30 Nov, 2022 1 commit
  13. 29 Nov, 2022 1 commit
  14. 18 Nov, 2022 1 commit
  15. 12 Nov, 2022 1 commit
  16. 10 Nov, 2022 1 commit
  17. 07 Nov, 2022 2 commits
  18. 28 Oct, 2022 1 commit
  19. 28 Sep, 2022 1 commit
    • Greg Spencer's avatar
      Implement Material MenuBar and MenuAnchor (#112239) · 8c271e5c
      Greg Spencer authored
      This implements a MenuBar widget that can render a Material menu bar, and a MenuAnchor widget used to create a cascading menu in a region. The menus are drawn in the overlay, while the menu bar itself is in the regular widget tree. Keyboard traversal works between the two.
      
      This implementation of the MenuBar uses MenuAnchor to create a cascading menu that contains widgets representing the menu items. These menu items can be any kind of widget, but are typically SubmenuButtons that host submenus, or MenuItemButtons that have shortcut hints (but don't actually activate the shortcuts) and don't host submenus.
      
      Cascading menus can be created outside of a MenuBar by using a MenuAnchor. They can be either given a specific location to appear (a coordinate), or they can be located by the MenuAnchor region that wraps the control that opens them.
      
      The developer may also create a MenuController to pass to the various menu primitives (MenuBar or MenuAnchor) to associate menus so that they can be traversed together and closed together. Creating a controller is not required.
      8c271e5c
  20. 08 Sep, 2022 1 commit
    • Eilidh Southren's avatar
      Deprecate ThemeDate.bottomAppBarColor (#111080) · 1ed23124
      Eilidh Southren authored
      * test commit
      
      * Deprecate BottomAppBarColor field
      
      * test commit
      
      * Deprecate BottomAppBarColor field
      
      * Update fix_data.yaml & tests
      
      * remove text.txt
      
      * Update PR ID values
      
      * Update fix_data.yaml
      
      * Make deprecation changes non-breaking
      
      * Whitespace formatting
      
      * Modify docstring, retain bottomAppBarColor default
      
      * Modify theme_data_test.dart
      
      * Update docstrings
      1ed23124
  21. 02 Sep, 2022 1 commit
  22. 25 Aug, 2022 1 commit
  23. 24 Aug, 2022 1 commit
  24. 22 Aug, 2022 1 commit
  25. 09 Aug, 2022 1 commit
  26. 03 Aug, 2022 1 commit
  27. 02 Aug, 2022 1 commit
  28. 27 Jul, 2022 1 commit
  29. 14 Jun, 2022 1 commit
  30. 27 May, 2022 1 commit
  31. 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
  32. 18 May, 2022 1 commit
  33. 11 May, 2022 1 commit
  34. 27 Apr, 2022 1 commit
  35. 19 Apr, 2022 1 commit
  36. 06 Apr, 2022 1 commit
  37. 31 Mar, 2022 1 commit
  38. 22 Mar, 2022 1 commit