kline_chart 0.0.1+4 copy "kline_chart: ^0.0.1+4" to clipboard
kline_chart: ^0.0.1+4 copied to clipboard

KLine Chart is a lightweight Flutter charting library for building interactive financial candlestick charts. It supports common technical indicators such as MA, EMA, BOLL, VOL, MACD, KDJ, RSI, WR, and [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add kline_chart

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

dependencies:
  kline_chart: ^0.0.1+4

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:kline_chart/kline_chart.dart';
8
likes
140
points
258
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

KLine Chart is a lightweight Flutter charting library for building interactive financial candlestick charts. It supports common technical indicators such as MA, EMA, BOLL, VOL, MACD, KDJ, RSI, WR, and OBV, along with smooth scrolling, zooming, long-press crosshair interaction, and detailed price/indicator overlays. The project is designed for crypto, stock, and trading-related applications that need a customizable and responsive K-line chart component.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on kline_chart