1. 12 Jun, 2023 1 commit
  2. 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
  3. 01 Jun, 2023 1 commit
  4. 16 May, 2023 1 commit
    • Ian Hickson's avatar
      Make SlottedMultiChildRenderObjectWidgetMixin a concrete class (#126108) · 027bb844
      Ian Hickson authored
      This is a proof of concept for renaming SlottedMultiChildRenderObjectWidgetMixin to SlottedMultiChildRenderObjectWidget and making it a concrete class.
      
      I also made SlottedContainerRenderObjectMixin generic instead of being specialized to RenderBox.
      
      I don't think this is something we can easily automigrate, but we may not need to, I don't know how common this is...
      027bb844
  5. 13 Mar, 2023 1 commit
  6. 17 Feb, 2023 1 commit
  7. 13 Feb, 2023 1 commit
  8. 09 Feb, 2023 1 commit
  9. 07 Feb, 2023 1 commit
  10. 06 Feb, 2023 1 commit
  11. 02 Feb, 2023 1 commit
  12. 25 Jan, 2023 1 commit
  13. 24 Jan, 2023 1 commit
  14. 19 Jan, 2023 1 commit
  15. 17 Jan, 2023 1 commit
  16. 09 Jan, 2023 1 commit
  17. 29 Dec, 2022 1 commit
  18. 20 Dec, 2022 1 commit
  19. 14 Dec, 2022 1 commit
  20. 12 Dec, 2022 1 commit
  21. 09 Dec, 2022 1 commit
  22. 29 Nov, 2022 1 commit
  23. 03 Oct, 2022 1 commit
  24. 30 Sep, 2022 1 commit
  25. 12 Sep, 2022 1 commit
  26. 05 Sep, 2022 1 commit
  27. 31 Aug, 2022 1 commit
  28. 22 Aug, 2022 1 commit
  29. 10 Aug, 2022 1 commit
  30. 13 Jul, 2022 2 commits
  31. 08 Jun, 2022 1 commit
  32. 25 May, 2022 2 commits
  33. 27 Apr, 2022 1 commit
  34. 19 Apr, 2022 1 commit
  35. 18 Apr, 2022 1 commit
  36. 14 Apr, 2022 1 commit
  37. 07 Apr, 2022 1 commit
  38. 30 Mar, 2022 1 commit