Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.