terbilang_id 0.1.0 copy "terbilang_id: ^0.1.0" to clipboard
terbilang_id: ^0.1.0 copied to clipboard

The package is just simply turn numbers to words

Terbilang for Dart #

Terbilang is a package to convert number to words in indonesia.

Limitation #

This package can hold up to 999 Million until further updates.

Example #

import 'package:terbilang_id/terbilang.dart';

const number = 900123.0;
  Terbilang().terbilang(number); // Sembilan Ratus Ribu Seratus Dua Puluh Tiga

Further Updates #

  • Can hold up to kuadriliun
  • Can read commas
3
likes
120
pub points
77%
popularity

Publisher

unverified uploader

The package is just simply turn numbers to words

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on terbilang_id