bubble_slider 0.0.1 copy "bubble_slider: ^0.0.1" to clipboard
bubble_slider: ^0.0.1 copied to clipboard

outdated

This packages gives bubble animation with slider.

bubble_slider #

MIT License

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.

https://user-images.githubusercontent.com/85343307/147735932-a6183ce1-63e1-4324-9233-9e9a2de63066.mp4

Usage #

Example #

BubbleSlider(
    value: _value,
    isBubbleVisible: true,
    onChanged: (val) {
    _value = val;
    },
    onChangeEnd: (s) {},
    color: Colors.blue,
),

Required parameters #

Value:

This is for the set value of slider between 0 to 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 #

Color:

This is for user can set the color for slider ans bubbles.

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 sales@mindinventory.com And do let us know if you have any questions or suggestion regarding our work.

18
likes
0
pub points
28%
popularity

Publisher

verified publishermindinventory.com

This packages gives bubble animation with slider.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on bubble_slider