v0.0.8
number_to_word_arabic
एक नया Flutter पैकेज जो पूर्णांक संख्या को अरबी शब्द में परिवर्तित करने की अनुमति देता है, इसमें 99 ट्रिलियन तक की संख्याओं का समर्थन है।
56लाइक 60530-दिन डाउनलोड130Pub अंक
AndroidiOSWebmacOSWindowsLinux
एक नया Flutter पैकेज जो संख्या को अरबी शब्द में बदलता है
{"sdk":"flutter"}{"sdk":"flutter"}यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
A new Flutter package that convert number to arabic word.
To use this package simply
dependencies:
number_to_word_arabic: 0.0.8 #latest version
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.