zawgyi_converter 0.1.2 copy "zawgyi_converter: ^0.1.2" to clipboard
zawgyi_converter: ^0.1.2 copied to clipboard

Zawgyi <-> Unicode Converter. Three functions are supported for now 1. unicodeToZawgyi, 2. zawgyiToUnicode, 3. normalizeZawgyi

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add zawgyi_converter

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  zawgyi_converter: ^0.1.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:zawgyi_converter/zawgyi_converter.dart';
1
likes
35
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

Zawgyi <-> Unicode Converter. Three functions are supported for now 1. unicodeToZawgyi, 2. zawgyiToUnicode, 3. normalizeZawgyi

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on zawgyi_converter