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

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

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';
5
likes
160
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

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