flutter_emoji_keyboard

Last updated:

0 purchases

flutter_emoji_keyboard Image
flutter_emoji_keyboard Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.