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('안녕하세요?');