english_words 1.0.0 copy "english_words: ^1.0.0" to clipboard
english_words: ^1.0.0 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() {
  generateCombo().forEach(print);
}