humanize 0.1.0 humanize: ^0.1.0 copied to clipboard
A package for translating numbers and dates into a human readable format.
humanize #
A package for translating numbers and dates into a human readable format.
Usage #
import 'package:humanize/humanize.dart' as humanize;
main(){
print(humanize.appNumber(1)); // one
print(humanize.ordinal(3)); // 3rd
}
## Features and bugs
Please file feature requests and bugs at the [issue tracker][tracker].
[tracker]: https://github.com/Flutter-Heroes/humanize/issues