sinhala_unicode_converter 1.0.2 copy "sinhala_unicode_converter: ^1.0.2" to clipboard
sinhala_unicode_converter: ^1.0.2 copied to clipboard

Sinhala Language Convert to the English Unicode

Sinhala Unicode Converter #

Installation #

dependencies:
  sinhala_unicode_converter: ^1.0.2

import 'package:sinhala_unicode_converter/sinhala_unicode_converter.dart';

 String inputText = "සිංහල";

    // Expected output text after conversion
    String expectedOutput = "සිංහල";

    // Convert the input text
    String convertedText = SinhalaUnicode.singlishToUnicode(inputText);

    // Print the converted text for debugging
    print("Converted Text: $convertedText");






3
likes
0
points
77
downloads

Publisher

verified publisherlankatechinnovations.com

Weekly Downloads

Sinhala Language Convert to the English Unicode

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on sinhala_unicode_converter