word_puzzle_pack 0.1.0
word_puzzle_pack: ^0.1.0 copied to clipboard
A comprehensive Flutter package for English words with 1200+ words, dictionary with meanings/synonyms, word validation, anagram detection, and utilities for word games and puzzles.
Changelog #
0.1.0 2024-01-XX #
Added #
- Initial release of word_puzzle_pack
- Word Lists: 1200+ curated English words
- Dictionary: Complete dictionary with meanings, examples, synonyms, and acronyms
- Word Utilities: Anagram detection, palindrome checking, word scoring, letter frequency analysis
- Word Validation: English word validation, vowel/consonant counting, length checks
- Advanced Filtering: Get words by length range, prefix, suffix, containing substring
- Flexible Querying: All methods support count parameter for limiting results
- Comprehensive Testing: Full test coverage for all functionality
- Example App: Complete Flutter app demonstrating all features
Features #
- Case-insensitive operations
- Randomized results for variety
- Smart handling of edge cases
- Memory-efficient static methods
- No external dependencies (except Flutter)
API #
WordLists: Word list management and filteringWordUtils: Word analysis and manipulation utilitiesWordValidator: Word validation and character analysisDictionary: Dictionary lookup and search functionalityDictionaryEntry: Dictionary entry data structureDictionaryData: Pre-loaded dictionary entries