Twitter Emojis for Flutter
Just wrap TwemojiTextSpan with 66B7 RichText and it will render the twitter Emojies
RichText(
text: TwemojiTextSpan(
text: 'Text 🍕🍔🌭🍿🧂🥓🥨🥐🍞🥞🥞',
style: Theme.of(context).textTheme.headline6,
),
),
Screenshot
TODO
- Add SVG support
- Extend Textfield widget to support twemoji
- Find a way to get an emoji code. For example: 😀 => "1F600"
About twemoji: https://twemoji.twitter.com/