EmojiParser class
Emoji storage and parser. You will need to instantiate one of this instance to start using.
Constructors
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
-
emojiFy(
String text) → String - Emojify the input text.
-
get(
String name) → Emoji -
getEmoji(
String emoji) → Emoji - Get emoji based on emoji code.
-
getName(
String name) → Emoji -
has(
String name) → bool -
hasEmoji(
String emoji) → bool -
hasName(
String name) → bool -
info(
String name) → Emoji - Get info for an emoji.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unEmojiFy(
String text) → String - This method will unemojify the text containing the Unicode emoji symbols into emoji name.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- regexEmoji → RegExp
-
This regex is insane, borrowed from lodash, a Javascript library.
final
- regexName → RegExp
-
final