greek_romanizer 0.2.1 copy "greek_romanizer: ^0.2.1" to clipboard
greek_romanizer: ^0.2.1 copied to clipboard

Configurable Greek-to-Latin romanization: ASCII ELOT 743/ISO 843 style, plus English and German phonetic respellings, from one overridable rule set.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add greek_romanizer

With Flutter:

 $ flutter pub add greek_romanizer

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

dependencies:
  greek_romanizer: ^0.2.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:greek_romanizer/greek_romanizer.dart';
0
likes
160
points
181
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Configurable Greek-to-Latin romanization: ASCII ELOT 743/ISO 843 style, plus English and German phonetic respellings, from one overridable rule set.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on greek_romanizer