1. 11 Jun, 2021 1 commit
  2. 20 May, 2021 1 commit
  3. 10 May, 2021 1 commit
  4. 26 Apr, 2021 1 commit
  5. 31 Mar, 2021 1 commit
  6. 26 Mar, 2021 1 commit
  7. 29 Jan, 2021 1 commit
  8. 15 Dec, 2020 1 commit
  9. 11 Dec, 2020 1 commit
  10. 21 Nov, 2020 1 commit
  11. 05 Nov, 2020 1 commit
  12. 02 Nov, 2020 1 commit
  13. 30 Oct, 2020 1 commit
  14. 28 Oct, 2020 1 commit
    • Greg Spencer's avatar
      Remove `nullOk` in `MediaQuery.of` (#68736) · 55289324
      Greg Spencer authored
      Adds MediaQuery.maybeOf to replace calling MediaQuery.of(context, nullOk: true), and removes the nullOk parameter. Also changes MediaQuery.of to return a non-nullable value, and removes many instances of the ! operator, reducing the possible places where a null dereference could occur.
      55289324
  15. 19 Oct, 2020 1 commit
  16. 15 Oct, 2020 1 commit
  17. 10 Oct, 2020 1 commit
  18. 06 Oct, 2020 1 commit
  19. 18 Sep, 2020 1 commit
  20. 17 Sep, 2020 1 commit
  21. 02 Sep, 2020 1 commit
  22. 29 Jul, 2020 1 commit
  23. 23 Jul, 2020 1 commit
  24. 11 Jun, 2020 1 commit
  25. 10 Jun, 2020 1 commit
  26. 08 Jun, 2020 1 commit
    • Greg Spencer's avatar
      Make _RenderSlider not be a semantics container (#58535) · d7321d92
      Greg Spencer authored
      This PR makes _RenderSlider not be a semantics container. This is so that the FocusableActionDetector in the Slider widget will get to aggregate the semantics information, since otherwise Talkback won't focus the slider because it thinks that the focus node doesn't have anything to say (which it doesn't but the _RenderSlider child does). If the _RenderSlider is a semantics container, then it keeps its speakable information to itself, but it isn't the Focus widget, so when the keyboard focus goes to the focus node, the accessibility focus doesn't move.
      
      Since the _RenderSlider is always wrapped by the Slider widget, there's nothing lost in making it not be a container.
      d7321d92
  27. 28 May, 2020 1 commit
  28. 27 May, 2020 1 commit
  29. 15 May, 2020 1 commit
  30. 30 Apr, 2020 1 commit
  31. 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
  32. 16 Apr, 2020 1 commit
  33. 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
  34. 31 Mar, 2020 2 commits
  35. 03 Mar, 2020 1 commit
  36. 25 Jan, 2020 1 commit
  37. 08 Jan, 2020 1 commit
  38. 13 Dec, 2019 1 commit
  39. 12 Dec, 2019 1 commit