Flutter display time in Text widget
I want to display a duration in format 00:00:00 with it adding 0 when needed so that for exemple I'd have 04:07:32 and not 4:7:32. I'm not familiar with flutter so I'm not sure what to do. Text( "temps :…
I want to display a duration in format 00:00:00 with it adding 0 when needed so that for exemple I'd have 04:07:32 and not 4:7:32. I'm not familiar with flutter so I'm not sure what to do. Text( "temps :…