normalise_letter 0.0.1
normalise_letter: ^0.0.1 copied to clipboard
This Package make for remove all tashkeel form the letter it commonly used for the search in quran application to compare between the letter from the user and the database of quran without tashkeel
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add normalise_letterWith Flutter:
$ flutter pub add normalise_letterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
normalise_letter: ^0.0.1Alternatively, 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:normalise_letter/normalise_letter.dart';