german_words 0.1.24 copy "german_words: ^0.1.24" to clipboard
german_words: ^0.1.24 copied to clipboard

Utilities for working with German words. Counts syllables, generates well-sounding word combinations, and provides access to the top ~6000 German words by usage.

example/readme.md

import 'package:german_words/german_words.dart';
import 'dart:math';

int _random;
int get random => _random;
set random(int ran) => _random = ran;

_random = Random().nextInt(germanWords.length);
Text(germanWords[_random]),

1
likes
25
pub points
36%
popularity

Publisher

unverified uploader

Utilities for working with German words. Counts syllables, generates well-sounding word combinations, and provides access to the top ~6000 German words by usage.

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on german_words