I have found a package that does approximate conversion of Duration to human readable text https://pub.dev/packages/humanizer
Duration
Append your Duration with .toApproximateTime(round: false, isRelativeToNow: false)
.toApproximateTime(round: false, isRelativeToNow: false)