Last updated:
0 purchases
flutter emoji keyboard
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.
Todo #
make a todo list
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.