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

outdated

A Dart library for Format number into beautiful string.

[1.2.1] #

optimization.

import 'package:numeral/numeral.dart';

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

[1.2.0] #

  • Feat: support numeral function on num.
  • Feat: Add a numeral function.

[1.0.4] #

  • update libs.

[1.0.3] #

  • Support negative values

[1.0.2] #

  • update docs.

[1.0.0] #

import 'package:numeral/numeral.dart';

Numeral(1000).value(); // -> 1K
62
likes
0
pub points
94%
popularity

Publisher

verified publisherodroe.com

A Dart library for Format number into beautiful string.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on numeral