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

outdated

Format number into beautiful string.

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.