EmojiManager class

Constructors

EmojiManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

createLocalizedStringFromEmojiCodes(BuildContext context, String text) String
Convert emoji codes in text to localized names e.g., "abcTUIEmoji_Smiledef" -> "abc微笑def" (Chinese) or "abcSmiledef" (English)
findEmojiKeyListFromText(String text) List<String>
getEmojiMap(BuildContext context) Map<String, String>
getRegexOfUniversalEmoji() String
getUniversalEmojiRegex() RegExp