acme_chart
A financial charting library for Flutter applications, offering a comprehensive suite of features for technical analysis and trading visualization.
1.0.1
AcmeSoftwareLLC/charting
What this package is like to depend on
Last release 2 months ago
12 Jun 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
2 months old
2 releases · first in 2026
2 releases in the last 12 months
see the full history below
Release timeline
2 releases · Jun 2026 to Jun 2026Releases
latest 2-
1.0.112 Jun 2026 -
1.0.012 Jun 2026Release notes
Open source →June 12, 2026
- Initial release of
acme_chart. - Candlestick and line chart types via
CandleSeriesandLineSeries, with configurableCandleStyleandLineStyle. - Overlay indicators (share the main y-axis) and bottom indicators (independent y-axis) via
overlayConfigsandbottomConfigs. - 50+ technical indicators including RSI, MACD, Bollinger Bands, Ichimoku Cloud, Parabolic SAR, ADX, Stochastic (Fast/Slow/SMI), ATR, Aroon, CCI, Williams %R, ROC, DPO, Gator Oscillator, Donchian Channel, ZigZag, and all major moving averages (SMA, EMA, DEMA, TEMA, WMA, HMA, LSMA, TRIMA, MMA, VMA, WWSMA, ZELMA).
- Annotations support:
HorizontalBarrier,VerticalBarrier, andTickIndicator, with customizable styles and visibility modes. - Interactive drawing tools (trend lines, channels, Fibonacci retracements, and more).
- Trade markers via
MarkerSerieswith support for up/down markers, active markers, and entry/exit tick markers. AcmeChartwidget - batteries-included wrapper with built-in UI for adding, removing, and configuring indicators and drawing tools, with automatic persistence viashared_preferences.ChartControllerfor programmatic scroll (scrollToLastTick) and zoom (scale).- Built-in dark and light themes that automatically follow
Theme.of(context).brightness; extendChartDefaultDarkThemeorChartDefaultLightThemeto customise. - Localization support via
ChartLocalization.delegateandChartLocalization.load. - Callbacks:
onVisibleAreaChanged(left/right epoch bounds) andonCrosshairAppeared. - Performance optimisations: binary search for visible data, per-index indicator value caching via
acme_indicators.
- Initial release of