FLUTTER ECOSYSTEM

Abanoub-Fouad/number_to_word_arabic

숫자를 아랍어 단어로 변환하는 새로운 Flutter 패키지

number_to_word_arabic 프로젝트 이미지
Stars
8
Forks
1
최근 푸시(UTC)
2023. 7. 1.
프로젝트 상태
활성
Abanoub Fouad GitHub avatar
GITHUB User

Abanoub Fouad ↗

언어DartObjective-CShellJavaSwift

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 2 개
  • flutter{"sdk":"flutter"}
  • flutter_test개발 의존성{"sdk":"flutter"}

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

number_to_word_arabic

A new Flutter package that convert number to arabic word.

Getting Started

To use this package simply

Add dependency
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.