flutter_emoji 1.1.0 flutter_emoji: ^1.1.0 copied to clipboard
👉 A light-weight Emoji 📦 for Flutter with all up-to-date emojis 😄. Made from 💯% ☕ with ❤️!
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 ❤️ ☕'
emoji.unemojify('I ❤️ ☕'); // returns: 'I :heart: :coffee:'