flutter_chen_kchart 1.0.0 copy "flutter_chen_kchart: ^1.0.0" to clipboard
flutter_chen_kchart: ^1.0.0 copied to clipboard

A production-ready, high-performance K-line (candlestick) chart library for Flutter. Supports multiple technical indicators, theme switching, smooth gestures, and is fully customizable. The first open [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_chen_kchart

With Flutter:

 $ flutter pub add flutter_chen_kchart

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

dependencies:
  flutter_chen_kchart: ^1.0.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:flutter_chen_kchart/chart_style.dart';
import 'package:flutter_chen_kchart/chart_translations.dart';
import 'package:flutter_chen_kchart/depth_chart.dart';
import 'package:flutter_chen_kchart/entity/candle_entity.dart';
import 'package:flutter_chen_kchart/entity/cci_entity.dart';
import 'package:flutter_chen_kchart/entity/depth_entity.dart';
import 'package:flutter_chen_kchart/entity/drawing_tool_entity.dart';
import 'package:flutter_chen_kchart/entity/index.dart';
import 'package:flutter_chen_kchart/entity/info_window_entity.dart';
import 'package:flutter_chen_kchart/entity/k_entity.dart';
import 'package:flutter_chen_kchart/entity/k_line_entity.dart';
import 'package:flutter_chen_kchart/entity/kdj_entity.dart';
import 'package:flutter_chen_kchart/entity/macd_entity.dart';
import 'package:flutter_chen_kchart/entity/rsi_entity.dart';
import 'package:flutter_chen_kchart/entity/rw_entity.dart';
import 'package:flutter_chen_kchart/entity/volume_entity.dart';
import 'package:flutter_chen_kchart/extension/map_ext.dart';
import 'package:flutter_chen_kchart/extension/num_ext.dart';
import 'package:flutter_chen_kchart/k_chart.dart';
import 'package:flutter_chen_kchart/k_chart_widget.dart';
import 'package:flutter_chen_kchart/renderer/base_chart_painter.dart';
import 'package:flutter_chen_kchart/renderer/base_chart_renderer.dart';
import 'package:flutter_chen_kchart/renderer/chart_painter.dart';
import 'package:flutter_chen_kchart/renderer/index.dart';
import 'package:flutter_chen_kchart/renderer/main_renderer.dart';
import 'package:flutter_chen_kchart/renderer/secondary_renderer.dart';
import 'package:flutter_chen_kchart/renderer/vol_renderer.dart';
import 'package:flutter_chen_kchart/utils/data_util.dart';
import 'package:flutter_chen_kchart/utils/date_format_util.dart';
import 'package:flutter_chen_kchart/utils/drawing_tool_manager.dart';
import 'package:flutter_chen_kchart/utils/index.dart';
import 'package:flutter_chen_kchart/utils/number_util.dart';
10
likes
0
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

A production-ready, high-performance K-line (candlestick) chart library for Flutter. Supports multiple technical indicators, theme switching, smooth gestures, and is fully customizable. The first open-source commercial K-chart for Flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_chen_kchart