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

outdatedDart 1 only

Utilities for working with English words.

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);
}