1. 10 Jan, 2023 1 commit
    • Yegor's avatar
      add closed/open focus traversal; use open on web (#115961) · 42053575
      Yegor authored
      * allow focus to leave FlutterView
      
      * fix tests and docs
      
      * small doc update
      
      * fix analysis lint
      
      * use closed loop for dialogs
      
      * add tests for new API
      
      * address comments
      
      * test FocusScopeNode.traversalEdgeBehavior setter; reverse wrap-around
      
      * rename actionResult to invokeResult
      
      * address comments
      42053575
  2. 21 Dec, 2022 1 commit
  3. 09 Dec, 2022 1 commit
  4. 11 Jul, 2022 1 commit
  5. 30 Jun, 2022 1 commit
  6. 17 Jun, 2022 1 commit
  7. 16 Jun, 2022 1 commit
  8. 25 May, 2022 1 commit
  9. 30 Apr, 2022 1 commit
  10. 27 Apr, 2022 1 commit
  11. 14 Apr, 2022 1 commit
  12. 21 Mar, 2022 1 commit
  13. 04 Mar, 2022 1 commit
  14. 03 Feb, 2022 1 commit
  15. 08 Oct, 2021 3 commits
  16. 04 Oct, 2021 1 commit
  17. 16 Aug, 2021 1 commit
  18. 11 Aug, 2021 1 commit
  19. 27 Jul, 2021 2 commits
  20. 15 Jul, 2021 1 commit
  21. 14 Jul, 2021 3 commits
  22. 13 Jul, 2021 2 commits
  23. 01 Jul, 2021 1 commit
  24. 29 Jun, 2021 1 commit
    • Greg Spencer's avatar
      Randomize Framework tests, opt out some tests that currently fail. (#85159) · b5f9612c
      Greg Spencer authored
      This turns on order shuffling for all tests that don't fail with it on, marking those tests that do fail with a tag so that they will be run without shuffling on.
      
      To determine which tests fail with it on, I ran all the tests 100 times with different random shuffle seeds, and then also ran it with the date seeds from today until the end of July, and tagged all of the test suites (files) that fail, with a seed that caused them to fail.
      b5f9612c
  25. 23 Jun, 2021 1 commit
  26. 28 Apr, 2021 1 commit
  27. 21 Apr, 2021 1 commit
  28. 02 Apr, 2021 1 commit
  29. 11 Mar, 2021 1 commit
  30. 09 Mar, 2021 1 commit
  31. 20 Nov, 2020 1 commit
  32. 02 Nov, 2020 1 commit
  33. 28 Oct, 2020 1 commit
    • Greg Spencer's avatar
      Remove `nullOk` in `MediaQuery.of` (#68736) · 55289324
      Greg Spencer authored
      Adds MediaQuery.maybeOf to replace calling MediaQuery.of(context, nullOk: true), and removes the nullOk parameter. Also changes MediaQuery.of to return a non-nullable value, and removes many instances of the ! operator, reducing the possible places where a null dereference could occur.
      55289324
  34. 23 Oct, 2020 1 commit