num_to_word_en_vi 1.0.2
num_to_word_en_vi: ^1.0.2 copied to clipboard
A plugin project to convert numbers to words with Vietnamese/English language.
Features #
NumberToWord is a package that enables you to easily convert number to word with two options are Vietnamese and English.
Usage #
import 'package:num_to_word_en_vi/num_to_word_en_vi.dart';
final value = NumberToWordEnVi(number: 501500, language: 'en');
print(value); //Five hundred one thousand five hundred
License #
MIT License here.