v0.0.8
number_to_word_arabic
一个全新的Flutter包,可将整数转换为阿拉伯语单词,支持高达99万亿的数字。
56喜欢 605近 30 天下载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.