ui/widget/emoji_picker_flutter/emoji_picker_flutter 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
- EmojiViewState
- State that holds current emoji data
Enums
- ButtonMode
- Enum to alter the keyboard button style
- Category
- All the possible categories that Emoji can be put into
Extensions
- CategoryExtension on Category
- Extension on Category enum to get its name
Constants
- DefaultNoRecentsWidget → const Text
- Default Widget if no recent is available
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