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

outdated

Implementation of the BIDI algorithm, as described in http://www.unicode.org/reports/tr9/tr9-17.html.

bidi #

pub package Implementation of the BIDI algorithm, as described in http://www.unicode.org/reports/tr9/tr9-17.html.

Converts logical strings to their equivalent visual representation. Persian, Hebrow and Arabic languages (and any other RTL language) are supported.

Getting Started #

In your pubspec.yaml file add:

dependencies:
  bidi: any

Then, in your code import and use the package:

import 'package:bidi/bidi.dart' as bidi;

final visual = bidi.logicalToVisual('نوشته پارسی اینجا گذاشته شود.');
print(visual);
13
likes
0
pub points
90%
popularity

Publisher

verified publisherpwa.ir

Implementation of the BIDI algorithm, as described in http://www.unicode.org/reports/tr9/tr9-17.html.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on bidi