A Fast and Light ⚡ Emoji Keyboard ✨ Widget for Flutter
x
First, add the emoji_keyboard
package to your pubspec dependencies.
To import emoji_keyboard
:
import 'package:flutter_emoji_keyboard/flutter_emoji_keyboard.dart';
To use EmojiKeyboard
:
EmojiKeyboard(
onEmojiSelected: (Emoji emoji){},
),
onEmojiSelected parameter must not be null, It's the callback function with Emoji as argument when emoji on keyboard is pressed.
Sample Usage /example directory.
- make a todo list