flutter_emoji_mart 1.0.2 copy "flutter_emoji_mart: ^1.0.2" to clipboard
flutter_emoji_mart: ^1.0.2 copied to clipboard

A flutter package for emoji selection inspired by emoji-mart. Elevate your Flutter app's emoji-picking experience.

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.

3
likes
110
pub points
56%
popularity

Publisher

unverified uploader

A flutter package for emoji selection inspired by emoji-mart. Elevate your Flutter app's emoji-picking experience.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

easy_debounce, flutter, flutter_sticky_header, freezed_annotation, json_annotation, sliver_tools, visibility_detector

More

Packages that depend on flutter_emoji_mart