technixo_k_chart_v2 0.0.6+33 copy "technixo_k_chart_v2: ^0.0.6+33" to clipboard
technixo_k_chart_v2: ^0.0.6+33 copied to clipboard

technixo_k_chart_v2, Writted with pure dart, supported both iOS and Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add technixo_k_chart_v2

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

dependencies:
  technixo_k_chart_v2: ^0.0.6+33

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:technixo_k_chart_v2/chart_style.dart';
import 'package:technixo_k_chart_v2/depth_chart.dart';
import 'package:technixo_k_chart_v2/entity/candle_entity.dart';
import 'package:technixo_k_chart_v2/entity/cci_entity.dart';
import 'package:technixo_k_chart_v2/entity/depth_entity.dart';
import 'package:technixo_k_chart_v2/entity/info_window_entity.dart';
import 'package:technixo_k_chart_v2/entity/k_entity.dart';
import 'package:technixo_k_chart_v2/entity/k_line_entity.dart';
import 'package:technixo_k_chart_v2/entity/kdj_entity.dart';
import 'package:technixo_k_chart_v2/entity/macd_entity.dart';
import 'package:technixo_k_chart_v2/entity/rsi_entity.dart';
import 'package:technixo_k_chart_v2/entity/rw_entity.dart';
import 'package:technixo_k_chart_v2/entity/volume_entity.dart';
import 'package:technixo_k_chart_v2/generated/intl/messages_all.dart';
import 'package:technixo_k_chart_v2/generated/intl/messages_en.dart';
import 'package:technixo_k_chart_v2/generated/intl/messages_vi.dart';
import 'package:technixo_k_chart_v2/generated/intl/messages_zh.dart';
import 'package:technixo_k_chart_v2/generated/l10n.dart';
import 'package:technixo_k_chart_v2/k_chart_widget.dart';
import 'package:technixo_k_chart_v2/model/k_line_model/k_line_model.dart';
import 'package:technixo_k_chart_v2/model/k_line_model/k_line_model.freezed.dart';
import 'package:technixo_k_chart_v2/model/k_line_model/k_line_model.g.dart';
import 'package:technixo_k_chart_v2/renderer/base_chart_painter.dart';
import 'package:technixo_k_chart_v2/renderer/base_chart_renderer.dart';
import 'package:technixo_k_chart_v2/renderer/chart_painter.dart';
import 'package:technixo_k_chart_v2/renderer/main_renderer.dart';
import 'package:technixo_k_chart_v2/renderer/secondary_renderer.dart';
import 'package:technixo_k_chart_v2/renderer/vol_renderer.dart';
import 'package:technixo_k_chart_v2/technixo_k_chart.dart';
import 'package:technixo_k_chart_v2/utils/data_util.dart';
import 'package:technixo_k_chart_v2/utils/date_format_util.dart';
import 'package:technixo_k_chart_v2/utils/n_interval.dart';
import 'package:technixo_k_chart_v2/utils/number_util.dart';
7
likes
50
pub points
0%
popularity

Publisher

verified publisherkubet999.win

technixo_k_chart_v2, Writted with pure dart, supported both iOS and Android.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, flutter_localizations, freezed_annotation, intl, json_annotation

More

Packages that depend on technixo_k_chart_v2