number_to_vietnamese_words 1.0.1+1 copy "number_to_vietnamese_words: ^1.0.1+1" to clipboard
number_to_vietnamese_words: ^1.0.1+1 copied to clipboard

Convert numbers to words for easy comprehension and readability in the Vietnamese language.

example/number_to_vietnamese_words_example.dart

import 'package:number_to_vietnamese_words/number_to_vietnamese_words.dart';

void main() {
  print(1.toVietnameseWords()); // Một
  print(10.toVietnameseWords()); // Mười
  print(2001.toVietnameseWords()); // Hai nghìn không trăm linh một
  print((-55).toVietnameseWords()); // Âm năm mươi lăm
  print(2023.toVietnameseWords()); // Hai nghìn không trăm hai mươi ba
  print(10000000.toVietnameseWords()); // Mười triệu
  print(1000000001.toVietnameseWords()); // Một tỷ không trăm linh một
}
7
likes
130
pub points
74%
popularity

Publisher

unverified uploader

Convert numbers to words for easy comprehension and readability in the Vietnamese language.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on number_to_vietnamese_words