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

outdated

Amount helps to convert numerical amount to words.

example/amount_example.dart

import 'package:amount/amount.dart';

void main() {
  var numbers = [
    1000,
    26042021,
  ];
  numbers.forEach((number) {
    print('$number -> ${Amount.word(number)}');
  });
}
2
likes
40
points
21
downloads

Publisher

verified publisherjustkawal.dev

Weekly Downloads

Amount helps to convert numerical amount to words.

Repository (GitHub)

License

MIT (license)

More

Packages that depend on amount