flutter_emoji 1.0.0 copy "flutter_emoji: ^1.0.0" to clipboard
flutter_emoji: ^1.0.0 copied to clipboard

outdated

Emoji for Flutter app

example/README.md

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 ❤️ ☕'