random_words 1.0.2 copy "random_words: ^1.0.2" to clipboard
random_words: ^1.0.2 copied to clipboard

Utilities for generating random English words. It gives the option to retrieve random Nouns and Adjectives along with WordPairs. It is based off of Filip Hracek's english_words plugin

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add random_words

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  random_words: ^1.0.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:random_words/random_words.dart';
10
likes
30
pub points
74%
popularity

Publisher

unverified uploader

Utilities for generating random English words. It gives the option to retrieve random Nouns and Adjectives along with WordPairs. It is based off of Filip Hracek's english_words plugin

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

string_scanner

More

Packages that depend on random_words