unicode_to_emoji

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

unicode to emoji

Unicode to Emoji #
Unicode converter to emoji object

Installation #
Add dependency in pubspec.yaml:
dependencies:
unicode_to_emoji: "^0.1.1"
copied to clipboard
Import in your project:
import 'package:unicode_to_emoji/unicode_to_emoji.dart';
copied to clipboard
Usage #
final emoji = UnicodeToEmoji.toEmoji('U+1F600');
print(emoji); // 😀
copied to clipboard
Changelog #
Check Changelog for updates
Bugs/Requests #
Reporting issues and requests for new features are always welcome.

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.