spell 0.0.2 copy "spell: ^0.0.2" to clipboard
spell: ^0.0.2 copied to clipboard

outdated

A simple numeric number to English translator

Spell - Number Interpreter (English) #

Overview #

Spell is a small Dart library for converting numbers to their respective names in English.

Shhh! Full of spaghetti and unoptimized code, but it works!

Installation using pub #

  • using pub add to your dependencies key in pubspec.yaml for your project:

      spell: "^0.0.1"
    
  • save and run:

       user:~$ pub get
    

Quickstart #

import "package:spell/spell.dart" as spell;

void main(List<String> argv) {
	print(spell.spell(12345));
}

License #

MIT License

Saketocat

0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

A simple numeric number to English translator

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

collection, meta

More

Packages that depend on spell