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

outdated

👉 A light-weight Emoji 📦 for Flutter with all up-to-date emojis 😄. Made from 💯% ☕ with ❤️!

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

emoji.unemojify('I ❤️ ☕'); // returns: 'I :heart: :coffee:'
186
likes
40
pub points
97%
popularity

Publisher

verified publisherpetehouston.com

👉 A light-weight Emoji 📦 for Flutter with all up-to-date emojis 😄. Made from 💯% ☕ with ❤️!

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_emoji