number_to_thai_words 1.0.5 copy "number_to_thai_words: ^1.0.5" to clipboard
number_to_thai_words: ^1.0.5 copied to clipboard

A Dart package that converts numeric values into their corresponding Thai word representation.

example/main.dart

import 'package:flutter/foundation.dart';
import 'package:number_to_thai_words/number_to_thai_words.dart';

void main() {
  const double number = 123456.00;
  final String thaiWords = NumberToThaiWords.convert(number);
  if (kDebugMode)
    print(thaiWords); // หนึ่งแสนยี่หมื่นสามพันสี่ร้อยห้าสิบหกบาทถ้วน
}
2
likes
155
points
46
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart package that converts numeric values into their corresponding Thai word representation.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on number_to_thai_words