imp_trading_chart 0.1.0
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 [...]
Changelog #
0.1.0 #
Initial release #
- High-performance trading chart engine for Flutter
- CustomPainter-based candlestick rendering
- Viewport-driven drawing (only visible data rendered)
- Cached price scale and coordinate mapping
- Pan, zoom, and double-tap gesture support
- Fully customizable chart style and layout
- Engine-first architecture (Data → Engine → Rendering)