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.