- 22 Nov, 2019 1 commit
-
-
Greg Spencer authored
No code changes, just comments: I spell-checked all the comments in the repo.
-
- 20 Nov, 2019 2 commits
-
-
Todd Volkert authored
This reverts commit 421bf647. Was causing severe breakages in Google.
-
Anthony authored
Update the Slider and RangeSlider to the latest Material spec. This introduces an updated track, updated thumbs, updated tick marks, and a new value indicator shape. The old paddle value indicator shape is also updated so that text scaling works consistently.
-
- 04 Oct, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Oct, 2019 1 commit
-
-
Slade Capasso authored
* Updates to slider_test.dart Fixed error that required onChanged. * Updated slider.dart and slider_test.dart debugFillProperties Updated slider.dart debugFillProperties to include all properties and slider_test debugFillProperties to test all properties * Updated Slider onChanged property * Updated debugFillProperties to ignore testing methods that are null in test Per feedback from Hans/Anthony on Flutter Material * Updated spacing in debugFillProperties Per feedback from Hans * Updated range_slider.dart and range_slider_test.dart to have DiagnosticProperties tests for all properties * Updated range_slider.dart and range_slider_test.dart per feedback Preventing null labels from creating an error. Added made RangeLabels and RangeValues constants in instantiation of Range Slider. Fixed spacing. * Updates to start and end labels in diagnostic property tests Updated per feedback from @clocksmith
-
- 24 Sep, 2019 2 commits
-
-
chunhtai authored
* Implement system fonts system channel listener
-
Alexandre Ardhuin authored
-
- 08 Aug, 2019 1 commit
-
-
Justin McCandless authored
(Breaking Change) Move some hardcoded pixel values to reusable constants.
-
- 09 Jul, 2019 1 commit
-
-
Anthony authored
[Material] Text scale and wide label fixes for Slider and Range Slider value indicator shape (#35496) Various bug fixes for Slider and Range Slider value indicator around accessibility and wide labels.
-
- 25 Jun, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 24 Jun, 2019 1 commit
-
-
Anthony authored
Fixes a bug in the Range Sider where the onChangeStart and onChangeEnd were not being called if the initial thumb selection came from a drag (rather than a tap).
-
- 15 Jun, 2019 1 commit
-
-
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.
-
- 06 Jun, 2019 1 commit
-
-
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.
-