1. 31 Oct, 2023 1 commit
  2. 20 Oct, 2023 1 commit
  3. 19 Oct, 2023 1 commit
  4. 12 Oct, 2023 1 commit
  5. 11 Oct, 2023 1 commit
  6. 20 Sep, 2023 1 commit
  7. 12 Sep, 2023 1 commit
  8. 25 Aug, 2023 1 commit
  9. 15 Aug, 2023 1 commit
  10. 10 Aug, 2023 1 commit
  11. 09 Aug, 2023 1 commit
  12. 08 Aug, 2023 1 commit
  13. 04 Aug, 2023 1 commit
  14. 01 Aug, 2023 1 commit
  15. 27 Jul, 2023 1 commit
  16. 18 Jul, 2023 1 commit
  17. 07 Jul, 2023 1 commit
  18. 15 Jun, 2023 1 commit
  19. 09 Jun, 2023 1 commit
    • Pierre-Louis's avatar
      Improve defaults generation with logging, stats, and token validation (#128244) · 66cda591
      Pierre-Louis authored
      ## Description
      
      This improves defaults generation with logging, stats, and token validation. 
      
      This PR includes these changes:
      * introduce `TokenLogger`, with a verbose mode
        * prints versions and tokens usage to the console
        * outputs `generated/used_tokens.csv`, a list of all used tokens, for use by Google
      * find token files in `data` automatically
      * hide tokens `Map`
        * tokens can be obtained using existing resolvers (e.g. `color`, `shape`), or directly through `getToken`.
        * tokens can be checked for existence with `tokenAvailable`
      * remove version from template, since the tokens are aggregated and multiple versions are possible (as is the case currently), it does not make sense to attribute a single version
      * improve documentation
      
      ## Related Issues
       - Fixes https://github.com/flutter/flutter/issues/122602
      
      ## Tests
       - Added tests for `TokenLogger`
       - Regenerated tokens, no-op except version removal
      
      ## Future work
      A future PR should replace or remove the following invalid tokens usages
      
      <img width="578" alt="image" src="https://github.com/flutter/flutter/assets/6655696/b6f9e5a7-523f-4f72-94f9-1b0bf4cc9f00">
      66cda591
  20. 08 Jun, 2023 1 commit
  21. 30 May, 2023 1 commit
  22. 16 May, 2023 1 commit
  23. 08 May, 2023 1 commit
  24. 28 Apr, 2023 2 commits
  25. 20 Apr, 2023 1 commit
  26. 13 Apr, 2023 1 commit
  27. 07 Apr, 2023 1 commit
  28. 03 Apr, 2023 1 commit
  29. 31 Mar, 2023 1 commit
  30. 23 Mar, 2023 1 commit
  31. 21 Mar, 2023 2 commits
  32. 03 Mar, 2023 1 commit
  33. 01 Mar, 2023 1 commit
  34. 28 Feb, 2023 1 commit
  35. 23 Feb, 2023 2 commits
  36. 16 Feb, 2023 1 commit
  37. 14 Feb, 2023 1 commit