scrabble_word_checker 0.0.8
scrabble_word_checker: ^0.0.8 copied to clipboard
The Scrabble ODS Word Checker is a Flutter package that allows you to check if a word is in the Official Scrabble Dictionary (ODS).
0.0.1 #
- Initial version with basic word check
0.0.2 #
- Fix🐛: transform text to toUpperCase before check
0.0.3 #
- Feat✨: add english support
0.0.4 #
- Update example app
0.0.5 #
- Update readme file with more description
- Add code documentation
0.0.6 #
- Reduce description text
0.0.7 #
- Add word value getter method
0.0.8 #
- Add tests🧪