textifynum 1.0.0 copy "textifynum: ^1.0.0" to clipboard
textifynum: ^1.0.0 copied to clipboard

This is the source code for converting numbers into written numbers in Arabic.

example/textifynum_example.dart

import 'package:textifynum/textifynum.dart';

void main() {
  var textfiyNum = TextifyNum();
  print('textfiy: ${textfiyNum.isTextifyNum}');
}
5
likes
150
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

This is the source code for converting numbers into written numbers in Arabic.

Documentation

API reference

License

MIT (license)

More

Packages that depend on textifynum