korean_words 1.0.3 copy "korean_words: ^1.0.3" to clipboard
korean_words: ^1.0.3 copied to clipboard

A package containing the most over 5,000 used Korean words to generate combine words. Combine count is over 5 hundred billion.

example/korean_words_example.dart

import 'package:korean_words/korean_words.dart';

void main() {
  generateKoreanWords(wordCount: 4).take(5).forEach((f) {
    print('[' + f.toString() + ']');
  });
}
11
likes
40
pub points
7%
popularity

Publisher

unverified uploader

A package containing the most over 5,000 used Korean words to generate combine words. Combine count is over 5 hundred billion.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on korean_words