1. 20 Sep, 2023 1 commit
    • Greg Spencer's avatar
      Remove 'must be non-null' and 'must not be null' comments in widgets library (#134992) · 6e5134b0
      Greg Spencer authored
      ## Description
      
      This removes all of the comments that are of the form "so-and-so (must not be null|can ?not be null|must be non-null)" from the cases where those values are defines as non-nullable values.
      
      This PR removes them from the widgets library.
      
      This was done by hand, since it really didn't lend itself to scripting, so it needs to be more than just spot-checked, I think. I was careful to leave any comment that referred to parameters that were nullable, but I may have missed some.
      
      In addition to being no longer relevant after null safety has been made the default, these comments were largely fragile, in that it was easy for them to get out of date, and not be accurate anymore anyhow.
      
      This did create a number of constructor comments which basically say "Creates a [Foo].", but I don't really know how to avoid that in a large scale change, since there's not much you can really say in a lot of cases.  I think we might consider some leniency for constructors to the "Comment must be meaningful" style guidance (which we de facto have already, since there are a bunch of these).
      
      ## Related PRs
      - https://github.com/flutter/flutter/pull/134984
      - https://github.com/flutter/flutter/pull/134991
      - https://github.com/flutter/flutter/pull/134993
      - https://github.com/flutter/flutter/pull/134994
      
      ## Tests
       - Documentation only change.
      6e5134b0
  2. 19 Sep, 2023 1 commit
  3. 18 Sep, 2023 3 commits
  4. 12 Sep, 2023 1 commit
  5. 01 Sep, 2023 1 commit
  6. 31 Aug, 2023 1 commit
  7. 20 Jul, 2023 1 commit
  8. 17 May, 2023 1 commit
  9. 30 Mar, 2023 1 commit
  10. 22 Mar, 2023 2 commits
  11. 14 Mar, 2023 1 commit
  12. 23 Feb, 2023 3 commits
  13. 24 Jan, 2023 1 commit
  14. 18 Jan, 2023 1 commit
  15. 17 Jan, 2023 1 commit
  16. 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
  17. 11 Dec, 2022 1 commit
  18. 01 Dec, 2022 1 commit
    • Greg Spencer's avatar
      Tweak directional focus traversal (#116230) · 0234b18f
      Greg Spencer authored
      * Use distance instead of coord
      
      * Sort by distance prefer axis
      
      * Switch initial sort back to sort by coordinate.
      
      * revert test change
      
      * Fix tests
      
      * Simplify test case
      
      * Add a test for irregular grids
      
      * Review Changes
      0234b18f
  19. 31 Oct, 2022 1 commit
  20. 02 Sep, 2022 1 commit
  21. 17 Aug, 2022 1 commit
  22. 10 Aug, 2022 1 commit
  23. 14 Apr, 2022 1 commit
  24. 12 Apr, 2022 1 commit
  25. 06 Apr, 2022 1 commit
  26. 10 Jan, 2022 1 commit
  27. 03 Nov, 2021 1 commit
  28. 04 Oct, 2021 1 commit
    • Greg Spencer's avatar
      Clean up examples, remove section markers and --template args (#91133) · fd9ce277
      Greg Spencer authored
      This does a cleanup of the examples, removing all of the "section" markers and extra comments that we don't need anymore now that the samples are no longer in the source code. It also removes the --template arguments from the {@tool dartpad} and {@tool sample} directives, since those are no longer used. It converts two examples that I discovered were still embedded into linked examples in the examples folder.
      
      I didn't delete the templates from the snippets config folder yet, because there are still embedded samples in the dart:ui package from the engine that use them. Once dart:ui no longer uses the templates, they can be removed.
      
      I bumped the version of the snippets package to pick up a change that allows removal of the --template argument.
      fd9ce277
  29. 25 Aug, 2021 1 commit
    • Greg Spencer's avatar
      Extract Sample code into examples/api (#87280) · 33403bd2
      Greg Spencer authored
      This extracts the sample code out from the API doc comments, and places them in separate files on disk, allowing running of the examples locally, testing them, and building of slightly larger examples.
      33403bd2
  30. 20 Jul, 2021 1 commit
  31. 01 Jul, 2021 1 commit
  32. 10 May, 2021 1 commit
  33. 31 Mar, 2021 1 commit
  34. 12 Mar, 2021 1 commit
  35. 18 Feb, 2021 1 commit