1. 20 Feb, 2024 1 commit
  2. 19 Jan, 2024 1 commit
  3. 14 Dec, 2023 1 commit
  4. 03 Nov, 2023 1 commit
  5. 09 Oct, 2023 1 commit
  6. 07 Oct, 2023 1 commit
  7. 20 Sep, 2023 2 commits
  8. 29 Aug, 2023 1 commit
  9. 28 Jul, 2023 1 commit
  10. 25 Jul, 2023 1 commit
  11. 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
  12. 31 May, 2023 1 commit
    • Renzo Olivares's avatar
      Fix bottom sheet rebuilding when tapping (#127526) · 83f19be2
      Renzo Olivares authored
      This fixes an issue where the bottom sheet would rebuild when `enableDrag` is set to true on every tap. This is because `DragGestureRecognizer` would win the arena by default and dispatch the `drag` callbacks (in `acceptGesture`) even though it had not met the drag threshold. This changes keep the default behavior of `DragGestureRecognizer` the same, but adds a parameter `onlyAcceptDragOnThreshold` that a user can use to stop drag callbacks from being fired when the drag threshold has not been met.
      
      Fixes #126833
      83f19be2
  13. 23 May, 2023 1 commit
  14. 22 May, 2023 1 commit
  15. 15 May, 2023 1 commit
  16. 27 Apr, 2023 1 commit
  17. 28 Mar, 2023 1 commit
  18. 19 Mar, 2023 1 commit
  19. 14 Mar, 2023 1 commit
  20. 13 Mar, 2023 1 commit
  21. 08 Mar, 2023 1 commit
  22. 06 Mar, 2023 1 commit
    • Eilidh Southren's avatar
      Bottom appbar/sheet shadow property (#121406) · d696b051
      Eilidh Southren authored
      * add shadowColor property
      
      * add to bottom app bar
      
      * add test
      
      * update m2/m3 diffs
      
      * reorder debug test
      
      * finalize
      
      * remove crswap
      
      * update doc comments
      
      * add m2 shadow back
      
      * add const
      
      * update docs
      
      * update docs
      
      * comment replies
      
      * make param non-null
      
      * indentation fix
      
      * doc fix
      d696b051
  23. 24 Feb, 2023 1 commit
  24. 11 Feb, 2023 1 commit
  25. 08 Feb, 2023 1 commit
  26. 07 Feb, 2023 1 commit
  27. 24 Jan, 2023 1 commit
  28. 17 Jan, 2023 1 commit
  29. 03 Jan, 2023 1 commit
  30. 20 Dec, 2022 2 commits
  31. 09 Dec, 2022 1 commit
  32. 30 Nov, 2022 1 commit
  33. 28 Nov, 2022 1 commit
  34. 15 Nov, 2022 1 commit
  35. 01 Nov, 2022 1 commit
  36. 24 Oct, 2022 1 commit
  37. 13 Oct, 2022 1 commit
  38. 11 Oct, 2022 1 commit