Sliding Up Panel Flutter

Sliding Up Panel Flutter

November 24, 2020 totosugito 0

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 totosugito 0

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 totosugito 0

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 Sliding Button

Flutter Sliding Button

May 9, 2020 totosugito 0

Sliding Button A sliding Flutter widget, based on the slide to unlock function from multiple devices. Heavily customizable and flexible. Installing Add the following to […]

Flutter Circular Slider

Flutter Circular Slider

April 29, 2020 totosugito 0

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 Slider Button

Flutter Slider Button

April 29, 2020 totosugito 0

Slider Button This package provides an easy implementation of a Slider Button to cancel current transaction or screen. Highly customizable iphone alike looking widget. How […]

Flutter Custom Slider

Flutter Custom Slider

April 29, 2020 totosugito 0

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 […]

Flutter Carousel Slider Widget

Flutter Carousel Slider Widget

April 13, 2020 totosugito 0

carousel_slider A Flutter carousel widget, support infinite scroll and custom child widget, with auto play feature. Installation Add carousel_slider: ^1.4.1 in your pubspec.yaml dependencies. And […]