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

A simple package which provide easy way to generate stacked bar chart.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stacked_chart

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

dependencies:
  stacked_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:stacked_chart/stacked_chart.dart';
12
likes
130
pub points
70%
popularity

Publisher

verified publisherbikram.dev

A simple package which provide easy way to generate stacked bar chart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on stacked_chart