to_arabic_number 1.0.1 copy "to_arabic_number: ^1.0.1" to clipboard
to_arabic_number: ^1.0.1 copied to clipboard

A Dart package to convert numbers within a string to Arabic numerals.

example/to_arabic_number_example.dart

import 'package:to_arabic_number/to_arabic_number.dart';

void main() {
  /// Example 1
  print(Arabic.number("The year is 2024 and the time is 12:45 PM."));
  /// Example 2
  print(Arabic.number("These '0123456789' will be Arabic numbers"));
}
2
likes
155
points
18
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart package to convert numbers within a string to Arabic numerals.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on to_arabic_number