german_words 0.1.3
german_words: ^0.1.3 copied to clipboard
Utilities for working with German words. Counts syllables, generates well-sounding word combinations, and provides access to the top ~5000 German words by usage.
example/readme.md
import 'package:german_words/german_words.dart';
import 'dart:math';
Text(words[Random().nextInt(5482)]),