trading_chart_flutter 0.1.0 copy "trading_chart_flutter: ^0.1.0" to clipboard
trading_chart_flutter: ^0.1.0 copied to clipboard

Pure-Dart candlestick trading chart widget for Flutter, with custom RenderObject pipeline, Lightweight Charts-style API, and TradingView-like gestures.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add trading_chart_flutter

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

dependencies:
  trading_chart_flutter: ^0.1.0

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:trading_chart_flutter/trading_chart_flutter.dart';
3
likes
160
points
172
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Pure-Dart candlestick trading chart widget for Flutter, with custom RenderObject pipeline, Lightweight Charts-style API, and TradingView-like gestures.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on trading_chart_flutter