Osama Inayat
ย ยทย Software Support Specialist

Bar Chart Data from API Response

Widgets & Design
Resolved

Hey Fam, I'm working on an App in which I need to show Bar Chart which data source is from API Response, now when I load the bar chart with static data it works fine. And when I get data from API, then it throws error like

What have you tried so far?

Store API Response in an app state vairable, pass on the whole body of api response and store it in that app state variable. Also, do make sure that you are sending the desired data as the chart required.

Did you check FlutterFlow's Documentation for this topic?
Yes
1