number_to_word_arabic 0.0.3 copy "number_to_word_arabic: ^0.0.3" to clipboard
number_to_word_arabic: ^0.0.3 copied to clipboard

outdated

A new Flutter package that allows converting Integer number to Arabic word like 123 to "مائة وثلاثة وعشرون" it supports numbers up to 99 Trillion.

number_to_word_arabic #

A new Flutter package that convert number to arabic word.

Getting Started #

To use this package simply 1-### Add dependency

dependencies:
  number_to_word_arabic: 0.0.3  #latest version

Tafqeet().convert('123')

import 'package:number_to_word_arabic/Tafqeet.dart';
...
Tafqeet().convert('123'); //Convert Integer Number to Arabic word "مائة وثلاثة وعشرون"

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.

56
likes
0
points
614
downloads

Publisher

verified publisherorbyte.online

Weekly Downloads

A new Flutter package that allows converting Integer number to Arabic word like 123 to "مائة وثلاثة وعشرون" it supports numbers up to 99 Trillion.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on number_to_word_arabic