indic_transliteration_dart 2.3.84 copy "indic_transliteration_dart: ^2.3.84" to clipboard
indic_transliteration_dart: ^2.3.84 copied to clipboard

A Dart library for transliterating Indic scripts and romanizations.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate indic_transliteration_dart

Use it

The package has the following executables:

$ indic_transliterate

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add indic_transliteration_dart

With Flutter:

 $ flutter pub add indic_transliteration_dart

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

dependencies:
  indic_transliteration_dart: ^2.3.84

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:indic_transliteration_dart/indic_transliteration_dart.dart';
0
likes
160
points
161
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart library for transliterating Indic scripts and romanizations.

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

Dependencies

indic_transliteration_maps

More

Packages that depend on indic_transliteration_dart