Reputation: 5
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
Reputation: 5792
you can use syncfusion_flutter_charts package which give different types of charts for example
you can also use fl_chart package which also gives a variety of charts one of them is
read more about their implementation on pub.dev
Upvotes: 0