financial_chart 0.1.4
financial_chart: ^0.1.4 copied to clipboard
A chart library for financial data. supports candlestick, ohlc, line, area charts and custom chart types.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add financial_chartWith Flutter:
$ flutter pub add financial_chartThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
financial_chart: ^0.1.4Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:financial_chart/financial_chart.dart';