How to create dictionary app with suggested list in Flutter

319

Have you tried using the Datamuse API. Here is a article I found on how to implement it in flutter. Also check out this other SO post which lists more API's related to this.

Share:
319
Trần Minh Tuấn
Author by

Trần Minh Tuấn

Updated on January 03, 2023

Comments

  • Trần Minh Tuấn
    Trần Minh Tuấn over 1 year

    I've already researched this section and i know that api google dictionary is deprecated . I've got recommend this free api: https://api.dictionaryapi.dev/api/v2/entries/en/ . But the problem this is a stable api and i want to ask about suggestion list in api response

  • Trần Minh Tuấn
    Trần Minh Tuấn over 2 years
    oh , it's kinda interesting article . Many thanks