0

enter image description here

I want to add this to my Flutter app, how can I achieve this the data model that I am collecting is:

amount: 5.123
category: Health
date: 08-Feb-2023 23:45 PM

This is the form of data which I am storing in the firebase

1 Answers1

0

you can use syncfusion_flutter_charts package which give different types of charts for example

enter image description here

you can also use fl_chart package which also gives a variety of charts one of them is

enter image description here

read more about their implementation on pub.dev

Munsif Ali
  • 1,839
  • 1
  • 8
  • 22