german_words 0.1.18 copy "german_words: ^0.1.18" to clipboard
german_words: ^0.1.18 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 ]

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 ]

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on german_words