korean_romanization_converter 0.0.1
korean_romanization_converter: ^0.0.1 copied to clipboard
korean romanization converter
Features #
Korean romanization for dart flutter.
Thanks to
Getting Started #
Add korean_romanization_converter to your pubspec.yaml file:
dependencies:
korean_romanization_converter:
Usage #
You can convert korean to romanization in simple way.
final converter = KoreanRomanizationConverter();
var result = converter.romanize('안녕하세요?');