0

I want to draw a chart of BMI levels on my flutter app. Something similar to this image enter image description here

Is there some package I can use to help me achieve this or do you have any suggestions on how can I draw something similar to it.

Thanks in advance

taha khamis
  • 401
  • 4
  • 22

1 Answers1

1

this is awesome package https://pub.dev/packages/syncfusion_flutter_charts

just see the example app, here one of the list below

enter image description here

pmatatias
  • 3,491
  • 3
  • 10
  • 30