numeral 0.0.5 copy "numeral: ^0.0.5" to clipboard
numeral: ^0.0.5 copied to clipboard

outdated

A Dart library for formatting and manipulating numbers. Format number into beautiful string. ``` Numeral(1000000000000).value(); // > 1T ```

Numeral #

A Dart library for formatting and manipulating numbers.

Getting Started #

import 'package:numeral/numeral.dart';

Numeral(1000).value(); // -> 1K

License #

The component is open-sourced software licensed under the MIT license.

69
likes
40
points
3.59k
downloads

Publisher

verified publishermedz.dev

Weekly Downloads

A Dart library for formatting and manipulating numbers. Format number into beautiful string. ``` Numeral(1000000000000).value(); // > 1T ```

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on numeral