1. 02 Feb, 2023 2 commits
  2. 27 Jan, 2023 1 commit
  3. 21 Jan, 2023 1 commit
  4. 19 Jan, 2023 1 commit
  5. 13 Jan, 2023 1 commit
  6. 20 Dec, 2022 6 commits
  7. 14 Dec, 2022 1 commit
  8. 12 Dec, 2022 1 commit
  9. 09 Dec, 2022 1 commit
    • Siva's avatar
      Manual Roll of Flutter Engine from 67254d6e4b03 to 8d83b98c55b3 (#116635) · 7c8e1713
      Siva authored
      * Roll Flutter Engine from 67254d6e4b03 to 8d83b98c55b3
      
      * Roll Dart SDK from 35a9facce191 to e517487c5679 (Dart 3.0) (#38105)
      
      * Bump SDK versions.
      
      * Bump Dart SDK version constraints
      
      * Update shrine package to 2.0.1 (null safe version)
      
      * Fix more tests.
      
      * Include patches from Jason for min android sdk version
      
      * Fix analyzer warning
      7c8e1713
  10. 29 Nov, 2022 1 commit
    • 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
  11. 18 Nov, 2022 1 commit
  12. 07 Nov, 2022 1 commit
  13. 31 Oct, 2022 1 commit
  14. 28 Oct, 2022 1 commit
  15. 21 Oct, 2022 1 commit
  16. 20 Oct, 2022 1 commit
  17. 18 Oct, 2022 1 commit
  18. 07 Oct, 2022 1 commit
  19. 29 Sep, 2022 1 commit
  20. 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
  21. 23 Sep, 2022 1 commit
  22. 22 Sep, 2022 1 commit
  23. 20 Sep, 2022 1 commit
  24. 19 Sep, 2022 1 commit
  25. 12 Sep, 2022 1 commit
  26. 09 Sep, 2022 1 commit
  27. 03 Sep, 2022 1 commit
  28. 02 Sep, 2022 1 commit
  29. 30 Aug, 2022 1 commit
  30. 25 Aug, 2022 2 commits
  31. 22 Aug, 2022 1 commit
  32. 21 Aug, 2022 1 commit
  33. 19 Aug, 2022 1 commit