{"id":24756752,"url":"https://github.com/nehalmr/dictionary_by_nehalmr","last_synced_at":"2026-04-14T04:03:11.372Z","repository":{"id":272328866,"uuid":"916225339","full_name":"nehalmr/dictionary_by_nehalmr","owner":"nehalmr","description":"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.","archived":false,"fork":false,"pushed_at":"2025-01-17T09:03:18.000Z","size":17579,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T07:32:13.477Z","etag":null,"topics":["android","api","app","application","cmake","dart","development","dictionary","dictionary-api","dictionary-application","flutter","ios","javascript","public-apis","swift","web"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nehalmr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-13T17:31:50.000Z","updated_at":"2025-01-17T09:03:21.000Z","dependencies_parsed_at":"2025-03-23T07:39:54.753Z","dependency_job_id":null,"html_url":"https://github.com/nehalmr/dictionary_by_nehalmr","commit_stats":null,"previous_names":["nehalmr/dictionary_by_nehalmr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nehalmr/dictionary_by_nehalmr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nehalmr%2Fdictionary_by_nehalmr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nehalmr%2Fdictionary_by_nehalmr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nehalmr%2Fdictionary_by_nehalmr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nehalmr%2Fdictionary_by_nehalmr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nehalmr","download_url":"https://codeload.github.com/nehalmr/dictionary_by_nehalmr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nehalmr%2Fdictionary_by_nehalmr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31781292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","api","app","application","cmake","dart","development","dictionary","dictionary-api","dictionary-application","flutter","ios","javascript","public-apis","swift","web"],"created_at":"2025-01-28T14:20:23.157Z","updated_at":"2026-04-14T04:03:11.355Z","avatar_url":"https://github.com/nehalmr.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dictionary by Nehalmr\n\n[![GitHub Stars](https://img.shields.io/github/stars/nehalmr/dictionary_by_nehalmr.svg)](https://github.com/nehalmr/dictionary_by_nehalmr/stargazers)\n[![GitHub Forks](https://img.shields.io/github/forks/nehalmr/dictionary_by_nehalmr.svg)](https://github.com/nehalmr/dictionary_by_nehalmr/network/members)\n[![GitHub Issues](https://img.shields.io/github/issues/nehalmr/dictionary_by_nehalmr.svg)](https://github.com/nehalmr/dictionary_by_nehalmr/issues)\n\n## Overview\nThe **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.\n\n## Features\n- **Word Definitions**: Provides precise meanings of words.\n- **Synonyms \u0026 Antonyms**: Displays synonyms and antonyms to expand vocabulary.\n- **User-Friendly Interface**: Simple and intuitive interface for easy use.\n\n## Installation\n\n1. **Clone the Repository**\n\n   ```bash\n   git clone https://github.com/nehalmr/dictionary_by_nehalmr.git\n   cd dictionary_by_nehalmr\n   ```\n\n2. **Install Dependencies**\n\n   Ensure you have Flutter SDK installed. Configure dependencies from pubspec.yaml using:\n\n   ```bash\n   flutter pub get\n   ```\n\n## Usage\n\n1. Run the application:\n\n   ```bash\n   flutter run\n   ```\n\n2. Follow the prompts to:\n   - Enter a word.\n   - View its definition, synonyms, and antonyms.\n\n3. Exit the application by typing `exit`.\n\n## Example\n\n```bash\nEnter a word: innovation\nDefinition: The act or process of introducing new ideas, devices, or methods.\nSynonyms: invention, creativity, novelty, ingenuity\nAntonyms: tradition, stagnation\n```\n\n## Contributing\n\nContributions are welcome! To contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature/bug fix:\n\n   ```bash\n   git checkout -b feature-name\n   ```\n\n3. Commit your changes and push them to your fork:\n\n   ```bash\n   git commit -m \"Add new feature\"\n   git push origin feature-name\n   ```\n\n4. Submit a pull request to the main branch.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Acknowledgements\n- Thank you to all contributors and users who have supported this project.\n\n---\n\nFeel free to explore, contribute, and make the most of the **Dictionary by Nehalmr**!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnehalmr%2Fdictionary_by_nehalmr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnehalmr%2Fdictionary_by_nehalmr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnehalmr%2Fdictionary_by_nehalmr/lists"}