arabic_numbers 0.0.1 copy "arabic_numbers: ^0.0.1" to clipboard
arabic_numbers: ^0.0.1 copied to clipboard

outdated

A new Flutter package project.

arabic_numbers #

Easily convert to Arabic numerals

Getting Started #

Create an instance of Arabic Numbers Class #

ArabicNumbers arabicNumber = ArabicNumbers();
// Or call ArabicNumbers().convert(1);

Call the convert() method #

arabicNumber.convert(1);
// You can pass int/String value in the parameter.
// It will return a String value.

Example #

import 'package:fabexdateformatter/fabexdateformatter.dart';

main(){
    ArabicNumbers arabicNumber = ArabicNumbers();
    arabicNumber.convert(7);
    //Outputs: ٧
}

23
likes
20
pub points
90%
popularity

Publisher

unverified uploader

A new Flutter package project.

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on arabic_numbers