1. 18 Oct, 2023 1 commit
    • pdblasi-google's avatar
      Adds API for performing semantics actions in tests (#132598) · 52a1a318
      pdblasi-google authored
      * Added `performAction` to `SemanticsController` as well as specific methods for specific actions
      * Added a `scrollable` finder to `find.semantics` as a convenience method for `findAny(<all scrollable actions>)`
      * Updated `containsSemantics` and `matchSemantics` matchers to also work on `FinderBase<Semantics>`
      
      Closes #112413
      52a1a318
  2. 25 Sep, 2023 1 commit
  3. 15 May, 2023 1 commit
  4. 06 Apr, 2023 1 commit
  5. 13 Mar, 2023 1 commit
  6. 10 Mar, 2023 1 commit
    • Casey Hillers's avatar
      Revert PRs relating to single window assumption (#122369) · 1f426123
      Casey Hillers authored
      * Revert "Remove references to BindingBase.window (#122119)"
      
      This reverts commit c7681f00.
      
      * Revert "Remove another reference to BindingBase.window (#122341)"
      
      This reverts commit 6ec44450.
      
      * Revert "Reland (2): Removes single window assumptions from `flutter_test` (#122233)"
      
      This reverts commit eb3d317e.
      
      * Revert "Remove single view assumption from TestViewConfiguration (#122352)"
      
      This reverts commit 927289fb.
      
      * Revert "Updates `flutter/test/cupertino` to no longer use `TestWindow` (#122325)"
      
      This reverts commit 67e17e45.
      
      * Revert "Updates `flutter/test/gestures` to no longer reference `TestWindow` (#122327)"
      
      This reverts commit c2a5111c.
      
      * Revert "Updates `flutter/test/rendering` to no longer use `TestWindow` (#122347)"
      
      This reverts commit 28b65e08.
      
      * Revert "Updates `flutter_localizations/test` to stop using `TestWindow` (#122321)"
      
      This reverts commit 01367d52.
      1f426123
  7. 09 Mar, 2023 1 commit
  8. 08 Mar, 2023 1 commit
  9. 07 Mar, 2023 1 commit
  10. 06 Mar, 2023 2 commits
  11. 23 Feb, 2023 1 commit
  12. 02 Feb, 2023 1 commit
  13. 30 Nov, 2022 2 commits
  14. 04 Nov, 2022 1 commit
  15. 26 Oct, 2022 1 commit
  16. 24 Jun, 2022 1 commit
  17. 25 May, 2022 1 commit
    • Pierre-Louis's avatar
      Use `curly_braces_in_flow_control_structures` for non-`flutter` packages (#104629) · 74cfc3db
      Pierre-Louis authored
      * Use `curly_braces_in_flow_control_structures` for `packages/flutter_driver`
      
      * Use `curly_braces_in_flow_control_structures` for `packages/flutter_goldens`
      
      * Use `curly_braces_in_flow_control_structures` for `packages/flutter_goldens_client`
      
      * Use `curly_braces_in_flow_control_structures` for `packages/flutter_localizations`
      
      * Use `curly_braces_in_flow_control_structures` for `packages/flutter_test`
      
      * Use `curly_braces_in_flow_control_structures` for `packages/flutter_web_plugins`
      
      * fix comments
      
      * Use `curly_braces_in_flow_control_structures` for `packages/integration_test`
      
      * fix indentation
      74cfc3db
  18. 08 Oct, 2021 3 commits
  19. 01 Jun, 2021 1 commit
  20. 21 Apr, 2021 1 commit
  21. 04 Mar, 2021 2 commits
  22. 17 Feb, 2021 1 commit
  23. 27 Jan, 2021 1 commit
  24. 01 Oct, 2020 2 commits
  25. 15 Aug, 2020 1 commit
  26. 13 Aug, 2020 1 commit
  27. 12 Aug, 2020 1 commit
  28. 09 Aug, 2020 1 commit
  29. 04 Aug, 2020 1 commit
  30. 29 Jul, 2020 1 commit
  31. 28 Jul, 2020 1 commit
  32. 15 Jul, 2020 1 commit
  33. 22 Jan, 2020 1 commit
  34. 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