imp_trading_chart 0.1.1
imp_trading_chart: ^0.1.1 copied to clipboard
A high-performance trading chart engine for Flutter with CustomPainter rendering, optimized for large datasets, real-time updates, and smooth pan & zoom.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add imp_trading_chartThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
imp_trading_chart: ^0.1.1Alternatively, 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:imp_trading_chart/imp_trading_chart.dart';