urdu_tools 1.4.2
urdu_tools: ^1.4.2 copied to clipboard
Comprehensive Urdu text processing library — normalization, analysis, search, numbers, tokenization, string utilities, sorting, transliteration, compound word detection, and legacy encoding. Zero depe [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add urdu_toolsWith Flutter:
$ flutter pub add urdu_toolsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
urdu_tools: ^1.4.2Alternatively, 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:urdu_tools/urdu_tools.dart';