gugor_emoji library
Classes
- CategoryIcons
-
Class used to define all the
CategoryIcon
shown for each Category - Config
- Config for customizations
- Emoji
- A class to store data for each individual emoji
- EmojiPicker
- The Emoji Keyboard widget
- EmojiPickerBuilder
- Template class for custom implementation Inhert this class to create your own EmojiPicker
- EmojiPickerState
- EmojiPickerState
- EmojiPickerUtils
- Helper class that provides extended usage
Extensions
- CategoryExtension
- Extension on Category enum to get its name
Enums
- ButtonMode
- Enum to alter the keyboard button style
- Category
- All the possible categories that Emoji can be put into
Typedefs
- EmojiViewBuilder = Widget Function(Config config, EmojiViewState state)
- Callback function for custom view
- OnBackspacePressed = void Function()
- Callback function for backspace button
- OnEmojiSelected = void Function(Category category, Emoji emoji)
- Callback function for when emoji is selected