flutter_emoji 1.0.0 flutter_emoji: ^1.0.0 copied to clipboard
Emoji for Flutter app
Examples #
The API is straight-forward.
var emoji = Emoji();
emoji.hasName('coffee'); // returns: true
emoji.getName('coffee'); // returns: '☕'
emoji.hasEmoji('❤️'); // returns: true
emoji.getEmoji('❤️'); // returns: 'heart'
emoji.emojify('I :heart: :coffee:'); // returns: 'I ❤️ ☕'