Alternative to charts_flutter?
It seems https://pub.dev/packages/charts_flutter is being discontinued.
There might be a community driven fork/replacement https://github.com/google/charts/issues/798 but if this doesn't happen, we will need to look for an alternative in the future
there is no rush yet, we can wait till (if) the community comes up with an "official" successor
https://pub.dev/packages/syncfusion_flutter_charts This can be used as a replacement.
Also a good chart package, is the fl_chart package
Sadly the syncfusion package is propietary, but fl_chart might be an alternative worth considering
Not sure if these consider one of them: https://github.com/infinum/flutter-charts https://github.com/entronad/flutter_echarts
We're moving with fl charts, branch is linked
What's the issue with proprietary PKG https://pub.dev/packages/syncfusion_flutter_charts
It's propietary. And besides that it would hinder us to publish the app to fdroid e.g.
Hi @rolandgeider ; You can go ahead and assign this one to me :) i'll proceed with the fl_chart branch as mentioned above!! Thanks.