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

the package used to convert number to Amharic text upto decillion (10^33) number

ethio_numbers package used to convert number to Amharic or Afaan Oromo text upto decillion (10^33) number.

Features #

  • Number to Amharic Text.
  • Number to Afaan Oromo Text.

Getting started #

you can add the package using the following command

flutter pub add ethio_numbers

or

dart pub add ethio_numbers

Usage #

Import the package in your Dart code:

import 'package:ethio_numbers/ethio_numbers.dart';

convert the number using .toAmharicText() or .toAfaanOromoText() extension.

print(7023.toAmharicText()); //Output: ሰባት ሺ ሀያ ሶስት
print(125.toAfaanOromoText()); //Output:dhibba digdamii shan

Contributions #

Contributions to the ethio_numbers are welcomed and encouraged! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.

8
likes
0
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

the package used to convert number to Amharic text upto decillion (10^33) number

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ethio_numbers