flutter_emoji_selector

Last updated:

0 purchases

flutter_emoji_selector Image
flutter_emoji_selector Images
Add to Cart

Description:

flutter emoji selector

Emoji selector for Flutter
Features #

Unicode 13.1 emojis
Available on all platforms
Categorized Emojis
Search Emojis
Double tap for skintone popup


Search #

Skin tone #

Getting started #
Flutter>=1.17.0
Dart >=2.17.6 <3.0.0
copied to clipboard
Usage #
import 'package:flutter/material.dart';
import 'package:flutter_emoji_selector/flutter_emoji_selector.dart';

EmojiSelector(
onEmojiSelected: (emoji) {
print(emoji.char); // prints the emoji
print(emoji.name); // prints the emoji name
},
)
copied to clipboard

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.