Shehzaan Mansuri
Shehzaan Mansuri

Reputation: 5

How can i add a graphical represntation of the data in spline chart form

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

Upvotes: 0

Views: 61

Answers (1)

Munsif Ali
Munsif Ali

Reputation: 5792

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

Upvotes: 0

Related Questions