colorful_slider 0.0.3
colorful_slider: ^0.0.3 copied to clipboard
Colorful Slider Flutter Package
Colorful Slider #
Colorful Slider package gives you add a beautiful sliders to your Flutter app.
Installation #
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
colorful_slider: ^0.0.1
- Import the package and use it in your Flutter App.
import 'package:colorful_slider/colorful_slider.dart';
Example #
There are a number of properties that you can modify:
- height
- width
- currentValue
- totalValue
- inactiveColor
- activeColor
- onchanged
|
![]() |
Next Goals #
- ❌ Add more sliders to the package.