flutter_emoji_suite library

Classes

Emoji
The representation of an emoji. There are three properties availables:
EmojiConst
Constants defined for Emoji.
EmojiMessage
List of pre-defined message used in this library
EmojiParser
Emoji storage and parser. You will need to instantiate one of this instance to start using.
EmojiPicker
EmojiUtil
Utilities to handle emoji operations.

Properties

defaultEmojiParse EmojiParser
getter/setter pair

Typedefs

EmojiPickObserver = dynamic Function(dynamic emoji)