{"id":15160189,"url":"https://github.com/moinsen-dev/vscode-ext-flutter-lens","last_synced_at":"2026-01-21T10:37:10.833Z","repository":{"id":257713897,"uuid":"859092404","full_name":"moinsen-dev/vscode-ext-flutter-lens","owner":"moinsen-dev","description":"Flutter Lens is a VSCode extension that provides deeper insights into the documentation of Flutter packages and widgets.","archived":false,"fork":false,"pushed_at":"2024-09-18T09:00:37.000Z","size":107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-04-07T18:47:44.295Z","etag":null,"topics":["flutter","vscode-extension"],"latest_commit_sha":null,"homepage":"https://www.moinsen.dev","language":"TypeScript","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/moinsen-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-09-18T04:23:45.000Z","updated_at":"2024-09-18T09:00:41.000Z","dependencies_parsed_at":"2024-09-18T08:05:55.487Z","dependency_job_id":"76264c7d-63ff-48fe-a72b-74e92076d529","html_url":"https://github.com/moinsen-dev/vscode-ext-flutter-lens","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"f4e5952ecdb52748793fe4488fb4bf71c1da451c"},"previous_names":["moinsen-dev/vscode-ext-flutter-lens"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moinsen-dev/vscode-ext-flutter-lens","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moinsen-dev%2Fvscode-ext-flutter-lens","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moinsen-dev%2Fvscode-ext-flutter-lens/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moinsen-dev%2Fvscode-ext-flutter-lens/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moinsen-dev%2Fvscode-ext-flutter-lens/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moinsen-dev","download_url":"https://codeload.github.com/moinsen-dev/vscode-ext-flutter-lens/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moinsen-dev%2Fvscode-ext-flutter-lens/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28631937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["flutter","vscode-extension"],"created_at":"2024-09-26T22:40:19.158Z","updated_at":"2026-01-21T10:37:10.818Z","avatar_url":"https://github.com/moinsen-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter Lens\n\n![Work in Progress](https://img.shields.io/badge/Status-Work%20in%20Progress-yellow)\n![Experimental](https://img.shields.io/badge/Status-Experimental-orange)\n![Help Wanted](https://img.shields.io/badge/Help-Wanted-green)\n![Early State](https://img.shields.io/badge/Status-Early%20State-blue)\n\n[![Version](https://img.shields.io/visual-studio-marketplace/v/moinsen-dev.flutter-lens)](https://marketplace.visualstudio.com/items?itemName=moinsen-dev.flutter-lens)\n[![Installs](https://img.shields.io/visual-studio-marketplace/i/moinsen-dev.flutter-lens)](https://marketplace.visualstudio.com/items?itemName=moinsen-dev.flutter-lens)\n[![Rating](https://img.shields.io/visual-studio-marketplace/r/moinsen-dev.flutter-lens)](https://marketplace.visualstudio.com/items?itemName=moinsen-dev.flutter-lens)\n[![License](https://img.shields.io/github/license/moinsen-dev/flutter-lens)](https://github.com/moinsen-dev/flutter-lens/blob/main/LICENSE)\n\nFlutter Lens is a VSCode extension that provides deeper insights into the documentation of Flutter packages and widgets.\n\n## Idea and Concept\n\nFor a detailed explanation of the idea behind Flutter Lens, including the problems it solves, use cases, and planned features, please refer to the [idea.md](idea.md) file in the root of this repository.\n\n## Features\n\n- Analyzes your project's `pubspec.yaml` file to extract information about installed packages\n- Extracts and indexes documentation from pub.dev for each package\n- Provides a searchable interface for querying package and widget documentation\n- Offers similar question suggestions to improve search results\n- Allows exporting search results for offline use\n- Automatically updates documentation at regular intervals\n- Sidebar UI for easy access to main functionalities\n\n## How It Works\n\n1. **Pubspec Analysis**: The extension scans your `pubspec.yaml` file to identify installed packages.\n\n2. **Documentation Extraction**: For each package, Flutter Lens fetches the documentation from pub.dev and extracts relevant information.\n\n3. **Indexing**: The extracted documentation is indexed using TF-IDF vectorization for efficient searching.\n\n4. **Search Interface**: Users can query the indexed documentation through a searchable interface within VS Code.\n\n5. **Similar Questions**: The extension suggests similar questions based on the user's input to improve search results.\n\n6. **Regular Updates**: Documentation is automatically updated at set intervals to ensure the latest information is available.\n\n## Installation\n\nYou can install Flutter Lens directly from the Visual Studio Code Marketplace:\n\n1. Open VS Code\n2. Go to the Extensions view (Ctrl+Shift+X)\n3. Search for \"Flutter Lens\"\n4. Click Install\n\n## Usage\n\nAfter installation:\n\n1. Open a Flutter project in VS Code\n2. Use the Flutter Lens sidebar to view your project's package information\n3. Use the command palette (Ctrl+Shift+P) and search for \"Flutter Lens\" to access various features\n\n## Contributing\n\nWe welcome contributions to Flutter Lens! If you'd like to contribute, please:\n\n1. Fork the repository\n2. Create a new branch for your feature\n3. Make your changes\n4. Submit a pull request\n\nFor more details, please see our [CONTRIBUTING.md](CONTRIBUTING.md) file.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Support\n\nIf you encounter any issues or have questions, please file an issue on the [GitHub repository](https://github.com/moinsen-dev/flutter-lens/issues).\n\n## Acknowledgements\n\nSpecial thanks to all contributors and the Flutter community for their support and inspiration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoinsen-dev%2Fvscode-ext-flutter-lens","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoinsen-dev%2Fvscode-ext-flutter-lens","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoinsen-dev%2Fvscode-ext-flutter-lens/lists"}