{"id":18508528,"url":"https://github.com/roundedinfinity/animated_emoji","last_synced_at":"2025-04-09T03:32:01.159Z","repository":{"id":59473131,"uuid":"537462830","full_name":"RoundedInfinity/animated_emoji","owner":"RoundedInfinity","description":"A flutter package for using animated emojis","archived":false,"fork":false,"pushed_at":"2024-02-18T15:54:52.000Z","size":4944,"stargazers_count":20,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T22:38:15.046Z","etag":null,"topics":["animation","dart","emoji","flutter"],"latest_commit_sha":null,"homepage":"","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/RoundedInfinity.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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}},"created_at":"2022-09-16T13:09:29.000Z","updated_at":"2025-03-21T14:21:52.000Z","dependencies_parsed_at":"2023-01-23T11:15:16.849Z","dependency_job_id":"1b6aebc6-32be-4a24-9d92-95b522ec2128","html_url":"https://github.com/RoundedInfinity/animated_emoji","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"04c44bc2d95acdbe612f0ed433ad6340e0da78ec"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoundedInfinity%2Fanimated_emoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoundedInfinity%2Fanimated_emoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoundedInfinity%2Fanimated_emoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoundedInfinity%2Fanimated_emoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RoundedInfinity","download_url":"https://codeload.github.com/RoundedInfinity/animated_emoji/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247973795,"owners_count":21026734,"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":["animation","dart","emoji","flutter"],"created_at":"2024-11-06T15:14:40.112Z","updated_at":"2025-04-09T03:31:58.706Z","avatar_url":"https://github.com/RoundedInfinity.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"![🚀](https://github.com/RoundedInfinity/animated_emoji/blob/main/example/screenshots/rocket.gif?raw=true)\n\n# Animated Emoji\n\n[![style: very good analysis](https://img.shields.io/badge/style-very_good_analysis-B22C89.svg)](https://pub.dev/packages/very_good_analysis)\n\nProvides over 400 animated emojis for your app.\n\n## Usage\n\nJust use the AnimatedEmoji widget anywhere in your application and choose an emoji.\n\n```dart\nconst AnimatedEmoji(\n  AnimatedEmojis.rocket,\n),\n```\n\nConfigure the widget to your needs.\n\n```dart\nAnimatedEmoji(\n  AnimatedEmojis.clap.dark,\n  size: 128,\n  repeat: false,\n),\n```\n\nYou can also add emojis to your assets for **offline support**.\n\nFirst, import the emoji to your `pubspec.yaml`. The names can be found [here](\u003chttps://googlefonts.github.io/noto-emoji-animation/\u003e).\n\nYou need to import the specific skin tones separately to use them (add the prefix to your imports, e.g. Dark, Light, ...)\n\n```yaml\n...\nflutter:\n  assets:\n    - packages/animated_emoji/lottie/rocket.json\n    - packages/animated_emoji/lottie/clap.json \n    # Import a skin tone variation.\n    - packages/animated_emoji/lottie/clapDark.json\n```\n\n\u003cpicture\u003e\n  \u003csource srcset=\"https://fonts.gstatic.com/s/e/notoemoji/latest/261d_fe0f/512.avif\" type=\"image/avif\"\u003e\n  \u003csource srcset=\"https://fonts.gstatic.com/s/e/notoemoji/latest/261d_fe0f/512.webp\" type=\"image/webp\"\u003e\n  \u003cimg src=\"https://fonts.gstatic.com/s/e/notoemoji/latest/261d_fe0f/512.gif\" alt=\"☝\" width=\"32\" height=\"32\"\u003e\n\u003c/picture\u003e\n\n## Additional information\n\nThis package uses [Noto Animated Emoji](https://googlefonts.github.io/noto-emoji-animation/) which is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/legalcode).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froundedinfinity%2Fanimated_emoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froundedinfinity%2Fanimated_emoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froundedinfinity%2Fanimated_emoji/lists"}