Flutter Circle Color Picker

Flutter Circle Color Picker

April 30, 2020 totosugito 0

flutter_circle_color_picker A beautiful circle color picker for flutter. Light theme Dark Theme Usage … body: Center( child: CircleColorPicker( initialColor: Colors.blue, onChanged: (color) => print(color), size: […]

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