google / myanmar-tools

Detect and convert the Zawgyi-One font encoding in C++, Java, JavaScript, PHP, and Ruby
Other
239 stars 87 forks source link

add dart client #93

Closed seithuhtun closed 2 years ago

seithuhtun commented 2 years ago

Add dart client using Flutter framework. Required to support Flutter as it is more popular nowadays.

seithuhtun commented 2 years ago

Thank you! I reviewed the code and it looks like basically a straight port of Java. Thanks for adding the GitHub Actions to run the tests as well.

Do you intend to publish this to a Dart package repository such as pub.dev?

Hi Shane, Thanks for approving. Yes it is port of Java, I simply don't want to reinvent the wheel :stuck_out_tongue_winking_eye: . I have a plan to publish to pub.dev. Will update readme once it is published.