0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.