Problem and difficulty with using APIs, help me

Database & APIs

I'm making an application for my college, using APIs.

I used the custom login for APIs without any problems, I made the calls without any problems, but when I create my GET and need to call the backend query, I get an error even though I've already saved the App State.

And when I generate the children for the variables, it brings me the numbers from the list 1, 2, 3, 4, 5... and not the values.

Help me... ๐Ÿ˜ฑ ๐Ÿ˜ฑ ๐Ÿ˜ฑ ๐Ÿ˜ฑ

What have you tried so far?

I saved the token as an App State and I bring it in my header

Authorization: Bearer [authToken]

This in my GETs, but without success

The queried Json returns several lists and I need to perform searches and related queries in these lists

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