{"id":15483721,"url":"https://github.com/leoafarias/cli_notify","last_synced_at":"2025-07-12T19:35:41.750Z","repository":{"id":43164639,"uuid":"365049583","full_name":"leoafarias/cli_notify","owner":"leoafarias","description":"Check pub.dev for updates for your Dart CLI and prints update information.","archived":false,"fork":false,"pushed_at":"2023-03-05T03:15:13.000Z","size":16,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-20T10:50:54.673Z","etag":null,"topics":["cli","dart","notification"],"latest_commit_sha":null,"homepage":"","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/leoafarias.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":"2021-05-06T22:13:02.000Z","updated_at":"2024-03-26T07:19:01.000Z","dependencies_parsed_at":"2024-10-02T05:20:34.567Z","dependency_job_id":null,"html_url":"https://github.com/leoafarias/cli_notify","commit_stats":{"total_commits":7,"total_committers":3,"mean_commits":"2.3333333333333335","dds":0.2857142857142857,"last_synced_commit":"6a49c0111a5291faf09fef22f5d96f87015c0418"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Fcli_notify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Fcli_notify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Fcli_notify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Fcli_notify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leoafarias","download_url":"https://codeload.github.com/leoafarias/cli_notify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250275765,"owners_count":21403737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cli","dart","notification"],"created_at":"2024-10-02T05:20:31.564Z","updated_at":"2025-04-22T16:22:36.380Z","avatar_url":"https://github.com/leoafarias.png","language":"Dart","readme":"# cli_notify\n\nCheck pub.dev for updates for your Dart CLI and prints update information.\n\n![Update notification](https://raw.githubusercontent.com/leoafarias/cli_notify/main/assets/screenshot.png)\n\n# Install\n\n```bash\ndart pub add cli_notify\n```\n\n## Usage\n\nNotify users that there is an update\n\n```dart\nimport 'package:cli_notify/cli_notify.dart';\n\n// Current version of your CLI\nfinal packageName = 'package-name';\nfinal currentVersion = '1.0.0';\nvoid main() async {\n  await Notify(\n    packageName: packageName,\n    currentVersion: currentVersion,\n  ).update();\n}\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoafarias%2Fcli_notify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleoafarias%2Fcli_notify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoafarias%2Fcli_notify/lists"}