normalise_letter 1.0.0 copy "normalise_letter: ^1.0.0" to clipboard
normalise_letter: ^1.0.0 copied to clipboard

Normalise Letter is a specific Arabic language Package for Flutter. It provides basic functions to manipulate Arabic letters and text, such as removing diacritics (tashkeel).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add normalise_letter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  normalise_letter: ^1.0.0

Alternatively, your editor might support 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';
2
likes
140
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

Normalise Letter is a specific Arabic language Package for Flutter. It provides basic functions to manipulate Arabic letters and text, such as removing diacritics (tashkeel).

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on normalise_letter