english_words 4.0.0 copy "english_words: ^4.0.0" to clipboard
english_words: ^4.0.0 copied to clipboard

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
copied to clipboard

With Flutter:

 $ flutter pub add english_words
copied to clipboard

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
copied to clipboard

Alternatively, your editor might support dart pub get or flutter 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';
copied to clipboard
561
likes
160
points
36.6k
downloads

Publisher

verified publisherfiliph.net

Weekly Downloads

2024.09.23 - 2025.04.07

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)

Documentation

API reference

License

MIT (license)

Dependencies

string_scanner

More

Packages that depend on english_words