FLUTTER ECOSYSTEM

Abanoub-Fouad/number_to_word_arabic

Um novo pacote Flutter que converte números em palavras em árabe

Capa do projeto number_to_word_arabic
Stars
8
Forks
1
Último push (UTC)
1 de jul. de 2023
Status do projeto
Ativo
Abanoub Fouad GitHub avatar
GITHUB User

Abanoub Fouad ↗

LinguagensDartObjective-CShellJavaSwift

Pacotes publicados por este repositório

Dependências usadas

Lista de dependências 2 itens
  • flutter{"sdk":"flutter"}
  • flutter_testDesenvolvimento{"sdk":"flutter"}

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher 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.