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

turkish_numbers #

Provides Turkish Number-Text Conversion functions.

Usage Example:

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')}");  
}

Output:    
101 = yüz bir
yüz on bir = 111
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