list_english_words 0.0.1 copy "list_english_words: ^0.0.1" to clipboard
list_english_words: ^0.0.1 copied to clipboard

outdated

A list of english words for use in other tools.

list_english_words #

Overview #

A list of english words for use in other tools.

Usage #

A simple usage example:

import 'package:list_english_words/list_english_words.dart';

main() {
  print(list_english_words.sublist(0, 50).join('\n'));
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.