{"id":20896628,"url":"https://github.com/luizeof/dart-docker-hub-api","last_synced_at":"2026-04-21T18:02:38.788Z","repository":{"id":56828131,"uuid":"234365103","full_name":"luizeof/dart-docker-hub-api","owner":"luizeof","description":"Docker Hub API for Dart and Flutter","archived":false,"fork":false,"pushed_at":"2020-01-17T22:27:56.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T16:13:00.412Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/docker_hub_api","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luizeof.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}},"created_at":"2020-01-16T16:42:23.000Z","updated_at":"2020-01-17T22:27:58.000Z","dependencies_parsed_at":"2022-08-29T02:40:38.211Z","dependency_job_id":null,"html_url":"https://github.com/luizeof/dart-docker-hub-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizeof%2Fdart-docker-hub-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizeof%2Fdart-docker-hub-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizeof%2Fdart-docker-hub-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizeof%2Fdart-docker-hub-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luizeof","download_url":"https://codeload.github.com/luizeof/dart-docker-hub-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243285598,"owners_count":20266845,"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":[],"created_at":"2024-11-18T10:36:15.510Z","updated_at":"2025-12-11T18:47:23.911Z","avatar_url":"https://github.com/luizeof.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DockerHub API\n\nThe Docker Registry HTTP API is the protocol to facilitate distribution of images to the docker engine.\n\nIt interacts with instances of the docker registry, which is a service to manage information about docker images and enable their distribution.\n\n## Usage\n\n```dart\nimport 'package:docker_hub_api/docker_hub_api.dart';\n\nvoid main() async {\n  var repo = DockerRepository('nginx');\n\n  var images = await repo.images(page: 1);\n\n  var image = images.first;\n\n  print(image.user);\n  print(image.name);\n  print(image.namespace);\n  print(image.repository_type);\n  print(image.status);\n  print(image.description);\n  print(image.is_private);\n  print(image.is_automated);\n  print(image.can_edit);\n  print(image.star_count);\n  print(image.pull_count);\n  print(image.last_updated);\n  print(image.is_migrated);\n  print(image.has_starred);\n  print(image.full_description);\n  print(image.affiliation);\n  print(repo.imageCount);\n  print(repo.pageCount);\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluizeof%2Fdart-docker-hub-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluizeof%2Fdart-docker-hub-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluizeof%2Fdart-docker-hub-api/lists"}