kline_flutter 0.3.0 copy "kline_flutter: ^0.3.0" to clipboard
kline_flutter: ^0.3.0 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_flutter

With Flutter:

 $ flutter pub add kline_flutter

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

dependencies:
  kline_flutter: ^0.3.0

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:kline_flutter/kline_flutter.dart';
1
likes
0
points
464
downloads

Publisher

unverified uploader

Weekly Downloads

一个面向金融行情场景的 Flutter 图表库,提供 K 线图、技术指标、交互控制和深度图能力。它以 `CustomPainter` 和 delegate 架构为核心,让你既可以快速接入一套默认 UI,也可以在真实业务中按需替换绘制、布局、覆盖层和数据适配。

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on kline_flutter