1. 21 Aug, 2020 2 commits
  2. 17 Aug, 2020 1 commit
  3. 28 Jul, 2020 1 commit
  4. 10 Jul, 2020 1 commit
  5. 24 Jun, 2020 1 commit
  6. 11 Jun, 2020 1 commit
  7. 10 Jun, 2020 1 commit
  8. 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
  9. 28 May, 2020 1 commit
  10. 27 May, 2020 1 commit
  11. 18 May, 2020 1 commit
  12. 30 Apr, 2020 1 commit
  13. 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
  14. 22 Apr, 2020 1 commit
  15. 16 Apr, 2020 1 commit
  16. 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
  17. 31 Mar, 2020 2 commits
  18. 03 Mar, 2020 1 commit
  19. 27 Jan, 2020 1 commit
  20. 17 Jan, 2020 2 commits
  21. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  22. 20 Nov, 2019 2 commits
  23. 04 Oct, 2019 1 commit
  24. 24 Sep, 2019 2 commits
  25. 10 Sep, 2019 1 commit
  26. 26 Jul, 2019 1 commit
  27. 28 Jun, 2019 1 commit
  28. 13 Jun, 2019 1 commit
  29. 24 Apr, 2019 2 commits
    • Anthony's avatar
      [Material] Adaptive Slider constructor (#30572) · 0572f158
      Anthony authored
      Adds an adaptive constructor for the Material Slider. An adaptive widget is one that renders itself as Material on Android, and Cupertino on iOS. This work is based off of a similar feature on Switches: bbb080b3#diff-fe2bb980c6207699cbf45538fe927afa.
      
      The motivation for this change is that we should provide adaptive constructors for as many widgets as necessary in the Material library. In Material, it is suggested that the slider is an iOS-style slider.
      0572f158
    • Anthony's avatar
      [Material] Update slider and slider theme with new sizes, shapes, and color... · 96f15c74
      Anthony authored
      [Material] Update slider and slider theme with new sizes, shapes, and color mappings (2nd attempt) (#31564)
      
      #30390 was rolled back. This PR will re-roll it forward.
      
      This PR makes a number of changes to the visual appearance of material sliders:
      
      Sizes/Shapes
      ** enabled thumb radius from 6 to 10
      ** disabled thumb radius from 4 to 10 with no gap
      ** default track shape is a rounded rect rather than a rect
      **
      Colors
      ** all of the colors now use the new color scheme
      ** overlay opacity has been reduce from 16% to 12%
      ** value indicator text color now respects the indicator it is on by using onPrimary
      ** disabledThumb color no respects the surface it is on by using onSurface
      The slider theme is also now constructed consistently with other theme objects within the ThemeData. By default, all values are null, and have default values that are resolved in the slider itself, rather than in the slider theme.
      96f15c74
  30. 20 Apr, 2019 1 commit
  31. 18 Apr, 2019 1 commit
    • Anthony's avatar
      [Material] Update slider and slider theme with new sizes, shapes, and color mappings (#30390) · b1039f0f
      Anthony authored
      This PR makes a number of changes to the visual appearance of material sliders:
      
      Sizes/Shapes
      ** enabled thumb radius from 6 to 10
      ** disabled thumb radius from 4 to 10 with no gap
      ** default track shape is a rounded rect rather than a rect
      **
      Colors
      ** all of the colors now use the new color scheme
      ** overlay opacity has been reduce from 16% to 12%
      ** value indicator text color now respects the indicator it is on by using onPrimary
      ** disabledThumb color no respects the surface it is on by using onSurface
      The slider theme is also now constructed consistently with other theme objects within the ThemeData. By default, all values are null, and have default values that are resolved in the slider itself, rather than in the slider theme.
      b1039f0f
  32. 09 Mar, 2019 1 commit
  33. 07 Mar, 2019 1 commit
  34. 06 Mar, 2019 1 commit