{"id":32304258,"url":"https://github.com/manu-urba/dart-genderize-api","last_synced_at":"2026-02-22T12:10:18.258Z","repository":{"id":56831057,"uuid":"312626269","full_name":"manu-urba/dart-genderize-api","owner":"manu-urba","description":"Retrieve the gender of a person from his name.","archived":false,"fork":false,"pushed_at":"2020-11-17T13:43:45.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T06:29:07.929Z","etag":null,"topics":["api","dart","flutter","genderize","genderize-api","wrapper"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/genderize","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manu-urba.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-11-13T16:21:54.000Z","updated_at":"2020-11-17T13:43:48.000Z","dependencies_parsed_at":"2022-08-28T20:10:33.227Z","dependency_job_id":null,"html_url":"https://github.com/manu-urba/dart-genderize-api","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/manu-urba/dart-genderize-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manu-urba%2Fdart-genderize-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manu-urba%2Fdart-genderize-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manu-urba%2Fdart-genderize-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manu-urba%2Fdart-genderize-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manu-urba","download_url":"https://codeload.github.com/manu-urba/dart-genderize-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manu-urba%2Fdart-genderize-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29711643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T10:34:24.778Z","status":"ssl_error","status_checked_at":"2026-02-22T10:32:23.200Z","response_time":110,"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":["api","dart","flutter","genderize","genderize-api","wrapper"],"created_at":"2025-10-23T06:22:51.304Z","updated_at":"2026-02-22T12:10:18.249Z","avatar_url":"https://github.com/manu-urba.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dart-genderize-api [![pub package](https://img.shields.io/pub/v/genderize.svg)](https://pub.dartlang.org/packages/genderize)\nGenderize API wrapper for Dart.\nThis package will help you to determinate the gender of a person from his name.\n\n## Basic usage\n```dart\nimport 'package:genderize/genderize.dart';\n\nvoid main() async {\n  /// Initializing an instance of [Genderize]\n  var gen = Genderize();\n\n  /// Getting a [Gender] of [name] \"Manuel\".\n  var gender = await gen.getGender('Manuel');\n\n  print('You are ${gender.gender}'); //output: \"You are male\"\n\n  gen.close();\n}\n\n```\n\n## How to start\n**1.** Initialize an istance of \"Genderize\" class:\n```dart\n  var gen = Genderize();\n```\n\n**2.** Fetch any data you need from the instance (more informations are specified in the documentation).\n\n**3.** Close the Genderize client to save dart process performances.\n ```dart\n  gen.close();\n```\n\n## Documentation\nhttps://pub.dev/documentation/genderize/latest/genderize/genderize-library.html\n\n## More info\n- API is fetched from https://api.genderize.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanu-urba%2Fdart-genderize-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanu-urba%2Fdart-genderize-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanu-urba%2Fdart-genderize-api/lists"}