money_readable 1.1.0 copy "money_readable: ^1.1.0" to clipboard
money_readable: ^1.1.0 copied to clipboard

unlistedoutdated

Money Readable.

Fancy Containers #

Money converter

Installation #

  1. Add the latest version of package to your pubspec.yaml (and rundart pub get):
dependencies:
  money_readable: ^1.1.0
  1. Import the package and use it in your Flutter App.
import 'money_readable_base.dart';

final n1 = humanizeInt(1234); // 1.2K
final n2 = humanizeInt(12340000); // 12M

  final n1 = humanizeIntInd(1234); // 1.2K
  final n2 = humanizeIntInd(12340000); // 1.2Cr