bubble_slider

Creator: coderz1093

Last updated:

0 purchases

bubble_slider Image
bubble_slider Images

Languages

Categories

Add to Cart

Description:

bubble slider

bubble_slider #










This package support a slider customize UI with bubble animation. Which is includes a onDragStart(), onDragEnd() as well as onChnage() methods callback through user get the values as per the requirements.

Usage #
Example #
BubbleSlider(
value: _value,
bubbleSize: BubbleSize.medium,
thumbRadiusSpeed: ThumbRadiusSpeed.veryFast,
bubblesSpeed: BubbleSpeed.veryFast,
isBubbleVisible: true,
onChanged: (val) {
_value = val;
},
onChangeEnd: (s) {},
color: Colors.blue,
),
copied to clipboard
Required parameters #
Value:
This is for the set value of slider between min or 0 to max or 100.
onChanged(double val):
This is a callback. Through user can get the current value of slider.
onChangeEnd(double val):
This is also callback. Through user can get the current value of slider as well as user can track the slider is deactivate at the moment.
Optional parameters #
min:
This is for the minimum value of slider. If min is null then the default value 0.0 is used.
max:
This is for maximum value of slider. If max is null then the default value 100.0 is used.
Color:
This is for user can set the color for slider and bubbles.
bubbleSize:
This is for user can set the bubbles size for slider.
thumbRadiusSpeed:
This is for user can set the animation speed for thumb animation for slider.
bubblesSpeed:
This is for user can set the animation speed for bubbles for slider.
isBubbleVisible:
This is for disable the bubble animation.
onChangeStart(double val):
This is a callback. Through user can get the drag start value of slider as well as user can track the slider is active at the moment.
Guideline for contributors #
Contribution towards our repository is always welcome, we request contributors to create a pull request to the develop branch only.
Guideline to report an issue/feature request #
It would be great for us if the reporter can share the below things to understand the root cause of the issue.

Library version
Code snippet
Logs if applicable
Device specification like (Manufacturer, OS version, etc)
Screenshot/video with steps to reproduce the issue.

LICENSE! #
Bubble Slider is MIT-licensed.
Let us know! #
We’d be really happy if you send us links to your projects where you use our component. Just send an email to [email protected] And do let us know if you have any questions or suggestion regarding our work.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.