Skip to content

Number to Words Convertion Spelling. Indonesian, English ,Arabic.

License

Notifications You must be signed in to change notification settings

extremesa/number_to_words_spelling

 
 

Repository files navigation

number_to_words_spelling

Number to Words Spelling.

PackageInfo

This flutter package provide function to convert number to words.

example: 123 => seratus dua puluh tiga

Supported Language:

  • Arabic
  • Indonesia
  • English - US

Installation dan version

https://pub.dartlang.org/packages/number_to_words_spelling

Usage

import 'package:number_to_words_spelling/number_to_words_spelling.dart';

String _wordEn = NumberWordsSpelling.toWord('123456','en_US');

String _wordInd = NumberWordsSpelling.toWord('123456','id');

String _wordAr = NumberWordsSpelling.toWord('12','ar');

Getting Started

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

About

Number to Words Convertion Spelling. Indonesian, English ,Arabic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 86.0%
  • Objective-C 6.5%
  • Java 4.7%
  • Shell 2.8%