numeral 1.0.0 copy "numeral: ^1.0.0" to clipboard
numeral: ^1.0.0 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
0
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

unknown (LICENSE)

More

Packages that depend on numeral