{"id":19413352,"url":"https://github.com/k9i-0/k9i_cli","last_synced_at":"2026-05-06T14:41:30.712Z","repository":{"id":149804519,"uuid":"622179685","full_name":"K9i-0/k9i_cli","owner":"K9i-0","description":"This dart package provides Grinder tasks used by K9i, allowing for the sharing of Grinder tasks across multiple projects.","archived":false,"fork":false,"pushed_at":"2024-01-17T01:18:38.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T11:52:32.862Z","etag":null,"topics":["dart","flutter","grinder"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/k9i_cli","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/K9i-0.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":"2023-04-01T11:05:56.000Z","updated_at":"2025-04-11T10:04:33.000Z","dependencies_parsed_at":"2024-11-10T12:33:27.936Z","dependency_job_id":"27bfbfe4-3efb-4a32-8979-a852826dfd41","html_url":"https://github.com/K9i-0/k9i_cli","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/K9i-0/k9i_cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K9i-0%2Fk9i_cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K9i-0%2Fk9i_cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K9i-0%2Fk9i_cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K9i-0%2Fk9i_cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/K9i-0","download_url":"https://codeload.github.com/K9i-0/k9i_cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K9i-0%2Fk9i_cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32699204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","grinder"],"created_at":"2024-11-10T12:32:31.218Z","updated_at":"2026-05-06T14:41:30.677Z","avatar_url":"https://github.com/K9i-0.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# k9i_cli\nThis dart package provides Grinder tasks used by K9i, allowing for the sharing of Grinder tasks across multiple projects.\n\n## Usage\n```\nimport 'package:grinder/grinder.dart';\nimport 'package:k9i_cli/k9i_cli.dart';\n\nvoid main(List\u003cString\u003e args) {\n  // Add all tasks from the k9i_cli package.\n  addAllTasks(enableAlias: true, useFvm: true); // set useFvm to true if you're using Flutter Version Management\n\n  grind(args);\n}\n```\n### Using the useFvm parameter\nBy default, the addAllTasks method uses the standard Flutter command. However, if you are using the Flutter Version Management (FVM), you can set the useFvm parameter to true to prefix the commands with fvm flutter. This allows you to execute tasks with the specific Flutter version set by FVM.\n\n## Available tasks\n```\nAvailable tasks:\n  build                flutter pub run build_runner build --delete-conflicting-outputs\n  b                    Alias for build\n  watch                flutter pub run build_runner watch --delete-conflicting-outputs\n  w                    Alias for watch\n  serveWeb             Serve Flutter web app on local IP.\n  sw                   Alias for serveWeb\n  updatePods           Clean and update Pods installation.\n  up                   Alias for updatePods\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk9i-0%2Fk9i_cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk9i-0%2Fk9i_cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk9i-0%2Fk9i_cli/lists"}