imp_trading_chart 0.1.0 copy "imp_trading_chart: ^0.1.0" to clipboard
imp_trading_chart: ^0.1.0 copied to clipboard

A high-performance trading chart engine for Flutter, inspired by TradingView Lightweight Charts. Built with an engine-first architecture and CustomPainter rendering, it is optimized for large datasets [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add imp_trading_chart

This 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.0

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:imp_trading_chart/imp_trading_chart.dart';
2
likes
140
points
93
downloads

Publisher

unverified uploader

Weekly Downloads

A high-performance trading chart engine for Flutter, inspired by TradingView Lightweight Charts. Built with an engine-first architecture and CustomPainter rendering, it is optimized for large datasets, real-time price updates, and smooth pan & zoom interactions. Designed for financial, crypto, and trading applications where performance, precision, and extensibility matter.

Repository (GitHub)
View/report issues

Topics

#chart #trading #finance #visualization #flutter

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on imp_trading_chart