Category : Slider

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 to use Type 1 This is a Circle type widget. You just need to define the border radius to swap between rectangle and circle type widget. import ‘package:slider_button/slider_button.dart’; Center(child: SliderButton( ..

Read more

A custom Slider which accepts a list of ordered values. It’s meant to be as simple as the original Slider! UI with it Usages Continuous slider. MultiSlider( values: _myList, onChanged: (values) => setState(()=> _myList = values), ), Discrete slider. MultiSlider( values: _myList, onChanged: (values) => setState(()=> _myList = values), divisions: 10, ), With custom trace ..

Read more

This flutter project allows you to make your choices with animation in inbox. For UI, it’s inspired by the great example on dribbble! It’s not perfect. But it will be better. Flutter Dribbble Dribbble Links : https://dribbble.com/shots/4749691-Sliding-operation Download animation slider source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. ..

Read more

Fluid Slider Flutter The component created with Flutter using Dart programming language, inspired in Fluid Slider by Ramotion. About The component was created to better simulate all the component behavior in the inspiration video. The component is editable and only require the Flutter framework and no other third-party library. The App The GIF below shows this current component ..

Read more

flutter_slidable A Flutter implementation of slidable list item with directional slide actions that can be dismissed.  Slidable is now a Flutter Favorite package! Features Accepts primary (left/top) and secondary (right/bottom) widget lists as slide actions. Can be dismissed. 4 built-in action panes. 2 built-in slide action widgets. 1 built-in dismiss animation. You can easily create you custom ..

Read more

RangeSlider An extension of the Flutter Material Slider to allow selection of a range of values via 2 thumbs. Step by step explanation A full explanation on how to build such Widget may be found on my blog: in English, click here in French, click here Getting Started You should ensure that you add the following dependency ..

Read more

Slidermoji Flutter Slider ???? + Emojis ???? = ???? About Example showcasing the use of Emojis in Slider Widget. Dependencies demoji Contributing Feel free to contribute to the project by creating issues or sending pull-requests. Getting Started A few resources to get you started if this is your first Flutter project: Lab: Write your first ..

Read more