1. 06 Jul, 2023 1 commit
  2. 10 Apr, 2023 1 commit
  3. 07 Apr, 2023 1 commit
  4. 06 Apr, 2023 1 commit
  5. 04 Apr, 2023 3 commits
  6. 28 Feb, 2023 1 commit
  7. 27 Feb, 2023 1 commit
  8. 20 Dec, 2022 1 commit
    • harperl-lgtm's avatar
      Implemented Scrim Focus for BottomSheet (#116743) · 7f7a8778
      harperl-lgtm authored
      * Implemented Scrim Focus for BottomSheet so that assistive technology users can focus and tap on the scrim to close the BottomSheet, which they could not do before the change . The Scrim Focus's size changes to avoid overlapping the BottomSheet.
      7f7a8778
  9. 16 Dec, 2022 1 commit
  10. 07 Dec, 2022 1 commit
  11. 29 Jun, 2022 1 commit
  12. 09 May, 2022 1 commit
    • Greg Spencer's avatar
      Adds `menuBarMenuLabel`, and removes unneeded key localizations (#102100) · 6504f289
      Greg Spencer authored
      When I added localizations for shortcut keys, I added some that actually can't be shortcut keys, so I'm removing them again. These are mostly Japanese-specific keys that don't even appear on modern keyboards for the most part.
      
      Also, added menuBarMenuLabel for an accessibility label for menu bar menus.
      
      I modified the code for the localization generation scripts to add a --remove-undefined flag that will remove any localizations that don't appear in the canonical locale.
      6504f289
  13. 04 Apr, 2022 1 commit
  14. 03 Mar, 2022 1 commit
  15. 16 Apr, 2021 1 commit
  16. 02 Feb, 2021 1 commit
  17. 06 Aug, 2020 1 commit
  18. 30 Jun, 2020 1 commit
  19. 29 Jun, 2020 1 commit
  20. 24 Jun, 2020 1 commit
  21. 23 Jun, 2020 1 commit
    • Tonic Artos's avatar
      New license page. (#57588) · 65550d0f
      Tonic Artos authored
      This is a PR addressing #57226 - Proposal: New UI for Licenses Page.
      
      This PR replaces the previous single panel license page with one that uses a master/detail flow (MDFlow) to display packages and their respective licenses.
      
      The License Page API remains unchanged. The logic for processing the license data is kept largely the same. This PR changes how the licenses are displayed, by introducing a responsive UI using the master/detail UI pattern. For now I am calling it Master Detail Flow, or MDFlow.
      
      MDFlow manifests as two layouts depending on the screen size. On small and medium displays, as determined by the breakpoints given by the Material Design Spec, MDFlow utilises a nested layout. On large displays, MDFlow uses a two panel (lateral) layout. MDFlow is implemented in this PR using a Navigator for the nested layout, and a Stack for the lateral layout. The master and detail views are built using builders. For the interactive component, detail pages are requested from the master view using a proxy obtained by a widget lookup on the build context; MasterDetailFlow.of(context).
      65550d0f
  22. 14 May, 2020 1 commit
  23. 29 Mar, 2020 1 commit
  24. 11 Mar, 2020 1 commit
  25. 23 Jul, 2019 1 commit