flutterdartflutter-dependenciesflutter-packages

How to integrate a candlestick chart like stockmarket app in a Flutter App


I am working on a stocktrading app where i need to integrate a candlestick chart into application.

This is what already i have tried material_charts not any kind of recommendation for pacakge,plugin or any other kind of third party library and still looking for some stable package or custom widget for the same.

Any help would be highly appreciated. Khandla K


Solution

  • You can use https://pub.dev/packages/interactive_chart they also have quite good ui as well as interactive view supported in their package.