pp 1.0.0 copy "pp: ^1.0.0" to clipboard
pp: ^1.0.0 copied to clipboard

A package to convert numbers into strings to easily readable.

example/pp_example.dart

import 'package:pp/src/pp_base.dart';

void main() {
  int numbers = 11543;
  String s = numbers.roundOfNumbers();
  print(s); /// output s = 11K+
}
2
likes
160
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

A package to convert numbers into strings to easily readable.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on pp