1. 20 Sep, 2021 1 commit
  2. 16 Sep, 2021 1 commit
  3. 15 Sep, 2021 1 commit
  4. 14 Sep, 2021 1 commit
  5. 13 Sep, 2021 1 commit
  6. 08 Sep, 2021 1 commit
  7. 02 Sep, 2021 1 commit
  8. 31 Aug, 2021 1 commit
  9. 30 Aug, 2021 2 commits
  10. 27 Aug, 2021 1 commit
  11. 25 Aug, 2021 2 commits
  12. 23 Aug, 2021 3 commits
  13. 18 Aug, 2021 1 commit
  14. 16 Aug, 2021 1 commit
  15. 13 Aug, 2021 1 commit
  16. 12 Aug, 2021 1 commit
    • Greg Spencer's avatar
      Switch document generation to use the snippets package (#87231) · 10e4b040
      Greg Spencer authored
      Switch document generation to use the snippets package instead of the snippets code in the Flutter repo. In the process, some bugs in sample code analysis have been fixed, and I've fixed some more errors in the samples.
      
      This will allow the snippets package to be developed separately from the Flutter repo, and reduce the code in the Flutter repo.
      
      The snippets code is deleted in this PR.
      
      I also converted some comments in the snippet templates to be regular comments instead of doc comments, because having a doc comment block before the imports causes the Dart import sorter to lose the comment. They should have been regular comments in the first place.
      
      The snippets package resides in the assets-for-api-docs repo.
      
      The sample analysis has also been converted to be run in parallel, and I've bumped the Dartdoc version to 1.0.2.
      10e4b040
  17. 11 Aug, 2021 1 commit
    • Darren Austin's avatar
      Added a check to the analyzer script to detect skipped tests. (#88003) · 41ff30c8
      Darren Austin authored
      Added a check to the analyzer script to detect skipped tests that aren't commented.
      
      The comment following the `skip` parameter should include either a link to a
      github issue tracking the reenabling of the test, or a '[intended]' tag with
      a brief description of why the test should never be enabled for the given
      condition.
      41ff30c8
  18. 06 Aug, 2021 1 commit
  19. 04 Aug, 2021 1 commit
    • Greg Spencer's avatar
      Fix the sample code analyzer to properly handle `missing_identifier` errors (#87593) · 169bb1b7
      Greg Spencer authored
      This fixes how the sample analyzer handles missing_identifier errors. It was looking at the wrong line, and missing an else clause, so it was silently allowing missing_identifier errors to pass.
      
      In addition, this fixes the sample generation so that it uses the correct filename for the output files: it previously was looking for the first line that had a filename, which was meant to indicate a non-generated line. This change adds a new Line.generated constructor for generated lines, so that they can also have the correct filename associated with them.
      169bb1b7
  20. 03 Aug, 2021 4 commits
  21. 31 Jul, 2021 1 commit
  22. 27 Jul, 2021 2 commits
  23. 26 Jul, 2021 1 commit
  24. 22 Jul, 2021 2 commits
  25. 20 Jul, 2021 1 commit
    • Greg Spencer's avatar
      Modify key info generation for new iOS key code. (#83439) · 2cb685e1
      Greg Spencer authored
      The (new, not yet used) code gen for iOS was setting up a std::map from key codes to logical and physical key codes, but it was using uint32_t, which isn't big enough to hold the Flutter key codes.
      
      Also, iOS needs to be able to filter out function keys, so I added a function key set.
      2cb685e1
  26. 19 Jul, 2021 1 commit
  27. 14 Jul, 2021 1 commit
  28. 13 Jul, 2021 1 commit
  29. 12 Jul, 2021 1 commit
  30. 09 Jul, 2021 1 commit
  31. 02 Jul, 2021 1 commit