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

outdated

Utilities for working with German and Arabic words [ You can choose only Arabic Words or only German Words, or you can get the word and translate it between the two languages ]. Counts syllables, gene [...]

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);

// German and Arabic Translation Words.
Text(GermanWords[_random] +"," +ArabicWords[_random]),

// or for German Words Only.

Text(GermanWords[_random]),

// or for Arabic Words Only.

Text(ArabicWords[_random]),

1
likes
0
pub points
30%
popularity

Publisher

unverified uploader

Utilities for working with German and Arabic words [ You can choose only Arabic Words or only German Words, or you can get the word and translate it between the two languages ]. Counts syllables, generates well-sounding word combinations, and provides access to the top ~6000 German and Arabic words by usage.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on german_words