• Greg Spencer's avatar
    Slider Visual Update (#14901) · 701eff4a
    Greg Spencer authored
    This implements an update to the look of the Slider widget.
    
    Specifically, it does the following:
    
    * Adds the ability to customize the colors of all components of the slider
    * Adds the ability to customize the shape of the slider thumb and value indicator
    * Adds the ability to show the value indicator on continuous sliders
    * Updates the default value indicator to be a "paddle" shape with new animations.
    * Changes the tick marks to be visible all the time on discrete sliders
    * Fixes a memory leak of an animation controller.
    * Removes "thumbOpenAtMin" flag, which is no longer needed, and can be emulated by the
    custom thumb shape support. It was not widely used.
    * Adds tests for all of the new features.
    701eff4a
Name
Last commit
Last update
..
bottom_navigation_demo.dart Loading commit data...
buttons_demo.dart Loading commit data...
cards_demo.dart Loading commit data...
chip_demo.dart Loading commit data...
data_table_demo.dart Loading commit data...
date_and_time_picker_demo.dart Loading commit data...
dialog_demo.dart Loading commit data...
drawer_demo.dart Loading commit data...
expansion_panels_demo.dart Loading commit data...
full_screen_dialog_demo.dart Loading commit data...
grid_list_demo.dart Loading commit data...
icons_demo.dart Loading commit data...
leave_behind_demo.dart Loading commit data...
list_demo.dart Loading commit data...
material.dart Loading commit data...
menu_demo.dart Loading commit data...
modal_bottom_sheet_demo.dart Loading commit data...
overscroll_demo.dart Loading commit data...
page_selector_demo.dart Loading commit data...
persistent_bottom_sheet_demo.dart Loading commit data...
progress_indicator_demo.dart Loading commit data...
scrollable_tabs_demo.dart Loading commit data...
selection_controls_demo.dart Loading commit data...
slider_demo.dart Loading commit data...
snack_bar_demo.dart Loading commit data...
tabs_demo.dart Loading commit data...
tabs_fab_demo.dart Loading commit data...
text_form_field_demo.dart Loading commit data...
tooltip_demo.dart Loading commit data...
two_level_list_demo.dart Loading commit data...