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.

example/english_words_example.dart

// Copyright (c) 2017, filiph. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

import 'package:english_words/english_words.dart';

void main() {
  generateWordPairs().forEach(print);
}
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