Dictionary is a flutter project to see words' definitions, phonetics, examples and more.
-
First of all, you will need an API key from Oxford Dictionaries.
-
You have to create a .env file in root directory (/) of the project.
-
Add your id, url and key values in it.
e.g.
ID = '#######' URL = 'https://od-api.oxforddictionaries.com/api/v2' KEY = '###############'
-
Build and use it where you want.
There is no any bug but a glitch. Sometimes, when app is launched or theme is changed, app needs to route another page to implement to new theme fully. Namely, UI may not be able to render some parts on time.
Dictionary is tested on web, Android and macOS. App just needs internet permission. Only if app connects internet can it work on any platform except web. API requests is not working for web.
IF you need any help, just let me now. You can open a new issue from here, though.