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.