{"id":32307931,"url":"https://github.com/bynicodevelop/flutter_profile_avatar","last_synced_at":"2026-02-20T23:01:50.284Z","repository":{"id":56829975,"uuid":"321568339","full_name":"bynicodevelop/flutter_profile_avatar","owner":"bynicodevelop","description":null,"archived":false,"fork":false,"pushed_at":"2021-01-02T16:15:51.000Z","size":81,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-28T23:38:29.508Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bynicodevelop.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-12-15T06:00:00.000Z","updated_at":"2024-05-28T23:38:29.509Z","dependencies_parsed_at":"2022-08-29T00:20:34.501Z","dependency_job_id":null,"html_url":"https://github.com/bynicodevelop/flutter_profile_avatar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bynicodevelop/flutter_profile_avatar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bynicodevelop%2Fflutter_profile_avatar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bynicodevelop%2Fflutter_profile_avatar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bynicodevelop%2Fflutter_profile_avatar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bynicodevelop%2Fflutter_profile_avatar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bynicodevelop","download_url":"https://codeload.github.com/bynicodevelop/flutter_profile_avatar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bynicodevelop%2Fflutter_profile_avatar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29667119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T19:49:36.704Z","status":"ssl_error","status_checked_at":"2026-02-20T19:44:05.372Z","response_time":59,"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":[],"created_at":"2025-10-23T07:25:20.658Z","updated_at":"2026-02-20T23:01:50.279Z","avatar_url":"https://github.com/bynicodevelop.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter_profile_avatar\n\nAllows you to create an avatar simply...\n\nThis plugin includes the [flutter_mobile_camera](https://pub.dev/packages/flutter_mobile_camera) plugin.\n\nPlease follow the configuration of this plugin to integrate flutter_profile_avatar.\n\n## Getting Started\n\n```\nimport 'package:flutter/material.dart';\nimport 'package:flutter_profile_avatar/flutter_profile_avatar.dart';\n\nvoid main() {\n  runApp(MyApp());\n}\n\nclass MyApp extends StatefulWidget {\n  @override\n  _MyAppState createState() =\u003e _MyAppState();\n}\n\nclass _MyAppState extends State\u003cMyApp\u003e {\n  @override\n  Widget build(BuildContext context) {\n    return MaterialApp(\n      home: Scaffold(\n        appBar: AppBar(\n          title: const Text('Plugin example app'),\n        ),\n        body: Container(\n          child: ProfileAvatar(\n            // Set username (create initial in avatar)\n            username: 'John Doe',\n            // Set image profile\n            avatarURL: 'https://picsum.photos/200',\n            // Set size of avatar\n            size: 30,\n          ),\n        ),\n      ),\n    );\n  }\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbynicodevelop%2Fflutter_profile_avatar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbynicodevelop%2Fflutter_profile_avatar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbynicodevelop%2Fflutter_profile_avatar/lists"}