1. 07 Nov, 2022 1 commit
  2. 04 Nov, 2022 1 commit
  3. 02 Nov, 2022 1 commit
  4. 01 Nov, 2022 3 commits
  5. 31 Oct, 2022 1 commit
  6. 28 Oct, 2022 2 commits
    • Justin McCandless's avatar
      Context Menus (#107193) · 0b451b6d
      Justin McCandless authored
      * Can show context menus anywhere in the app, not just on text.
      * Unifies all desktop/mobile context menus to go through one class (ContextMenuController).
      * All context menus are now just plain widgets that can be fully customized.
      * Existing default context menus can be customized and reused.
      0b451b6d
    • Flutter GitHub Bot's avatar
      Roll pub packages (#114189) · ef1236e0
      Flutter GitHub Bot authored
      ef1236e0
  7. 25 Oct, 2022 3 commits
  8. 24 Oct, 2022 1 commit
  9. 21 Oct, 2022 1 commit
  10. 20 Oct, 2022 1 commit
  11. 19 Oct, 2022 2 commits
  12. 18 Oct, 2022 1 commit
  13. 17 Oct, 2022 1 commit
  14. 11 Oct, 2022 1 commit
  15. 10 Oct, 2022 1 commit
  16. 07 Oct, 2022 2 commits
  17. 06 Oct, 2022 1 commit
  18. 04 Oct, 2022 1 commit
  19. 03 Oct, 2022 1 commit
  20. 29 Sep, 2022 3 commits
  21. 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
  22. 27 Sep, 2022 1 commit
  23. 26 Sep, 2022 2 commits
  24. 23 Sep, 2022 2 commits
  25. 22 Sep, 2022 2 commits
  26. 21 Sep, 2022 1 commit
  27. 20 Sep, 2022 2 commits