indic_transliteration_dart 2.3.84
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_dartUse 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_dartWith Flutter:
$ flutter pub add indic_transliteration_dartThis 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.84Alternatively, 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';