{"id":28221168,"url":"https://github.com/7wilightxdev/generate-assets-for-dart","last_synced_at":"2026-04-14T15:32:25.025Z","repository":{"id":284212754,"uuid":"895916787","full_name":"7wilightxdev/generate-assets-for-dart","owner":"7wilightxdev","description":"It helps generate Dart constants for asset paths from a folder structure, making it easier to manage assets in Flutter projects.","archived":false,"fork":false,"pushed_at":"2024-11-29T07:17:14.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T11:41:49.450Z","etag":null,"topics":["dart","flutter","generator","vscode-extension"],"latest_commit_sha":null,"homepage":"","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/7wilightxdev.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-11-29T07:16:30.000Z","updated_at":"2025-04-24T18:09:41.000Z","dependencies_parsed_at":"2025-03-24T19:33:01.447Z","dependency_job_id":null,"html_url":"https://github.com/7wilightxdev/generate-assets-for-dart","commit_stats":null,"previous_names":["7wilightxdev/generate-assets-for-dart"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/7wilightxdev/generate-assets-for-dart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7wilightxdev%2Fgenerate-assets-for-dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7wilightxdev%2Fgenerate-assets-for-dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7wilightxdev%2Fgenerate-assets-for-dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7wilightxdev%2Fgenerate-assets-for-dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/7wilightxdev","download_url":"https://codeload.github.com/7wilightxdev/generate-assets-for-dart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7wilightxdev%2Fgenerate-assets-for-dart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31803270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"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":["dart","flutter","generator","vscode-extension"],"created_at":"2025-05-18T05:15:54.580Z","updated_at":"2026-04-14T15:32:25.010Z","avatar_url":"https://github.com/7wilightxdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Generate Assets - VS Code Extension\n\nGenerate Assets is a Visual Studio Code extension designed for **Flutter developers**. It helps generate Dart constants for asset paths from a folder structure, making it easier to manage assets in Flutter projects.\n\n## Features\n\n- **Generate Asset Constants**: Automatically scans your `assets` folder and creates a Dart class with constants for all asset files.\n- **Excludes Folders**: Skip specified subfolders in the configuration.\n- **Customizable Output**:\n  - Define the output file path.\n  - Specify the class name.\n\n## Getting Started\n\n### Installation\n\n1. Install the extension from the [VS Code Marketplace](https://marketplace.visualstudio.com/).\n2. Add a configuration file named `generate_assets_config.yaml` in your workspace.\n\n### Configuration\n\nCreate a `generate_assets_config.yaml` file with the following format:\n\n```yaml\nassets_folder: assets                  # Path to the folder containing assets.\noutput_file: lib/app_drawables.dart    # Path to the output Dart file.\nexcluded_folders:                      # Subfolders to exclude from scanning.\n  - temp\noutput_class_name: AppDrawables        # Name of the Dart class.\n```\n\n### Usage\n\n1. Open the command palette (Ctrl+Shift+P / Cmd+Shift+P).\n2. Run the command Generate Assets.\n3. The Dart class with constants will be generated at the specified path.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7wilightxdev%2Fgenerate-assets-for-dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F7wilightxdev%2Fgenerate-assets-for-dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7wilightxdev%2Fgenerate-assets-for-dart/lists"}