Flutter Balloon Slider
A Flutter plugin to create range slider with balloon animation effect.
Inspired by Cuberto - Balloon Slider

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