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

The first commercial-grade kchart in the flutter ecosystem.

Use this package as a library

Depend on it

Run this command:

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 flutter pub get):

dependencies:
  flutter_chen_kchart: ^2.4.1

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: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/index.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_mode_manager.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';
import 'package:flutter_chen_kchart/widget/drawing_crosshair.dart';
import 'package:flutter_chen_kchart/widget/index.dart';
5
likes
140
points
253
downloads

Publisher

unverified uploader

Weekly Downloads

The first commercial-grade kchart in the flutter ecosystem.

Repository (GitHub)
View/report issues

Topics

#kchart

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_chen_kchart