Anagram Solver
Anagram Solver is an Android app created in Dart/Flutter to help users to solve anagrams.
Features
Anagram Solver allows the user to input the letters of an anagram, then finds all possible words that use those letters.
The app also retrieves the definitions of these words, making it easy to see if the answer fits.
The results can either be sorted by the frequency at which the word appears on Wikipedia, or alphabetically.
Data from the Wiktionary API is used to get snippets of definitions, as well as providing a link to the relevant page showing the full definition.