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').convert();
print(value); //Five hundred one thousand five hundred
License
MIT License here.