english_words 2.0.1 english_words: ^2.0.1 copied to clipboard
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);
}