number_spelling_id 0.0.1 copy "number_spelling_id: ^0.0.1" to clipboard
number_spelling_id: ^0.0.1 copied to clipboard

Spell number into words in indonesian language

number_spelling_id #

A Dart package for spelling numbers in Indonesian.

Features #

  • Spell numbers in Indonesian from 0 to 999,999,999.

Installation #

Add this to your package's pubspec.yaml file:

dependencies:
  number_spelling_id: ^1.0.0

Usage #


import 'package:number_spelling_id/number_spelling_id.dart';

void main() {
  print(NumberSpelling.spell(123)); // Outputs: seratus dua puluh tiga
}
1
likes
120
pub points
23%
popularity

Publisher

verified publishernurhidayat.dev

Spell number into words in indonesian language

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on number_spelling_id