flutter_balloon_slider 0.1.1 copy "flutter_balloon_slider: ^0.1.1" to clipboard
flutter_balloon_slider: ^0.1.1 copied to clipboard

Balloon slider widget with floating balloon animation and material design look.

Balloon Slider Widget #

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

pub package

Installation #

Add dependency in pubspec.yaml:

dependencies:
  flutter_balloon_slider: "^0.1.1"

Import in your project:

import 'package:flutter_balloon_slider/flutter_balloon_slider.dart';

Basic usage #

BalloonSlider(
    value: 0.5,
    ropeLength: 55,
    showRope: true,
    onChangeStart: (val) {},
    onChanged: (val) {},
    onChangeEnd: (val) {},
    color: Colors.indigo
)

Examples #

example project contains demo

Demo #

v 0.1.1

alt tag

Changelog #

Check Changelog for updates

Bugs/Requests #

Reporting issues and requests for new features are always welcome.

84
likes
150
points
82
downloads

Publisher

unverified uploader

Weekly Downloads

Balloon slider widget with floating balloon animation and material design look.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_balloon_slider