Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 266 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 266 Bytes

number_to_words

A Dart package that converts number to words and supports multiple locales.

Getting Started

import 'package:numbers_to_words/numbers_to_words.dart';

NumberToWords.convert(3, "da");
// سه

NumberToWords.convert(3, "en");
// three