boxed_vertical_seekbar 1.0.1 copy "boxed_vertical_seekbar: ^1.0.1" to clipboard
boxed_vertical_seekbar: ^1.0.1 copied to clipboard

A vertical SeekBar build on two [SizedBox] with versatile appearance.

boxed_vertical_seekbar #

A vertical SeekBar build with two SizedBox with versatile appearance.

Inspired by the BoxedVerticalSeekBar Android library by @alpbak.

Usage #

Import into your project.

pubspec.yaml:

dependencies:
  ...
  boxed_vertical_seekbar: ^1.0.0

Use the widget in your project. Height and width parameters are required.

Example:

BoxedVerticalSeekbar(
  height: 400.0,
  width: 150.0,
  onValueChanged: (newValue) => print(newValue),
)

To learn more about the available parameters visit the docs.

Default appearance of the SeekBar is a red active bar over a grey inactive bar.

Getting Started #

For help getting started with Flutter, view our online documentation.

1
likes
40
pub points
48%
popularity

Publisher

unverified uploader

A vertical SeekBar build on two [SizedBox] with versatile appearance.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on boxed_vertical_seekbar