Sliding Up Panel Flutter

Sliding Up Panel Flutter

November 24, 2020

sliding_up_panel A draggable Flutter widget that makes implementing a SlidingUpPanel much easier! Based on the Material Design bottom sheet component, this widget works on both […]

Flutter Slider

Flutter Slider

August 29, 2020

flutter_xlider (Flutter Slider) A material design slider and range slider, horizontal and vertical, with rtl support and lots of options and customizations for flutter !! […]

Flutter Scrolling Page Indicator

Flutter Scrolling Page Indicator

May 9, 2020

scrolling_page_indicator View page indicator like Instagram Getting Started 1) Dependency dependencies: scrolling_page_indicator: ^0.1.2 2) Install flutter packages get 3) Import import 'package:scrolling_page_indicator/scrolling_page_indicator.dart'; 4) Use ScrollingPageIndicator( […]

Flutter Circular Slider

Flutter Circular Slider

April 29, 2020

flutter_circular_slider A customizable circular slider for Flutter. Getting Started Installation Basic Usage Constructor Use Cases Installation Add flutter_circular_slider : ^lastest_version to your pubspec.yaml, and run […]

Flutter Custom Slider

Flutter Custom Slider

April 29, 2020

flutter_custom_slider This is a library for created Flutter Custom Slider Widget. A custom cursor created from the CustomPaint widget Cell : The sample show different […]