1. 25 Aug, 2021 1 commit
    • Greg Spencer's avatar
      Extract Sample code into examples/api (#87280) · 33403bd2
      Greg Spencer authored
      This extracts the sample code out from the API doc comments, and places them in separate files on disk, allowing running of the examples locally, testing them, and building of slightly larger examples.
      33403bd2
  2. 11 Jun, 2021 1 commit
  3. 20 May, 2021 1 commit
  4. 10 May, 2021 1 commit
  5. 26 Apr, 2021 1 commit
  6. 31 Mar, 2021 1 commit
  7. 26 Mar, 2021 1 commit
  8. 29 Jan, 2021 1 commit
  9. 15 Dec, 2020 1 commit
  10. 11 Dec, 2020 1 commit
  11. 21 Nov, 2020 1 commit
  12. 05 Nov, 2020 1 commit
  13. 02 Nov, 2020 1 commit
  14. 30 Oct, 2020 1 commit
  15. 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
  16. 19 Oct, 2020 1 commit
  17. 15 Oct, 2020 1 commit
  18. 10 Oct, 2020 1 commit
  19. 06 Oct, 2020 1 commit
  20. 18 Sep, 2020 1 commit
  21. 17 Sep, 2020 1 commit
  22. 02 Sep, 2020 1 commit
  23. 29 Jul, 2020 1 commit
  24. 23 Jul, 2020 1 commit
  25. 11 Jun, 2020 1 commit
  26. 10 Jun, 2020 1 commit
  27. 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
  28. 28 May, 2020 1 commit
  29. 27 May, 2020 1 commit
  30. 15 May, 2020 1 commit
  31. 30 Apr, 2020 1 commit
  32. 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
  33. 16 Apr, 2020 1 commit
  34. 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
  35. 31 Mar, 2020 2 commits
  36. 03 Mar, 2020 1 commit
  37. 25 Jan, 2020 1 commit
  38. 08 Jan, 2020 1 commit
  39. 13 Dec, 2019 1 commit