1. 20 Jul, 2023 2 commits
  2. 18 Jul, 2023 1 commit
  3. 17 Jul, 2023 3 commits
  4. 12 Jul, 2023 1 commit
  5. 11 Jul, 2023 2 commits
  6. 07 Jul, 2023 1 commit
  7. 06 Jul, 2023 1 commit
  8. 30 Jun, 2023 1 commit
  9. 29 Jun, 2023 2 commits
    • lsaudon's avatar
      Deletes files that should be ignored (#127984) · 7cab354d
      lsaudon authored
      Some files are supposed to ignore, but don't.
      
      - **/windows/flutter/generated_plugins.cmake
      - **/linux/flutter/generated_plugin_registrant.cc
      - **/linux/flutter/generated_plugin_registrant.h
      - **/linux/flutter/generated_plugins.cmake
      - **/windows/flutter/generated_plugin_registrant.cc
      - **/windows/flutter/generated_plugin_registrant.h
      - **/ios/Runner/GeneratedPluginRegistrant.h
      - **/ios/Runner/GeneratedPluginRegistrant.m
      
      *List which issues are fixed by this PR. You must list at least one issue.*
      
      *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
      7cab354d
    • Jia Tan's avatar
      Fix typos in ListTile examples. (#129606) · 87194a23
      Jia Tan authored
      Fix typos.
      
      *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
      87194a23
  10. 28 Jun, 2023 1 commit
  11. 26 Jun, 2023 1 commit
  12. 21 Jun, 2023 1 commit
    • Renzo Olivares's avatar
      Selection area right click behavior should match native (#128224) · b36ef583
      Renzo Olivares authored
      This change updates `SelectableRegion`s right-click gesture to match native platform behavior.
      
      Before: Right-click gesture selects word at position and opens context menu (All Platforms)
      After: 
      - Linux, toggles context menu on/off, and collapses selection when click was not on an active selection (uncollapsed).
      - Windows, Android, Fuchsia, shows context menu at right-clicked position (unless the click is at an active selection).
      - macOS, toggles the context menu if right click was at the same position as the previous / or selects word at position and opens context menu.
      - iOS, selects word at position and opens context menu.
      
      This change also prevents the `copy` menu button from being shown when there is a collapsed selection (nothing to copy).
      
      Fixes #117561
      b36ef583
  13. 20 Jun, 2023 2 commits
  14. 15 Jun, 2023 2 commits
  15. 13 Jun, 2023 1 commit
  16. 08 Jun, 2023 3 commits
  17. 07 Jun, 2023 2 commits
  18. 06 Jun, 2023 2 commits
  19. 02 Jun, 2023 1 commit
    • Hans Muller's avatar
      Updated TabBar and ToggleButtons examples (#128088) · 4464d09d
      Hans Muller authored
      Updated the ToggleButtons example and test to M3.
      
      Updated the nested tabs test to avoid warnings like:
      ```
      Warning: A call to tap() with finder "exactly one widget with type "Tab" which is an ancestor of text "Explore": Tab(text: "Explore", icon: Icon)" derived an Offset (Offset(666.7, 92.0)) that would not hit test on the specified widget.
      ```
      4464d09d
  20. 01 Jun, 2023 4 commits
  21. 30 May, 2023 1 commit
  22. 27 May, 2023 1 commit
  23. 26 May, 2023 1 commit
  24. 25 May, 2023 2 commits
  25. 24 May, 2023 1 commit