humanize 0.1.0 copy "humanize: ^0.1.0" to clipboard
humanize: ^0.1.0 copied to clipboard

outdated

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
22
likes
0
pub points
48%
popularity

Publisher

unverified uploader

A package for translating numbers and dates into a human readable format.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on humanize