range_bar 0.1.0 copy "range_bar: ^0.1.0" to clipboard
range_bar: ^0.1.0 copied to clipboard

A customizable Flutter widget for displaying multiple ranges on a single horizontal bar. Perfect for progress indicators, timelines, and data visualization.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add range_bar

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  range_bar: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:range_bar/range_bar.dart';
1
likes
150
points
90
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter widget for displaying multiple ranges on a single horizontal bar. Perfect for progress indicators, timelines, and data visualization.

Repository (GitHub)
View/report issues

Topics

#ui #progress #chart #range #bar

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on range_bar