dartarabic 0.3.1 copy "dartarabic: ^0.3.1" to clipboard
dartarabic: ^0.3.1 copied to clipboard

A specific Arabic language library ported to dart from Python, provides basic functions to manipulate Arabic letters and text.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartarabic

With Flutter:

 $ flutter pub add dartarabic

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

dependencies:
  dartarabic: ^0.3.1

Alternatively, 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:dartarabic/dartarabic.dart';
37
likes
150
points
436
downloads

Publisher

verified publisherthexaib.com

Weekly Downloads

A specific Arabic language library ported to dart from Python, provides basic functions to manipulate Arabic letters and text.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

characters, string_validator

More

Packages that depend on dartarabic