PackageTrack
Sign in Get early access

animated_emoji

Show beautiful, customizable animated emojis using Noto Animated Emoji

3.3.0 5.2K downloads/mo #297 most downloaded on pub.dev RoundedInfinity/animated_emoji

What this package is like to depend on

Last release 28 days ago

26 Jul 2026

Release timing varies

gaps range from 8 days to 1.3 years

Nearly every release is documented

notes for 10 of 10 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

10 releases · first in 2022

1 release in the last 12 months

see the full history below

Release timeline

10 releases · Sep 2022 to Jul 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 10
  1. 3.3.0 26 Jul 2026
    Release notes

    Added

    • Caching option to the AnimatedEmoji widget.
    • Updated the emoji set to the latest Noto Animated Emoji release, adding many new emojis (450 → 609).
    • Re-added loveYouGesture, whose lottie file is now available upstream.

    Removed

    • Removed copyright and registered because their lottie files are not available.
    • Removed jackOLantern because it's no longer part of the upstream Noto Animated Emoji set.

    Fixed

    • Renamed the 8Ball emoji identifier to eightBall, since 8Ball is not a valid Dart identifier.
    Open source →
  2. 3.2.1 25 Apr 2025
    Release notes

    Removed

    • Removed loveYouGesture emoji because the lottie file is not available. (#14)
    Open source →
  3. 3.2.0 16 Apr 2025
    Release notes

    Added

    • Added new emojis
    • Added categories and tags to emoji data.

    Changed

    • Updated dependencies
    • Updated documentation and README
    Open source →
  4. 3.1.0 18 Feb 2024
    Release notes

    Changed

    Open source →
  5. 3.0.0 07 Dec 2023
    Release notes

    Added

    • Breaking: Added option to get the skin tone variation of an emoji. The emoji variations are not included into the list anymore.

      Instead of:

      AnimatedEmojis.clapDark
      

      do:

      AnimatedEmojis.clap.dark
      // or
      AnimatedEmojis.clap.withSkinTone(SkinTone.dark)
      
    • Web support for network emojis.

    • Added names to AnimatedEmojiData.

    • Added more emojis.

    • Added AnimatedEmojiDataUtil utility class.

    Changed

    • Breaking: Changed ID format for emojis. Now the ids do not begin with u. fromId and getCamelCaseName are still compatible with the legacy IDs beginning with u.

      Instead of :

      AnimatedEmojiData('u1f386');
      

      Do:

      AnimatedEmojiData('1f386',name: 'smileWithBigEyes');
      
    • Some emoji names may have changed

    • When source is not set the AnimatedEmoji widget now tries to load the emoji from assets first, then falls back to network.

    Open source →
  6. 2.1.0 29 Oct 2023
    Release notes

    Added

    • fromEmojiString function on that returns the animated emoji version on an unicode emoji (@fahidsarker)

    • toUnicodeEmoji to AnimatedEmojiData that returns the unicode emoji of this emoji.

    • fromName that returns the emoji from its camel case name.

    Changed

    • Improved error messages.

    • Made AnimatedEmojiData immutable and added equality.

    Deprecated

    • Renamed fromCode to fromId.
    Open source →
  7. 2.0.0 30 May 2023
    Release notes

    Removed

    • Breaking Remove SkinTone attribute from emojis. Use AnimatedEmojis.clapDark instead of AnimatedEmojis.clap(SkinTone.dark)

    Added

    • Support for importing emojis from assets
    • Add new emojis (#2)

    Fixed

    • Emoji Support for web due to asset import (#1)
    Open source →
  8. 1.0.1+1 13 Nov 2022
    Release notes
    • deprecated: simpson skintone. Use a value of null instead.
    • doc: Updated readme to use WEBP.
    • refactor: now using very good analysis
    • updated: tests
    Open source →
  9. 1.0.1+2 13 Nov 2022
    Release notes
    • doc: Using GIF instead of WEBP because pub.dev can only show GIFs.
    Open source →
  10. 1.0.0 16 Sep 2022
    Release notes
    • initial release.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive