1. 07 Sep, 2021 1 commit
  2. 02 Sep, 2021 1 commit
  3. 23 Aug, 2021 1 commit
  4. 18 Aug, 2021 1 commit
  5. 16 Aug, 2021 1 commit
  6. 15 Aug, 2021 1 commit
    • Pierre-Louis's avatar
      [Fonts] Improved icons update script (#88153) · 85ffa8ce
      Pierre-Louis authored
      * Improved update_icons.dart
      
      * Handle _
      
      * Update dartdoc
      
      * Rename function
      
      * formatting
      
      * fix type
      
      * Refactor ID generation
      
      * rename
      
      * cleanup
      
      * update comment
      
      * replace typedef with type
      85ffa8ce
  7. 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
  8. 03 Aug, 2021 1 commit
  9. 29 Jul, 2021 2 commits
  10. 28 Jul, 2021 1 commit
  11. 27 Jul, 2021 1 commit
  12. 26 Jul, 2021 1 commit
  13. 22 Jul, 2021 2 commits
  14. 20 Jul, 2021 2 commits
  15. 19 Jul, 2021 1 commit
  16. 15 Jul, 2021 1 commit
  17. 14 Jul, 2021 3 commits
    • Pierre-Louis's avatar
      [Fonts] Fix icons sorting (#86434) · 666185c0
      Pierre-Louis authored
      * Fix sorting
      
      * Update icons.dart
      666185c0
    • Eng Zer Jun's avatar
      build: update dependencies (#86433) · 57a4b023
      Eng Zer Jun authored
      57a4b023
    • Tong Mu's avatar
      New scheme for keyboard logical key ID (#85121) · c8d0b1d9
      Tong Mu authored
      This PR updates the ID used by logical keyboard keys.
      
      The logical key ID is still composed of 2 parts: 32 bits of value, and 8 bits of plane. But the assignment of planes has been drastically changed. HID plane is removed, and unprintable plane and Flutter plane are added. This is to reflect the new generation method for logical key IDs. Now keys that are defined by Flutter but not by dom_key_data are placed into the Flutter plane, including numpad keys, sided modifier keys, and gamepad keys. The values for platform planes have also been adjusted.
      
      The generation script and README have been updated accordingly as well.
      
      A new file, test_utils/key_codes.h is now generated to assist engine unit testing.
      
      All lists generated by the script are now sorted by the key.
      c8d0b1d9
  18. 09 Jul, 2021 1 commit
  19. 08 Jul, 2021 1 commit
  20. 03 Jul, 2021 1 commit
  21. 01 Jul, 2021 1 commit
  22. 30 Jun, 2021 2 commits
  23. 28 Jun, 2021 2 commits
  24. 27 Jun, 2021 1 commit
  25. 23 Jun, 2021 1 commit
  26. 22 Jun, 2021 1 commit
  27. 17 Jun, 2021 1 commit
  28. 15 Jun, 2021 1 commit
  29. 14 Jun, 2021 2 commits
  30. 09 Jun, 2021 1 commit
  31. 08 Jun, 2021 1 commit
  32. 07 Jun, 2021 1 commit