financial_chart 0.1.3 copy "financial_chart: ^0.1.3" to clipboard
financial_chart: ^0.1.3 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_chart

With Flutter:

 $ flutter pub add financial_chart

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

dependencies:
  financial_chart: ^0.1.3

Alternatively, 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';
20
likes
0
points
92
downloads

Publisher

unverified uploader

Weekly Downloads

A chart library for financial data. supports candlestick, ohlc, line, area charts and custom chart types.

Repository (GitHub)
View/report issues

Topics

#chart #graph #candlestick #stock

License

unknown (license)

Dependencies

equatable, flutter, intl, path_drawing, vector_math

More

Packages that depend on financial_chart