Last updated:
0 purchases
emoji mart
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)()
copied to clipboard
(Emoji()
..emoji = 'grinning'
..set = 'google'
..size = 16)()
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.