{"id":47942257,"url":"https://github.com/maranix/analyzer_kit","last_synced_at":"2026-04-04T08:11:56.104Z","repository":{"id":328850588,"uuid":"1116763542","full_name":"maranix/analyzer_kit","owner":"maranix","description":"Helpful utilities and auto-completion features such as equality overrides, copyWith, data classes and etc using AnalyzerPlugin","archived":false,"fork":false,"pushed_at":"2026-03-05T14:04:10.000Z","size":15945,"stargazers_count":3,"open_issues_count":7,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-05T17:48:06.047Z","etag":null,"topics":["analyzer","copywith","dart","dataclasses","equality-comparison","plugins"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/analyzer_kit","language":"Dart","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/maranix.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-15T10:49:53.000Z","updated_at":"2026-03-03T07:35:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/maranix/analyzer_kit","commit_stats":null,"previous_names":["maranix/analyzer_kit"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/maranix/analyzer_kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maranix%2Fanalyzer_kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maranix%2Fanalyzer_kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maranix%2Fanalyzer_kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maranix%2Fanalyzer_kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maranix","download_url":"https://codeload.github.com/maranix/analyzer_kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maranix%2Fanalyzer_kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31392289,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"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":["analyzer","copywith","dart","dataclasses","equality-comparison","plugins"],"created_at":"2026-04-04T08:11:56.009Z","updated_at":"2026-04-04T08:11:56.094Z","avatar_url":"https://github.com/maranix.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Analyzer Kit\n\nA Dart workspace containing packages for annotation-driven code generation through the Dart Analyzer plugin system — no build runners required.\n\n## Packages\n\n| Package | Description | pub.dev |\n|---|---|---|\n| [analyzer_kit](packages/analyzer_kit) | Dart Analyzer plugin providing lint rules and quick fixes | [![pub](https://img.shields.io/pub/v/analyzer_kit.svg)](https://pub.dev/packages/analyzer_kit) |\n| [analyzer_kit_annotation](packages/analyzer_kit_annotation) | Annotations consumed by the plugin | [![pub](https://img.shields.io/pub/v/analyzer_kit_annotation.svg)](https://pub.dev/packages/analyzer_kit_annotation) |\n\n## Quick Start\n\n```yaml\n# pubspec.yaml\ndependencies:\n  analyzer_kit_annotation: ^1.0.0+1\n```\n\n```yaml\n# analysis_options.yaml\nplugins:\n  analyzer_kit: \n    version: ^1.0.0+2\n    diagnostics:\n      data_class_annotation: true\n      copy_with_annotation: true\n      override_equality_annotation: true\n      override_to_string_annotation: true\n      serialize_annotation: true\n      deserialize_annotation: true\n```\n\n```dart\nimport 'package:analyzer_kit_annotation/analyzer_kit_annotation.dart';\n\n@dataClass\nclass User {\n  final String name;\n  final int age;\n\n  User({required this.name, required this.age});\n\n  // Apply IDE quick fix → generates copyWith, ==, hashCode, toString, toMap, fromMap\n}\n```\n\n## Development\n\nThis project is configured as a Dart workspace.\n\n### Getting Started\n\n```bash\n# Resolve dependencies for all packages\ndart pub get\n\n# Run analyzer_kit_annotation tests\ncd packages/analyzer_kit_annotation \u0026\u0026 dart test\n\n# Run analyzer_kit tests\ncd packages/analyzer_kit \u0026\u0026 dart test\n```\n\n## License\n\nSee [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaranix%2Fanalyzer_kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaranix%2Fanalyzer_kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaranix%2Fanalyzer_kit/lists"}