@github
This app is available on Github
This is a dictionary app built with flutter using the bloc pattern. It uses the Dictionary API and Datamuse API to fetch data. The app has features like audio pronunciation, synonyms, antonyms, examples and share options. It also has a dark mode feature.
Make sure you have the latest version of Flutter installed on your computer. You can download it here.
Fork the repository to your GitHub account:
git clone https://github.com/<your-username>/projectname.git
cd projectname
flutter run
git checkout -b my-new-feature
git commit -am "Add new feature"
git push origin my-new-feature
Note: If you encounter any issues or have questions, feel free to open an issue on the GitHub repository.
You can also use Github UI for forking by simply clicking on fork button.
<!-- A few resources to get you started if this is your first Flutter project: - [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) - [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) For help getting started with Flutter, view our [online documentation](https://flutter.dev/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference. -->