{"id":23190232,"url":"https://github.com/geekswamp/alphatar","last_synced_at":"2026-01-11T04:06:51.908Z","repository":{"id":56825920,"uuid":"301310019","full_name":"geekswamp/alphatar","owner":"geekswamp","description":"Alphabet Avatar for Flutter","archived":false,"fork":false,"pushed_at":"2021-01-29T09:24:42.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-26T12:55:52.272Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/geekswamp.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-10-05T06:11:39.000Z","updated_at":"2024-10-04T20:26:15.000Z","dependencies_parsed_at":"2022-09-13T08:12:00.716Z","dependency_job_id":null,"html_url":"https://github.com/geekswamp/alphatar","commit_stats":null,"previous_names":["geekswamp/alphatar"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/geekswamp/alphatar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekswamp%2Falphatar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekswamp%2Falphatar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekswamp%2Falphatar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekswamp%2Falphatar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geekswamp","download_url":"https://codeload.github.com/geekswamp/alphatar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geekswamp%2Falphatar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263339928,"owners_count":23451516,"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-12-18T12:13:53.132Z","updated_at":"2025-07-03T14:07:17.769Z","avatar_url":"https://github.com/geekswamp.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alphatar\n\n![License](https://img.shields.io/github/license/arifai/alphatar) ![Pub version](https://img.shields.io/pub/v/alphatar)\n\nCreate an avatar with the initials of your text.\n\n## Screenshot\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"image/ss.jpg\" width=\"300px\"\u003e\n\u003c/p\u003e\n\n\n## Installation\n\nIn the `dependencies:` section of your `pubspec.yaml`, add the following line:\n\n```yaml\nalphatar: \u003clatest_version\u003e\n```\n\n## Usage\n\nYou can use it very easily. For example:\n\n```dart\nclass Example extends StatelessWidget {\n  const Example({Key key}) : super(key: key);\n\n  @override\n  Widget build(BuildContext context) {\n    return Container(\n      alignment: Alignment.center,\n      child: Alphatar(\n        initials: \"Alice\",\n        backgroundColor: Colors.purple[900],\n        onTap: () =\u003e print(\"Awesome!\"),\n      ),\n    );\n  }\n}\n```\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeekswamp%2Falphatar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeekswamp%2Falphatar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeekswamp%2Falphatar/lists"}