flutter_balloon_slider

Creator: coderz1093

Last updated:

Add to Cart

Description:

flutter balloon slider

Balloon Slider Widget #
Balloon slider widget with floating balloon animation, inspired from Balloon Picker.

Installation #
Add dependency in pubspec.yaml:
dependencies:
flutter_balloon_slider: "^0.1.1"
copied to clipboard
Import in your project:
import 'package:flutter_balloon_slider/flutter_balloon_slider.dart';
copied to clipboard
Basic usage #
BalloonSlider(
value: 0.5,
ropeLength: 55,
showRope: true,
onChangeStart: (val) {},
onChanged: (val) {},
onChangeEnd: (val) {},
color: Colors.indigo
)
copied to clipboard
Examples #
example project contains demo
Demo #
v 0.1.1

Changelog #
Check Changelog for updates
Bugs/Requests #
Reporting issues and requests for new features are always welcome.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.