unique_simple_bar_chart 0.0.4
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_chartThis 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.4Alternatively, 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';