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

Typed over_react component wrappers for the JS emoji-mart library.

emoji_mart_dart #

A Dart wrapper for the popular Emoji-Mart react components.

Sample Usage

(Picker()
  ..set = 'twitter'
  ..theme = 'auto'
  ..showPreview = false
  ..showSkinTones = false
  ..onSelect = handleEmojiSelection)()
(Emoji()
  ..emoji = 'grinning'
  ..set = 'google'
  ..size = 16)()
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Typed over_react component wrappers for the JS emoji-mart library.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

js, over_react, react

More

Packages that depend on emoji_mart