Slider Height Slider Widget for Flutter Mar 14, 2020 1 min read height-slider A customisable height slider for Flutter. ? Usage class _MyHomePageState extends State<MyHomePage> { int height = 170; @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text(widget.title), ), body: Center( child: HeightSlider( height: height, onChange: (val) => setState(() => height = val), ), ), ); } } Dart GitHub https://github.com/coval-solutions/height-slider SliderWidgets
Carousel A fantasy carousel slider widget. only for displaying online and local images A fantasy carousel slider widget. only for displaying online and local images 07 December 2022
Carousel Flutter codes showing how to create a carousel slider and splash screen widget Flutter codes showing how to create a carousel slider and splash screen widget 18 August 2022
Slider Flutter vertical slider widget to customize the appearance of the slider Flutter vertical slider widget to customize the appearance of the slider 29 April 2022