Cirilica | Coderz Repository

cirilica

Last updated:

0 purchases

cirilica Image
cirilica Images

Free

Languages

Categories

Add to Cart

Description:

cirilica

About #
Simple dart package for converting latin text to Serbian Cyrillic and vice versa.
Једноставан дарт пакет за конвертовање латинице у српску ћирилицу и обратно.
Usage #
Convert latin text to cyrillic #
import 'package:cirilica/cirilica.dart';

String text = ConvertTo().cirilica(source: 'Ćirko, jes ti Hrišćanin?');
copied to clipboard
Ćirko, jes ti Hrišćanin? > Ћирко, јес ти Хришћанин?
Convert cyrillic text to latin #
import 'package:cirilica/cirilica.dart';

String text = ConvertTo().latinica(source: 'Ћирко, јес ти Хришћанин?');
copied to clipboard
Ћирко, јес ти Хришћанин? > Ćirko, jes ti Hrišćanin?
Mention #
This package is heavily inspired by Translit package by Alexey Lepskii
(https://pub.dev/packages/translit)
Contribute #
Please feel free to fork, improve, make pull requests or fill issues. I'll be glad to fix bugs you encountered or improve this package.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.