Skip to content

The package is just simply turn numbers to words

License

Notifications You must be signed in to change notification settings

dimas-nur/terbilang_id

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The package is just simply turn numbers to words

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 49.7%
  • C++ 28.2%
  • CMake 13.3%
  • HTML 6.6%
  • C 1.2%
  • Swift 0.7%
  • Other 0.3%