translit_uz 1.1.5 copy "translit_uz: ^1.1.5" to clipboard
translit_uz: ^1.1.5 copied to clipboard

Simple dart package for converting Cyrillic Uzbek symbols to Translit UZ and back

About #

Build Status Pub Package

Simple dart package for converting Cyrillic Uzbek symbols to Translit Uz 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_uz/translit_uz.dart';

String text = Translit().toTranslit(source: 'Салом дунё');

Салом дунё > Salom dunyo!

Convert text from transliterated #

import 'package:translit/translit.dart';

String text = Translit().unTranslit(source: 'Salom dunyo');

Salom dunyo > Салом дунё

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.

4
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Simple dart package for converting Cyrillic Uzbek symbols to Translit UZ and back

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on translit_uz