Skip to content

linagora/emoji_mart

 
 

Repository files navigation

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>

In your library add the following import:

import 'package:emoji_mart/emoji_mart.dart';

Usage

Example:

EmojiPicker(
  emojiData: [YOUR_EMOJI_DATA],
  onEmojiSelected: (emojiId, emoji) {
    // ...
  },
)

For further information, please refer to the example.

About

Twake style emoji mart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 47.9%
  • C++ 21.9%
  • CMake 19.2%
  • Ruby 3.3%
  • C 1.9%
  • Swift 1.9%
  • Other 3.9%