words_numbers 0.1.0 copy "words_numbers: ^0.1.0" to clipboard
words_numbers: ^0.1.0 copied to clipboard

High-performance Dart & Flutter library to convert number words to numbers ('five hundred twenty-two' -> 522) and numbers to words, with sentence parsing & currency support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add words_numbers

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  words_numbers: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:words_numbers/words_numbers.dart';
2
likes
160
points
668
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

High-performance Dart & Flutter library to convert number words to numbers ('five hundred twenty-two' -> 522) and numbers to words, with sentence parsing & currency support.

Repository (GitHub)
View/report issues

Topics

#words-to-numbers #number-to-words #converter #speech-to-text #text-processing

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on words_numbers