1. 08 Aug, 2019 1 commit
  2. 09 Jul, 2019 1 commit
  3. 25 Jun, 2019 1 commit
  4. 24 Jun, 2019 1 commit
  5. 15 Jun, 2019 1 commit
    • Anthony's avatar
      [Material] Fix TextDirection and selected thumb for RangeSliderThumbShape and... · 8b2ccca3
      Anthony authored
      [Material] Fix TextDirection and selected thumb for RangeSliderThumbShape and RangeSliderValueIndicatorShape (#34501)
      
      Expose the RangeSlider's TextDirection in the RangeSliderThumbShape's abstract paint() method, and ensure that start and end thumb are non-null when being passed to the thumb and value indicator shape paint methods.
      8b2ccca3
  6. 06 Jun, 2019 1 commit
    • Anthony's avatar
      [Material] Create a themable Range Slider (continuous and discrete) (#31681) · e1d0ded9
      Anthony authored
      Creates a Material Design range slider.
      
      The range slider is based off the updated slider, with the main difference being that it has 2 thumbs.
      By default, the thumbs cannot pass each other and both the thumb and the value indicator create a stroke when they are overlapping for better visibility.
      e1d0ded9