flutter_native_charts 0.0.2 copy "flutter_native_charts: ^0.0.2" to clipboard
flutter_native_charts: ^0.0.2 copied to clipboard

Lightweight GPU-backed chart for Android/iOS: small Dart surface, ffi + native view only — no Canvas, minimal dependencies.

0.0.2 #

  • Live price tracer: horizontal GPU line at the latest candle close, with a synchronized Y-axis price badge on the native overlay (Android Kotlin / iOS Swift).
  • ChartStyle.showCurrentPriceLine and ChartStyle.currentPriceLineColor — toggled from Dart via FFI (ChartController.setStyle).
  • C++ chart engine emits CHART_PRIMITIVE_LINES geometry when the tracer is enabled.
  • Example app: live price tracer enabled on Candle · Live, Area · Live, and Line · Live; Price line toggle in the customization sheet on those screens.

0.0.1 #

  • Initial release of flutter_native_charts.
  • Native GPU-backed chart engine for iOS and Android.
  • Minimal Dart surface and zero Canvas dependencies.
  • Includes example application demonstrating usage.
0
likes
150
points
31
downloads

Documentation

API reference

Publisher

verified publisherdevarshpanchal.app

Weekly Downloads

Lightweight GPU-backed chart for Android/iOS: small Dart surface, ffi + native view only — no Canvas, minimal dependencies.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on flutter_native_charts

Packages that implement flutter_native_charts