unique_simple_bar_chart 0.0.4 copy "unique_simple_bar_chart: ^0.0.4" to clipboard
unique_simple_bar_chart: ^0.0.4 copied to clipboard

Developing a simple bar chart package for creating a UI flow of a simple bar charts

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add unique_simple_bar_chart

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

dependencies:
  unique_simple_bar_chart: ^0.0.4

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:unique_simple_bar_chart/data_models.dart';
import 'package:unique_simple_bar_chart/horizontal_bar.dart';
import 'package:unique_simple_bar_chart/horizontal_line.dart';
import 'package:unique_simple_bar_chart/simple_bar_chart.dart';
6
likes
150
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

Developing a simple bar chart package for creating a UI flow of a simple bar charts

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on unique_simple_bar_chart