kline_flutter 0.1.2
kline_flutter: ^0.1.2 copied to clipboard
一个面向金融行情场景的 Flutter 图表库,提供 K 线图、技术指标、交互控制和深度图能力。它以 `CustomPainter` 和 delegate 架构为核心,让你既可以快速接入一套默认 UI,也可以在真实业务中按需替换绘制、布局、覆盖层和数据适配。
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add kline_flutterWith Flutter:
$ flutter pub add kline_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
kline_flutter: ^0.1.2Alternatively, 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:kline_flutter/kline_flutter.dart';