flutter_native_charts library

Classes

Candle
Immutable OHLCV candle. Fields use double to match the native ABI exactly (NativeCandle in chart_engine_ffi.h).
ChartController
Public controller bound to a single NativeChartView.
ChartStyle
Immutable visual configuration for a NativeChartView.
NativeChartView
Flutter-side host for the native chart surface.

Enums

SeriesType
Native chart series type. Values intentionally match the corresponding C enum values in native_chart_types.h.

Constants

kFlutterNativeChartsViewType → const String