Skip to content

Dictionary by nehalmr is a Flutter app providing quick word definitions, synonyms, and antonyms. It boasts a visually appealing animated background and a user-friendly interface. Real-time word search with data fetched from an external API.

License

Notifications You must be signed in to change notification settings

nehalmr/dictionary_by_nehalmr

Repository files navigation

Dictionary by Nehalmr

GitHub Stars GitHub Forks GitHub Issues

Overview

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.

Features

  • 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.

Installation

  1. Clone the Repository

    git clone https://github.com/nehalmr/dictionary_by_nehalmr.git
    cd dictionary_by_nehalmr
  2. Install Dependencies

    Ensure you have Flutter SDK installed. Configure dependencies from pubspec.yaml using:

    flutter pub get

Usage

  1. Run the application:

    flutter run
  2. Follow the prompts to:

    • Enter a word.
    • View its definition, synonyms, and antonyms.
  3. Exit the application by typing exit.

Example

Enter a word: innovation
Definition: The act or process of introducing new ideas, devices, or methods.
Synonyms: invention, creativity, novelty, ingenuity
Antonyms: tradition, stagnation

Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.

  2. Create a new branch for your feature/bug fix:

    git checkout -b feature-name
  3. Commit your changes and push them to your fork:

    git commit -m "Add new feature"
    git push origin feature-name
  4. Submit a pull request to the main branch.

License

This project is licensed under the MIT License.

Acknowledgements

  • 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!

About

Dictionary by nehalmr is a Flutter app providing quick word definitions, synonyms, and antonyms. It boasts a visually appealing animated background and a user-friendly interface. Real-time word search with data fetched from an external API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published