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.

62
likes
40
pub points
94%
popularity

Publisher

verified publisherodroe.com

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