numeral 1.2.3 numeral: ^1.2.3 copied to clipboard
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