Skip to content

Mufaddal1125/flutter-emoji-selector

Repository files navigation

Emoji selector for Flutter

The Emoji Selector package for Flutter is a comprehensive solution for incorporating Unicode 13.1 emojis into your Flutter applications. With its seamless compatibility across all platforms, this package ensures a consistent and delightful user experience. The emojis are thoughtfully categorized, allowing users to easily browse and select their desired expressions. Additionally, a powerful search functionality enables users to quickly find specific emojis. One of the standout features is the skintone popup, which can be accessed through a convenient double-tap gesture, providing users with even more customization options. Whether you're building a messaging app, social media platform, or any application where emojis play a significant role, this package offers a streamlined and user-friendly way to enhance your user interface and communication capabilities.

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

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
    },
)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages