greek_tools 1.0.6 copy "greek_tools: ^1.0.6" to clipboard
greek_tools: ^1.0.6 copied to clipboard

A Dart library for manipulating Greek text - mainly transforming between Latin and Greek character sets.

Greek Tools for Dart #

A Dart library for manipulating Greek text - mainly transforming between Latin and Greek character sets.

Features #

Based on the ISO 843 standard (which is identical to ELOT 743).

It can be used to transform Greek text to the equivalent using the Latin alphabet (aka Greeklish). The other way also works, assuming the source text is consistent with the above standards.

Usage #

Simply use toGreeklish tp convert Greek text to Greeklish. Everything else is ignored.

import 'package:greek_tools/greek_tools.dart';

toGreeklish('Κόσμος'); // produces 'Kosmos'

See more examples at the /example folder.

Additional information #

Developed in June 2022 by Nearchos Paspallis.

This project is based on, and related to the Java version of Greek Tools.

This Dart library is available on pub.dev at https://pub.dev/packages/greek_tools

To publish a new version, follow these steps:

  1. check with a dry run: dart pub publish --dry-run
  2. if everything is ok, proceed with publishing: dart pub publish

For details see https://dart.dev/tools/pub/publishing.

2
likes
130
pub points
26%
popularity

Publisher

unverified uploader

A Dart library for manipulating Greek text - mainly transforming between Latin and Greek character sets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Unlicense (LICENSE)

More

Packages that depend on greek_tools