1. 23 Jan, 2024 1 commit
  2. 15 Dec, 2023 1 commit
  3. 17 Aug, 2023 1 commit
  4. 14 Aug, 2023 1 commit
  5. 08 Aug, 2023 1 commit
  6. 02 Aug, 2023 1 commit
  7. 22 Jul, 2023 1 commit
  8. 19 Jul, 2023 1 commit
  9. 06 Jul, 2023 1 commit
  10. 12 May, 2023 1 commit
  11. 10 Apr, 2023 1 commit
  12. 04 Apr, 2023 1 commit
  13. 28 Feb, 2023 1 commit
  14. 27 Feb, 2023 1 commit
  15. 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
  16. 16 Dec, 2022 1 commit
  17. 07 Dec, 2022 1 commit
  18. 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
  19. 03 Mar, 2022 1 commit
  20. 02 Feb, 2021 1 commit
  21. 23 Oct, 2020 1 commit
  22. 12 Oct, 2020 1 commit
    • Shi-Hao Hong's avatar
      [NNBD] Migrate some Material tests to NNBD (#67887) · 46238de8
      Shi-Hao Hong authored
      Migrates the following files to NNBD: 
      * input_decorator_test.dart
      * list_tile_test.dart
      * localizations_test.dart
      * material_button_test.dart
      * material_state_property_test.dart
      * material_test.dart
      * mergeable_material_test.dart
      46238de8
  23. 30 Jun, 2020 1 commit
  24. 24 Jun, 2020 1 commit
  25. 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
  26. 11 Jun, 2020 1 commit
  27. 14 May, 2020 1 commit
  28. 11 Mar, 2020 1 commit
  29. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  30. 07 Aug, 2018 1 commit
  31. 02 Aug, 2018 1 commit
  32. 27 Jul, 2018 1 commit
  33. 23 Jul, 2018 1 commit
  34. 16 Jul, 2018 2 commits
  35. 24 May, 2018 1 commit
  36. 16 Apr, 2018 1 commit
  37. 01 Feb, 2018 1 commit
  38. 14 Dec, 2017 1 commit
  39. 04 Dec, 2017 1 commit