slider_bar_chart 0.0.6 copy "slider_bar_chart: ^0.0.6" to clipboard
slider_bar_chart: ^0.0.6 copied to clipboard

Simple Bar Chart is a lightweight and customizable Flutter library for creating simple bar charts. Ideal for visually comparing data in an elegant and minimalistic way.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add slider_bar_chart
copied to clipboard

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

dependencies:
  slider_bar_chart: ^0.0.6
copied to clipboard

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:slider_bar_chart/slider_bar_chart.dart';
copied to clipboard
3
likes
160
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.23 - 2025.04.07

Simple Bar Chart is a lightweight and customizable Flutter library for creating simple bar charts. Ideal for visually comparing data in an elegant and minimalistic way.

Homepage

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on slider_bar_chart