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

hangul_utils is an effective package for handling Hangul in Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hangul_utils

With Flutter:

 $ flutter pub add hangul_utils

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

dependencies:
  hangul_utils: ^1.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:hangul_utils/hangul_utils.dart';
1
likes
160
points
144
downloads

Publisher

unverified uploader

Weekly Downloads

hangul_utils is an effective package for handling Hangul in Dart.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on hangul_utils