flutter_emoji_mart

Last updated:

0 purchases

flutter_emoji_mart Image
flutter_emoji_mart Images
Add to Cart

Description:

flutter emoji mart

Emoji Picker for Flutter
This package is inspired by emoji_mart





Features #

customize your own emoji list
support emoji search
support emoji categories
support emoji skin tone

Install #
Getting started #
In the pubspec.yaml of your flutter project, add the following dependency:
dependencies:
emoji_mart: <latest_version>
copied to clipboard
In your library add the following import:
import 'package:emoji_mart/emoji_mart.dart';
copied to clipboard
Usage #
Example:
EmojiPicker(
emojiData: [YOUR_EMOJI_DATA],
onEmojiSelected: (emojiId, emoji) {
// ...
},
)
copied to clipboard
For further information, please refer to the example.

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.