flutter_emoji_keyboard 0.1.0 copy "flutter_emoji_keyboard: ^0.1.0" to clipboard
flutter_emoji_keyboard: ^0.1.0 copied to clipboard

outdated

A Fast and Light ⚡ Emoji Keyboard ✨ Widget.

emoji_keyboard #

A Fast and Light ⚡ Emoji Keyboard ✨ Widget for Flutter
(implements compatible emoji support)

Usage #

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.

Todo #

  • make a todo list
22
likes
0
pub points
62%
popularity

Publisher

unverified uploader

A Fast and Light ⚡ Emoji Keyboard ✨ Widget.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

device_info, flutter

More

Packages that depend on flutter_emoji_keyboard