greek_romanizer 0.2.1
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_romanizerWith Flutter:
$ flutter pub add greek_romanizerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
greek_romanizer: ^0.2.1Alternatively, 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';