xen_emojify

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

xen emojify

xen_emojify #



⚠️BEFORE STARTING READ: LOTTIE LICENSE #
TRY WEB DEMO #


xen_emojify is a versatile Flutter package designed to enhance user interaction by providing a rich and engaging way to display Facebook-like reactions within your app. Leveraging the power of Lottie, a dynamic animation library, this package delivers seamless and visually stunning animations, ensuring a delightful user experience.
With xen_emojify, you can easily integrate a customizable reaction widget into your Flutter app, offering users a range of expressive reactions such as like, love, laugh, and more. This widget is highly customizable, allowing you to adjust its size, color scheme, and animation speed to suit your app's design and branding.
Whether you're developing a social media platform, a content-sharing app, or any other application that benefits from user feedback, xen_emojify provides a seamless solution for implementing reaction functionality. Engage your users and add a touch of personality to your app with xen_emojify.
Features #

Displays like, love, laugh, and other reaction icons.
Customizable size, color, and animation speed.
Supports onTap callbacks for handling user interactions.



FREE LOTTIES #

Noto Animated Emoji
IconScout

Getting started #
In your pubspec.yaml file, add the following dependency:
dependencies:
xen_emojify: current_version
copied to clipboard
Import the xen_emojify package #
import 'package:xen_emojify/xen_emojify.dart';
copied to clipboard

Example Usage #
XenEmoji initialEmoji = const XenEmoji(
'https://fonts.gstatic.com/s/e/notoemoji/latest/1f60d/lottie.json',
label: 'heart eyes',
lottieID: '1f60d',
);


final xenEmojifyWidget = XenEmojify(
lottieSource: LottieSources.network,
displayLabel: true,
initialEmoji: initialEmoji,
xenEmojifyDock: XenEmojifyDock(
dockColor: Colors.amber.withOpacity(0.7),
onEmojiSelect: (emoji) {
setState(() => initialEmoji = emoji);
},
xenEmojis: const [
XenEmoji(
'https://fonts.gstatic.com/s/e/notoemoji/latest/1f60d/lottie.json',
label: 'Heart Eyes',
lottieID: '1f60d',
),
],
),
);
copied to clipboard

License

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

Files In This Product:

Customer Reviews

There are no reviews.