{"id":13548996,"url":"https://github.com/apgapg/animating_location_pin","last_synced_at":"2025-04-15T20:16:01.716Z","repository":{"id":56826096,"uuid":"179808101","full_name":"apgapg/animating_location_pin","owner":"apgapg","description":"Animating Location Pin Flutter Package","archived":false,"fork":false,"pushed_at":"2020-04-08T06:18:09.000Z","size":402,"stargazers_count":16,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T20:15:54.197Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pub.dartlang.org/packages/animating_location_pin","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/apgapg.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":"2019-04-06T08:32:35.000Z","updated_at":"2023-12-17T05:35:40.000Z","dependencies_parsed_at":"2022-09-20T22:45:33.540Z","dependency_job_id":null,"html_url":"https://github.com/apgapg/animating_location_pin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apgapg%2Fanimating_location_pin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apgapg%2Fanimating_location_pin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apgapg%2Fanimating_location_pin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apgapg%2Fanimating_location_pin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apgapg","download_url":"https://codeload.github.com/apgapg/animating_location_pin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249145420,"owners_count":21219966,"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-08-01T12:01:17.030Z","updated_at":"2025-04-15T20:16:01.699Z","avatar_url":"https://github.com/apgapg.png","language":"Dart","funding_links":[],"categories":["Dart"],"sub_categories":[],"readme":"# 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) [![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/animating_location_pin.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/animating_location_pin)\n\nThis Flutter package provides a Animating Location Pin Widget which can be used while fetching device location.\n\n\u003cimg src=\"https://raw.githubusercontent.com/apgapg/animating_location_pin/master/src/s.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/animating_location_pin.svg)](https://pub.dartlang.org/packages/animating_location_pin)\n\n```yaml\ndependencies:\n  animating_location_pin: \u003clatest version\u003e\n```\n\n# ❔ Usage\n\n### Import this class\n\n```dart\nimport 'package:animating_location_pin/animating_location_pin.dart';\n```\n\n### Add \nAdding this widget is simple. Just directly use its instance for default configuration\n```dart\nContainer(\n  child: AnimatingLocationPin(),\n)\n```\n### Full Implementation\n```dart\nAnimatingLocationPin(\n  pinAsset: 'assets/images/pin.png',\n  shadowAsset: 'assets/images/shadow.png',\n  shadowSizeFactor: 0.4,\n  duration: Duration(milliseconds: 500),\n  pinJumpHeight: 44.0,\n  pinSize: 70.0,\n),\n```\n### Assets used are\n\u003cimg src=\"https://raw.githubusercontent.com/apgapg/animating_location_pin/master/src/pin.png\" height=\"100\"\u003e \n\u003cimg src=\"https://raw.githubusercontent.com/apgapg/animating_location_pin/master/src/shadow.png\" height=\"100\"\u003e  \n\n### Note\n- Although this animation can be achieved easily with Flare Animation, but this widget involves a good learning to coding such animation manually in flutter \n\n# ⭐ My Flutter Packages\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- [avatar_glow](https://pub.dartlang.org/packages/avatar_glow)  [![GitHub stars](https://img.shields.io/github/stars/apgapg/avatar_glow.svg?style=social)](https://github.com/apgapg/avatar_glow)  Flutter Avatar Glow Widget with glowing 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\n# ⭐ My Flutter Apps\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\n# 👍 Contribution\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%2Fanimating_location_pin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapgapg%2Fanimating_location_pin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapgapg%2Fanimating_location_pin/lists"}