balloon_slider 1.0.0 copy "balloon_slider: ^1.0.0" to clipboard
balloon_slider: ^1.0.0 copied to clipboard

Flutter Balloon Slider

example/lib/main.dart

import 'package:flutter/material.dart';

import 'example_slider.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      home: ExampleSlider(),
    );
  }
}
4
likes
140
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Balloon Slider

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on balloon_slider