translit 1.0.3 copy "translit: ^1.0.3" to clipboard
translit: ^1.0.3 copied to clipboard

outdated

Simple dart package for converting Cyrillic symbols to Translit and back

About #

Build Status

View in pub.dev

Simple dart package for converting Cyrillic symbols to Translit and back

Reverse transliteration into Cyrillic can not always completely convert the text to the original. Please keep this in mind when using this module in your projects.

Examples #

  Translit().toTranslit(source: 'Привет мир');

  >Privet mir!
  Translit().unTranslit(source: 'Privet mir');

  >Привет мир!
16
likes
0
pub points
89%
popularity

Publisher

unverified uploader

Simple dart package for converting Cyrillic symbols to Translit and back

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on translit