arabic_words 0.1.22 copy "arabic_words: ^0.1.22" to clipboard
arabic_words: ^0.1.22 copied to clipboard

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

example/readme.md

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

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

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

2
likes
15
pub points
18%
popularity

Publisher

unverified uploader

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

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on arabic_words