1
I’m trying to display a received list on Json, but I need to concatenate it for better visualization...
First case - No concatenation
Text(promocoes[index].descrprod)
Second case - With concatenation
Text('cód : $promocoes[index].codprod' )
In the second case returns me the following
Instance Of
What is the correct way to concatenate a text?
Thank you very much for your help...
– Juliano
@Juliano for nothing :P Just don’t forget to mark any of the answers as accepted little guy!
– Matheus Ribeiro