english_words 4.0.0-nullsafety.0 copy "english_words: ^4.0.0-nullsafety.0" to clipboard
english_words: ^4.0.0-nullsafety.0 copied to clipboard

outdated

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add english_words

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

dependencies:
  english_words: ^4.0.0-nullsafety.0

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:english_words/english_words.dart';
525
likes
0
pub points
99%
popularity

Publisher

verified publisherfiliph.net

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

string_scanner

More

Packages that depend on english_words