kurdish_number_converter 1.0.0
kurdish_number_converter: ^1.0.0 copied to clipboard
A complete number-to-words converter for Kurdish Sorani (Central Kurdish) language. Converts numbers up to 9 quintillion (9,223,372,036,854,775,807) with proper Sorani grammar and formatting.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add kurdish_number_converterWith Flutter:
$ flutter pub add kurdish_number_converterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
kurdish_number_converter: ^1.0.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:kurdish_number_converter/kurdish_number_converter.dart';