1. 02 Jul, 2021 1 commit
  2. 12 Jun, 2021 1 commit
  3. 21 May, 2021 1 commit
  4. 31 Mar, 2021 1 commit
  5. 12 Mar, 2021 2 commits
  6. 11 Feb, 2021 1 commit
  7. 29 Jan, 2021 1 commit
  8. 28 Jan, 2021 1 commit
  9. 15 Dec, 2020 1 commit
  10. 11 Dec, 2020 1 commit
  11. 18 Nov, 2020 1 commit
  12. 02 Nov, 2020 2 commits
  13. 27 Oct, 2020 1 commit
  14. 15 Oct, 2020 1 commit
  15. 10 Oct, 2020 1 commit
  16. 06 Oct, 2020 1 commit
  17. 02 Sep, 2020 1 commit
  18. 28 Aug, 2020 1 commit
  19. 06 Aug, 2020 1 commit
  20. 30 Jul, 2020 1 commit
  21. 29 Jul, 2020 1 commit
  22. 28 Jul, 2020 1 commit
  23. 23 Jul, 2020 2 commits
  24. 07 Jul, 2020 1 commit
  25. 11 Jun, 2020 2 commits
  26. 27 May, 2020 1 commit
  27. 18 May, 2020 1 commit
  28. 15 May, 2020 1 commit
  29. 30 Apr, 2020 1 commit
  30. 27 Apr, 2020 1 commit
    • Jose Alba's avatar
      Default to use V2 Slider (#55599) · 7eb3df4a
      Jose Alba authored
      * Instead of changing test I just flipped flag so the test uses the proper slider
      
      * Use Depracated annotation
      
      * Updated depracation notice
      
      * Updated depracation notice again
      
      * Ignore analyze issues
      
      * flutter analyze .
      
      * ignore analyzer
      
      * // ignore: deprecated_member_use
      
      * Ignoring notice
      
      * indentation
      7eb3df4a
  31. 16 Apr, 2020 1 commit
  32. 07 Apr, 2020 1 commit
    • Jose Alba's avatar
      Slider rebase work (#53916) · 3441d6cb
      Jose Alba authored
      * [Slider] Rebase.
      
      * disabled thumb color with alphaBlend of colorScheme surface
      
      * test remove alphablend
      
      * Change rectangular track to how it used to be
      
      * Chaned to adaptive slider
      
      * blank lines
      Co-authored-by: 's avatarWill Larche <larche@google.com>
      3441d6cb
  33. 06 Apr, 2020 1 commit
  34. 31 Mar, 2020 2 commits
  35. 11 Mar, 2020 1 commit
    • Greg Spencer's avatar
      Convert Diagnosticable to a mixin (#51495) · 210f4d83
      Greg Spencer authored
      This converts Diagnosticable to be a mixin instead of an abstract class, so that it can be used to add diagnostics to classes which already have a base class.
      
      It leaves in place the DiagnosticableMixin mixin, since there are some plugins that are still using it, and removing it would mean that those plugins wouldn't work with master branch Flutter anymore. DiagnosticableMixin will be removed once this mixin version of Diagnosticable makes its way to the stable branch.
      210f4d83