numbers_two_words 0.0.1
numbers_two_words: ^0.0.1 copied to clipboard
a flutter package for converting the number into words, it takes two parameter 1. Number which will be converting to words, 2. language code in which language the words should be generate
Numbers Two Words #
This package provides a simple way to convert numbers into their English, Dari, and Pashto word representations. It is designed for developers who need to display numbers as words in their applications, making it particularly useful for educational apps, financial applications, or any app that requires number representation in word form.
Features #
- Convert numbers from 1 to 100 into words in English, Dari, and Pashto.
- Simple API for easy integration into your Dart or Flutter applications.
- Supports all basic number formats, ensuring accurate word representation.
Getting Started #
Prerequisites #
- Dart SDK (version 2.12.0 or higher)
- Flutter SDK (if using in a Flutter project)
Installation #
Add numbers_two_words to your pubspec.yaml file:
dependencies:
numbers_two_words: ^0.0.1