num_to_word_en_vi 1.0.5

SDKflutter

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: 5134, language: 'en').convert();
print(value); //Five thousand one hundred and thirty-four

License

MIT License here.