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