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

Simple dart package for converting Cyrillic symbols to Translit and back

About #

Pub Package

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 #

Convert text to translit #

import 'package:translit/translit.dart';

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

Привет мир > Privet mir!

Convert text from transliterated #

import 'package:translit/translit.dart';

String text = Translit().unTranslit(source: 'Privet mir');

Privet mir > Привет мир

Contribute #

Please feel free to fork, improve, make pull requests or fill issues. I'll be glad to fix bugs you encountered or improve the extension.

Changelog #

Refer to the Changelog to get all release notes.

16
likes
140
pub points
89%
popularity

Publisher

unverified uploader

Simple dart package for converting Cyrillic symbols to Translit and back

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on translit