flutter_trading_chart 0.0.2 copy "flutter_trading_chart: ^0.0.2" to clipboard
flutter_trading_chart: ^0.0.2 copied to clipboard

Flutter package to display trading charts. It includes tools to draw indicators, customization parameters and panning and zooming abilities on the time axis.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_trading_chart

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

dependencies:
  flutter_trading_chart: ^0.0.2

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:flutter_trading_chart/flutter_trading_chart.dart';
17
likes
120
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package to display trading charts. It includes tools to draw indicators, customization parameters and panning and zooming abilities on the time axis.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, path_drawing

More

Packages that depend on flutter_trading_chart