Animated Emoji | Coderz Product

animated_emoji

Last updated:

0 purchases

animated_emoji Image
animated_emoji Images

Free

Languages

Categories

Add to Cart

Description:

animated emoji

Animated Emoji #

Provides over 400 animated emojis for your app.
Usage #
Just use the AnimatedEmoji widget anywhere in your application and choose an emoji.
const AnimatedEmoji(
AnimatedEmojis.rocket,
),
copied to clipboard
Configure the widget to your needs.
AnimatedEmoji(
AnimatedEmojis.clap.dark,
size: 128,
repeat: false,
),
copied to clipboard
You can also add emojis to your assets for offline support.
First, import the emoji to your pubspec.yaml. The names can be found here.
You need to import the specific skin tones separately to use them (add the prefix to your imports, e.g. Dark, Light, ...)
...
flutter:
assets:
- packages/animated_emoji/lottie/rocket.json
- packages/animated_emoji/lottie/clap.json
# Import a skin tone variation.
- packages/animated_emoji/lottie/clapDark.json
copied to clipboard

Additional information #
This package uses Noto Animated Emoji which is licensed under CC BY 4.0.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.