emoji_keyboard_flutter
library
Classes
-
ButtonPressed
-
The button pressed action. This will be triggered when the "+" button is pressed.
-
EmojiBoard
-
The emojiboard has a configurable textfield which is will control
It has a configurable height and it can be made visible or invisible
using the showKeyboard boolean
It also has a darkmode for the users with a good taste in styling.
-
The emoji popup is a small widget with a horizontal listview containing emojis.
You can scroll through the emojis and select one.
This will trigger the EmojiSelected callback.
You can also press the "+" button which will also trigger a ButtonPressed callback
If you press outside the widget it will trigger the OutsideClicked callback.
It also has a darkmode for the users with a good taste in styling.
-
EmojiKeyboard
-
The emoji keyboard. This holds all the components of the keyboard.
This will include the:
-
The emoji popup Widget. This is a quick emoji access
that will be shown on the position passed in the constructor.
-
The actions that can be performed in the emoji popup.
-
EmojiSelected
-
The emoji selected action. This will be triggered when an emoji is selected.
-
OutsideClicked
-
The outside clicked action. This will be triggered when the user clicks outside the widget.