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

unlistedoutdated

Money Readable.

Money Readable #

Money converter

Installation #

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

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

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