number_to_text 0.0.1 copy "number_to_text: ^0.0.1" to clipboard
number_to_text: ^0.0.1 copied to clipboard

Convert any number to text.

number_to_text #

A new Flutter package project.

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

How to use #

Simple instantiate NumberToText() class and call the method convert, inform the value parameter and you may wait for a text.

Example:

String myText= NumberToText().convert(value: 25); it prints: VINTE E CINCO; //In Portuguese, for now!

WHAT'S NEXT? #

Add Locale to change the language according to the user choice. It's comming soon!

1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Convert any number to text.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on number_to_text