The Dictionary by Nehalmr is a Flutter-based project that allows users to find meanings, synonyms, and antonyms of words interactively. This lightweight application is ideal for students, professionals, or anyone looking to quickly understand the nuances of words.
- Word Definitions: Provides precise meanings of words.
- Synonyms & Antonyms: Displays synonyms and antonyms to expand vocabulary.
- User-Friendly Interface: Simple and intuitive interface for easy use.
-
Clone the Repository
git clone https://github.com/nehalmr/dictionary_by_nehalmr.git cd dictionary_by_nehalmr
-
Install Dependencies
Ensure you have Flutter SDK installed. Configure dependencies from pubspec.yaml using:
flutter pub get
-
Run the application:
flutter run
-
Follow the prompts to:
- Enter a word.
- View its definition, synonyms, and antonyms.
-
Exit the application by typing
exit
.
Enter a word: innovation
Definition: The act or process of introducing new ideas, devices, or methods.
Synonyms: invention, creativity, novelty, ingenuity
Antonyms: tradition, stagnation
Contributions are welcome! To contribute:
-
Fork the repository.
-
Create a new branch for your feature/bug fix:
git checkout -b feature-name
-
Commit your changes and push them to your fork:
git commit -m "Add new feature" git push origin feature-name
-
Submit a pull request to the main branch.
This project is licensed under the MIT License.
- Thank you to all contributors and users who have supported this project.
Feel free to explore, contribute, and make the most of the Dictionary by Nehalmr!