flutter_emoji_keyboard 0.1.3
flutter_emoji_keyboard: ^0.1.3 copied to clipboard
A Fast and Light ⚡ Emoji Keyboard ✨ Widget (implements compatible emoji support)
emoji_keyboard #
A Fast and Light ⚡ Emoji Keyboard ✨ Widget for Flutter
x
Usage #
First, add the emoji_keyboard
package to your pubspec dependencies.
To import emoji_keyboard
:
import 'package:flutter_emoji_keyboard/flutter_emoji_keyboard.dart';
copied to clipboard
To use EmojiKeyboard
:
EmojiKeyboard(
onEmojiSelected: (Emoji emoji){},
),
copied to clipboard
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.
![](https://media.giphy.com/media/lqMKb4tPI6ZfVS7kqu/giphy.gif)
Todo #
- make a todo list