ย ยทย Product designer

How to have a index list with the first number starting at 1 instead of 0

Resolved

I want to have list (from an api call) show a number value that is like a count of each item in the list. Like how Netflix has a top 10. But when I try I get (0,1,2,3,4) instead of (1,2,3,4,5). Does anyone know the right number format for this? I took a look at flutter custom number format but no luck.

2
7 replies