turkish_numbers 0.1.0 copy "turkish_numbers: ^0.1.0" to clipboard
turkish_numbers: ^0.1.0 copied to clipboard

Dart 1 only

Turkish number-text conversions

example/turkish_numbers_example.dart

library turkish_numbers_example;

import 'package:turkish_numbers/turkish_numbers.dart';

main() {
  print("101 = ${turkishIntToString(101)}");
  print("yüz on bir = ${turkishStringToInt('yüz on bir')}");  
}
0
likes
30
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Turkish number-text conversions

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

More

Packages that depend on turkish_numbers