{"id":13547738,"url":"https://github.com/apgapg/avatar_glow","last_synced_at":"2025-04-04T13:09:17.177Z","repository":{"id":34327264,"uuid":"176000154","full_name":"apgapg/avatar_glow","owner":"apgapg","description":"A Flutter Package providing Avatar Glow Widget","archived":false,"fork":false,"pushed_at":"2024-04-10T10:52:37.000Z","size":12902,"stargazers_count":279,"open_issues_count":11,"forks_count":49,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-28T12:04:01.108Z","etag":null,"topics":["apgapg","avatar-glow","dart","flutter","pub"],"latest_commit_sha":null,"homepage":"https://pub.dartlang.org/packages/avatar_glow","language":"C++","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/apgapg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["paypal.me/ayushpgupta"]}},"created_at":"2019-03-16T17:03:58.000Z","updated_at":"2025-01-22T17:44:17.000Z","dependencies_parsed_at":"2024-01-16T17:47:09.702Z","dependency_job_id":"e5aa47c6-6f58-488a-8c2d-8ec99373140e","html_url":"https://github.com/apgapg/avatar_glow","commit_stats":{"total_commits":60,"total_committers":11,"mean_commits":5.454545454545454,"dds":0.2833333333333333,"last_synced_commit":"1f9f4bcf17fcb68ce237aa6d10c6c75e90d94a85"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apgapg%2Favatar_glow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apgapg%2Favatar_glow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apgapg%2Favatar_glow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apgapg%2Favatar_glow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apgapg","download_url":"https://codeload.github.com/apgapg/avatar_glow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247177172,"owners_count":20896598,"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":["apgapg","avatar-glow","dart","flutter","pub"],"created_at":"2024-08-01T12:01:00.355Z","updated_at":"2025-04-04T13:09:17.153Z","avatar_url":"https://github.com/apgapg.png","language":"C++","funding_links":["paypal.me/ayushpgupta"],"categories":["C++"],"sub_categories":[],"readme":"# Avatar Glow [![GitHub stars](https://img.shields.io/github/stars/apgapg/avatar_glow.svg?style=social)](https://github.com/apgapg/avatar_glow) [![Twitter Follow](https://img.shields.io/twitter/url/https/@ayushpgupta.svg?style=social)](https://twitter.com/ayushpgupta) ![GitHub last commit](https://img.shields.io/github/last-commit/apgapg/avatar_glow.svg) [![Website shields.io](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](https://play.google.com/store/apps/details?id=com.coddu.flutterprofile)[![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/apgapg/avatar_glow)\n\nAn Avatar Glow Flutter Widget with cool background glowing animation.\n\nLive Demo: [https://apgapg.github.io/avatar_glow/](https://apgapg.github.io/avatar_glow/)\n\n\u003cimg src=\"https://raw.githubusercontent.com/apgapg/avatar_glow/master/src/app.gif\"  height = \"400\" alt=\"PieChart\"\u003e\n\n## 💻 Installation\nIn the `dependencies:` section of your `pubspec.yaml`, add the following line:\n\n[![Version](https://img.shields.io/pub/v/avatar_glow.svg)](https://pub.dartlang.org/packages/avatar_glow)\n\n```yaml\ndependencies:\n  avatar_glow: \u003clatest version\u003e\n```\n\nTo use the latest changes:\n\n```yaml\n  avatar_glow:\n    git:\n      url: https://github.com/apgapg/avatar_glow\n      ref: master\n```\n\n## ❔ Usage\n\n### Import\n\n```dart\nimport 'package:avatar_glow/avatar_glow.dart';\n```\n\nUsage is simple. Avatar Glow is a widget offering different customizable optional parameters with child displayed at its center.\n\n### Simple Implementation\n\n```dart\nAvatarGlow(\n endRadius: 60.0,\n child: Material(     // Replace this child with your own\n   elevation: 8.0,\n   shape: CircleBorder(),\n   child: CircleAvatar(\n     backgroundColor: Colors.grey[100],\n     child: Image.asset(\n       'assets/images/dart.png',\n       height: 50,\n     ),\n     radius: 30.0,\n   ),\n ),\n),\n```\n\n### Full Implementation\n\n```dart\nAvatarGlow(\n  startDelay: const Duration(milliseconds: 1000),\n  glowColor: Colors.white,\n  glowShape: BoxShape.circle,\n  animate: _animate,\n  curve: Curves.fastOutSlowIn,\n  child: const Material(\n    elevation: 8.0,\n    shape: CircleBorder(),\n    color: Colors.transparent,\n    child: CircleAvatar(\n      backgroundImage: AssetImage('assets/images/avatar.png'),\n      radius: 50.0,\n    ),\n  ),\n),\n```\n\n## ⭐ My Flutter Packages\n\n- [json_table](https://pub.dartlang.org/packages/json_table)  [![GitHub stars](https://img.shields.io/github/stars/apgapg/json_table.svg?style=social)](https://github.com/apgapg/json_table)  Create Flutter Json Table from json map directly.\n- [pie_chart](https://pub.dartlang.org/packages/pie_chart)  [![GitHub stars](https://img.shields.io/github/stars/apgapg/pie_chart.svg?style=social)](https://github.com/apgapg/pie_chart)  Flutter Pie Chart with cool animation.\n- [search_widget](https://pub.dartlang.org/packages/search_widget)  [![GitHub stars](https://img.shields.io/github/stars/apgapg/search_widget.svg?style=social)](https://github.com/apgapg/search_widget)  Flutter Search Widget for selecting an option from list.\n- [animating_location_pin](https://pub.dev/packages/animating_location_pin)  [![GitHub stars](https://img.shields.io/github/stars/apgapg/animating_location_pin.svg?style=social)](https://github.com/apgapg/animating_location_pin)  Flutter Animating Location Pin Widget providing Animating Location Pin Widget which can be used while fetching device location.\n\n## ⭐ My Flutter Apps\n\n- [flutter_profile](https://github.com/apgapg/flutter_profile)  [![GitHub stars](https://img.shields.io/github/stars/apgapg/flutter_profile.svg?style=social)](https://github.com/apgapg/flutter_profile)  Showcase My Portfolio: Ayush P Gupta on Playstore.\n- [flutter_sankalan](https://github.com/apgapg/flutter_sankalan)  [![GitHub stars](https://img.shields.io/github/stars/apgapg/flutter_sankalan.svg?style=social)](https://github.com/apgapg/flutter_sankalan)  Flutter App which allows reading/uploading short stories.\n\n## 👍 Contribution\n\n1. Fork it\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -m 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapgapg%2Favatar_glow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapgapg%2Favatar_glow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapgapg%2Favatar_glow/lists"}