I need to display a timestamp in HH:mm:ss
in Flutter. I don't understand what how to get it working.
Duration duration = new Duration(
days: 0, hours: 0, minutes: 0, seconds: 0, milliseconds: timestamp);
print(duration);
I currently get something like this:
flutter: 305:26:50.086000