Skip to content

A Flutter plugin to create range slider with balloon animation effect.

License

Notifications You must be signed in to change notification settings

himym1989/balloon-slider-flutter

Repository files navigation

Flutter Balloon Slider

A Flutter plugin to create range slider with balloon animation effect.

Inspired by Cuberto - Balloon Slider

Pub package Star on GitHub License: MIT

 

Getting Started

  • Add this to your pubspec.yaml
    dependencies:
    balloon_slider: ^1.0.0
    
  • Get the package from Pub:
    flutter packages get
    
  • Import it in your file
    import 'package:balloon_slider/balloon_slider.dart';
    

Usage

BalloonSlider(
  balloonTextStyle: const TextStyle(
    color: Colors.black,
    fontSize: 18,
    fontWeight: FontWeight.w600,
  ),
  value: sliderValue,
  color: Colors.yellow,
),

Credits

Maintainers

License

License: MIT

About

A Flutter plugin to create range slider with balloon animation effect.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published