hi.. can you please tell how i can show the values in text widget because the way you printing it in console i am not able to show like this in text widget. i tried this - String title = welcome.data[0].title and showing it like this Text("$title") but it is showing null text widget but in console it is showing data correctly...please help thanks in advance.
try adding print statements so you can see exactly what is being returned. For example, add print(welcome). Then you can see how it is formatted. If you are getting null it is because either welcome, data, or title is null