track_slider 0.0.3 copy "track_slider: ^0.0.3" to clipboard
track_slider: ^0.0.3 copied to clipboard

outdated

track_slider is a powerful and customizable track slider built with love using Flutter and Dart. Whether you're developing for iOS, Android, web, or desktop, this package has got you covered, providin [...]

This is a nice custom slider for flutter with a track design. It gives you current tick value on scroll which you can access by using onChange funtion.

Features #

  • Set steps in multiple of 4.
  • Get track value on scroll.
  • Set initial position of slider.
  • Set indicator color using selectedTrackColor.
  • Set track color using unselectedTrackColor.

Getting started #

Import this package in your project dependencies.

track_slider: ^0.0.1

Usage #

TrackSlider(
    steps:100,
    selectedTrackColor = Colors.blue,
    unselectedTrackColor = Colors.grey,
    marginLeft: 36,
    defaultValue: 4,
    onChange: (value) {
        //do something with value...
    },
)

Screenshots #

ALT TEXT

ALT TEXT

https://github.com/uroojk844/track_slider

6
likes
0
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

track_slider is a powerful and customizable track slider built with love using Flutter and Dart. Whether you're developing for iOS, Android, web, or desktop, this package has got you covered, providing a seamless experience across all Flutter platforms.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on track_slider